Tags give the ability to mark specific points in history as being important
-
1.3.6
protected755e8d21 · ·🎉 TowDow 1.3.6 is out! 🚀 Deployment - .deb package now included in the release - Flatpak configuration fixed 🐞 Bug fixes - Mobile UI: prevent scroll forcing the “Add Task” button to stay visible on project details - Mobile UI: external calendar no longer takes the whole screen - Edit popup now closes properly when marking a task as done ✨ Enhancements - Play a smooth animation when closing a task - Synchronization monitoring now visible on every screen
-
1.3.5
protectedRelease: Release 1.3.5852e7970 · ·🚀 TowDow 1.3.5 🧭 Improved app resume handling — Fixed inconsistent behavior when reopening the app after long background runs, especially on Snapcraft builds. 🐧 Snapcraft stability fix — Prevents UI freezes and refresh issues after the app was idle for a while. ⚙️ General stability improvements — More reliable task and sync updates when the app returns from background.
-
1.3.4
protectedRelease: Release 1.3.47a890e2d · ·🚀 TowDow 1.3.4 ✨ New — Open the app directly (deeplink) when logging in with a magic link 🐛 Bug fixes — Fixed various UI bugs for a smoother experience
-
1.3.3
protectedRelease: Release 1.3.39ef42a6b · ·✨ Features 📱 Android: add deeplink to web.towdow.app
-
1.3.2
protectedRelease: Release 1.3.23a613fa6 · ·🚀 TowDow 1.3.2 ✨ Features - Handle guest login with magic link on the web - Added an account setup screen to keep the user busy until the first sync is completed - Removed popup for app updates (this will be handled in a dedicated area in the app later) 🐛 Bug Fixes - Improved task parsing for safer handling -
1.3.1
protectedRelease: Release 1.3.180cc86f9 · ·Release Notes 🐛 Bug Fixes • Removed overly strict validator when editing project descriptions • Fixed UI flicker issue when updating a project description ✨ Enhancements • Improved first login guidance to make onboarding smoother and more intuitive for new users
-
1.3.0
protectedRelease: Release 1.3.08ef939ac · ·Kanban - You can now move Kanban columns. - Tasks can be created directly inside Kanban columns. - Fixed issue with the search bar not working in Kanban view. Performance - Improved synchronization speed between devices by 10x. Local Storage - Updated storage path to follow conventional storage folder structure on Linux and Windows.
-
1.2.27
protectedRelease: 1.2.2756cad91f · ·Prepare for major update ! Next update 1.3.0 will come with deep change under the hood. Users using custom caldav or cloud account will not have anything to do (expect to have to reconnect after next update) Users using offline mode MUST back up their projects : go to Settings under Integrations click on export data and save zip file to reimport after update. If you encounter any difficulties contact us to towdowapp@gmail.com
-
1.2.19
protected90ebee06 · ·Features: * Refactor sidebar navigation: replace MainNavigation with NavigationSwitcher, add DetailNavigation and SettingsNavigation components for improved routing and organization. * Implement mobile navigation screen and update routing logic for adaptive navigation. The new NavScreen provides a full-screen alternative to the sidebar for mobile users. Adjustments made to the router to redirect root paths based on platform and ensure smooth transitions between screens.