v0.46.1
Added
- Counter focus view. Each counter can now be opened in a full-screen, mobile-first layout via the "Open full screen" menu item on the row (URL:
/g/{guildId}/counter-groups/{groupId}/counter/{counterId}). The view scales the value, progress bar, or segmented-clock dial to fill the viewport, exposes thumb-zone-sized−/+controls in the bottom safe area, lets you cycle through the group's counters with chevrons or a horizontal swipe, and stays in sync with other clients via the existing WebSocket. Counter view components gained a2xlsize variant used by this layout.
Changed
- Filter and view-mode preferences are now per-user, not per-device. Project task filters (assignee, tag, status, due, property, show-archived, view mode), the Projects / Documents / My Tasks / Created Tasks / My Documents / My Projects / My Calendar filter sets and sort orders, and the counter group row/grid layout toggle now persist to a new
user_view_preferencestable keyed by(user_id, scope_key)instead oflocalStorage. Set filters once and they apply on every device you sign in to. A one-shot migration on first authenticated load uploads any legacylocalStoragevalues to the server and clears them locally. Sidebar collapse states, side-panel state, and similar device-specific UI prefs still live in local storage.
Downloads
Android App
Download the APK from the assets below and install on your Android device.
Docker Image
docker pull morelitea/initiative:0.46.1Or use latest tag. View on Docker Hub.