Skip to content

v0.46.1

Choose a tag to compare

@github-actions github-actions released this 25 May 02:58
· 641 commits to main since this release
fb9ec7a

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 a 2xl size 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_preferences table keyed by (user_id, scope_key) instead of localStorage. Set filters once and they apply on every device you sign in to. A one-shot migration on first authenticated load uploads any legacy localStorage values 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.1

Or use latest tag. View on Docker Hub.