Releases: simbrr/TaskBite
Releases · simbrr/TaskBite
Release list
TaskBite v2.1.0
What's new
- Reorder categories by dragging them in the sidebar, with keyboard controls for accessible reordering. Category order persists and syncs across devices.
- Category colors stay readable in light and dark themes, including pure black and white, while preserving the exact saved color.
- Each category now uses a unique color to make categories easier to distinguish.
Improvements
- The update banner can now be dismissed.
- Update links now open taskbiteapp.com.
- The TaskBite name in Settings is now the website link.
- Category drag handles have a larger, clearer interaction area.
Downloads
- macOS (Apple Silicon):
TaskBite-2.1.0-arm64.dmg - Windows (x64):
TaskBite.Setup.2.1.0.exe
The macOS build is currently unsigned.
SHA-256
- macOS:
eca4bb6b3f2614d426682ae8d4c42ecd689fe69eef8874ae7eef296e456765e2 - Windows:
41787c02cc30996ff271bf723054fb916badd85ed791abc2198a4ed559454ce1
TaskBite v2.0.9
What's New
- Fixed active focus timers keeping the entire task action menu permanently visible, which could overlap reminders and countdown metadata in compact layouts.
- Made task metadata wrap cleanly when the focus timer panel narrows the task list.
- Added a secure
taskbiteapp.comlink to the Settings footer. The app opens only the hardcoded official website in the system browser. - Added a support section to the TaskBite website with
support@taskbiteapp.comand the public GitHub Issues tracker. - Refreshed the website product screenshot to show the current TaskBite interface.
Downloads
- macOS (Apple Silicon):
TaskBite-2.0.9-arm64.dmg - Windows (x64):
TaskBite.Setup.2.0.9.exe
TaskBite builds are currently unsigned, so macOS Gatekeeper or Windows SmartScreen may show a warning during installation.
TaskBite v2.0.8
What's New
- Added automatic update checks for packaged TaskBite builds at startup and every 24 hours.
- Added Check for Updates… actions to the macOS app menu and the system tray menu on every platform.
- Added a compact in-app banner when a newer stable version is available, with a safe link to the official GitHub Releases page.
- Hardened update checks with strict stable-version parsing, request timeouts, system-proxy support, single-flight requests, and a hardcoded download-page destination.
- Added automated coverage for version comparison, malformed releases, HTTP failures, invalid JSON, and timeouts.
- Updated the TaskBite website to download the new 2.0.8 macOS and Windows installers.
Downloads
- macOS (Apple Silicon):
TaskBite-2.0.8-arm64.dmg - Windows (x64):
TaskBite.Setup.2.0.8.exe
TaskBite builds are currently unsigned, so macOS Gatekeeper or Windows SmartScreen may show a warning during installation.
TaskBite v2.0.7
What's New
- Added a live cloud sync status light to the sidebar footer. It shows synced, syncing, locked, offline, and signed-out states at a glance, provides account-specific details on hover, and opens the existing Cloud Sync controls when clicked.
- Improved the layout at the minimum window size. The search bar now shrinks cleanly while preserving space around the current view title, and unusually long titles truncate instead of crowding the header.
- Made the window easier to move on Windows. The full sidebar header around and above the TaskBite logo is now draggable, while the menu button remains interactive.
- Updated Electron and Supabase dependencies, refreshed CI tooling, and added an
AGENTS.mdrepository guide for Codex contributors.
TaskBite v2.0.6
What's New
- Fixed: a reminder firing at the exact moment you edited a task could silently undo that edit. Reminders now re-check the task's latest saved state right before persisting, so an edit in progress always wins.
- Fixed: synced devices could keep re-uploading to the cloud forever with nothing actually different, just because the internal ordering of tasks or categories didn't match between devices. Sync now compares content, not list order, so devices with nothing new to sync stay quiet.
- Fixed: a failed step during password change or account recovery could silently leave your account unable to sign in with the new password. Both flows now verify the encrypted vault update actually went through and tell you clearly (with a way to retry) if it didn't.
- Fixed: deleting a category could leave stale color tags on tasks until you switched views and back.
- Added an automated test suite and CI checks covering the sync/merge logic, to catch regressions before they ship.
TaskBite v2.0.5
What's New
🎨 Task Card Indicator Redesign
- Color-Coded Checklist Checkboxes: Replaced the glitchy and thick vertical left-border indicators with clean, minimalist color-coded circular checkboxes.
- Vertical Spacing & Centering Alignment: Centered all items inside the task list cards (
.todo-item) vertically. The checklist checkboxes, titles, and actions are now perfectly aligned regardless of whether the title is single-line or multi-line. - Improved Color Bar settings:
- Thin: The entire card border is now wrapped in a subtle 1px tinted border matching the task category color.
- Fade & Annari: The card borders remain standard semi-transparent grey (
var(--glass-border)), with the category colors represented purely through the colored checkbox and background tint/gradients.
- Bug Fix: Resolved a leftover style override that was forcing a colored left-border on cards using custom hex colors in all settings.
- Website Showcase Updated: Replaced the website app preview image with a borderless macOS screenshot to match the new UI.
TaskBite v2.0.4
What's New
- Fixed: settings didn't sync properly across devices. Theme, color bar style, and background changes made on one device could get silently reverted by another device's next save. Settings now sync correctly with the rest of your data.
- Fixed: signing in wouldn't push tasks you'd already added. If you created tasks before enabling sync (or edited offline before reopening the app), they could get stranded on that device until you made another edit. Sign-in, unlock, account recovery, and manual sync now properly push your local changes, not just pull.
- Fixed: reminders could loop forever on setups where OS notifications aren't available — the in-app snooze prompt now always fires correctly.
- Fixed: an empty task list when combining Completed view with a category filter.
- New: forgot your password? Recover with an emailed code. Password recovery no longer requires an active session to start — request a one-time code by email, then use your saved recovery code to regain access. (Requires your recovery code from account creation; sync is still end-to-end encrypted, so nobody but you can complete this step.)
- Quality-of-life: press Enter to submit in the sign-in, sign-up, unlock, and recovery forms instead of having to click the button.
- Various smaller reliability fixes: faster/non-blocking encryption during sign-in, safer handling of imported backups, and reduced unnecessary UI re-renders during sync.
TaskBite v2.0.3
Set up TaskBite distribution repository