v0.46.0
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,
GalleryHorizontalEndfor queues,Gaugefor counter groups) and links to the matching detail page. The previous projects-only/projects/recentendpoint has been replaced by a polymorphicrecent_viewstable and a singleGET /api/v1/recentsendpoint; newPOST /<entity>/{id}/viewandDELETE /<entity>/{id}/viewendpoints 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.0Or use latest tag. View on Docker Hub.