Ver código fonte

Release v0.24.0: 2-pane task hamburger popup; non-admin task actions

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
chiappa 2 dias atrás
pai
commit
970ebe4519
2 arquivos alterados com 16 adições e 1 exclusões
  1. 15 0
      CHANGELOG.md
  2. 1 1
      src/Meta.php

+ 15 - 0
CHANGELOG.md

@@ -6,6 +6,21 @@ adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
 ## [Unreleased]
 
+Nothing scheduled.
+
+## [0.24.0] — 2026-05-07
+
+UX-focused release on top of `v0.23.0`: the per-row task hamburger is
+rebuilt as a single right-anchored two-pane popup that carries the
+menu *and* a read-only info pane (title / description / URL /
+linked-task chips) plus a sprint-chooser flyout. Non-admins now see
+the hamburger and can run every action it offers
+(`Edit task` / `Move task to sprint` / `Copy task to sprint` /
+`Move up/down` / `Delete task`); the trigger also stays visible in
+the `/present` beamer view so presenters can read description / URL
+/ refs during a discussion. Inline title / owner / priority editing
+and `+ Add task` remain admin-only.
+
 ### Changed
 
 - **Hamburger popup visible in beamer / `/present` view.** Drops

+ 1 - 1
src/Meta.php

@@ -20,6 +20,6 @@ namespace App;
  */
 final class Meta
 {
-    public const VERSION = '0.23.0';
+    public const VERSION = '0.24.0';
     public const CREATOR = 'Alessandro Chiapparini';
 }