Skip to content

v0.46.0

Choose a tag to compare

@github-actions github-actions released this 23 May 22:28
· 660 commits to main since this release
380adcf

Added

  • Recent items bar now spans more than projects. The sticky tabs strip at the top of the app surfaces the 20 most recently opened guild-scoped items across projects, documents, queues, and counter groups, ordered by last viewed. Each tab shows an entity-specific icon (project emoji, file-type icon for documents, GalleryHorizontalEnd for queues, Gauge for counter groups) and links to the matching detail page. The previous projects-only /projects/recent endpoint has been replaced by a polymorphic recent_views table and a single GET /api/v1/recents endpoint; new POST /<entity>/{id}/view and DELETE /<entity>/{id}/view endpoints record/clear views for each of the four entity types.
  • Command center expanded. The Suggested group now lists the top 5 mixed recents (projects, documents, queues, counter groups) instead of projects only, and dedicated Queues and Counter Groups sections were added so they participate in fuzzy search the same way Projects and Documents do. The Tasks group defaults to the 25 most recently updated tasks assigned to you (skipping done) — so you see what you're actively working on instead of the top of every project's kanban. The Documents group likewise defaults to the 25 most recently updated documents in the active guild. Typing in the input now performs a guild-wide title search against the backend for both tasks and documents, so any item is reachable from the command center regardless of whether it's in the default list.
  • Global "Add Document" action. Mirroring the existing global Add Task wizard, a new guild-then-initiative picker is reachable from the command center's Actions group and from a new "New document" button in the My Documents page header. The wizard auto-advances when there's only one guild / initiative, persists a "last used" shortcut for one-click access, and hands off to the existing Documents page (?create=true&initiativeId=…) so the actual creation UI is unchanged.

Downloads

Android App

Download the APK from the assets below and install on your Android device.

Docker Image

docker pull morelitea/initiative:0.46.0

Or use latest tag. View on Docker Hub.