This repository has been archived by the owner on Sep 20, 2022. It is now read-only.
Releases: Pong420/google-tasks-desktop
Releases · Pong420/google-tasks-desktop
3.0.0
2.0.3
2.0.2
2.0.1
if you have changed your synchronization config, you should change it again
Bug Fix
- Cannot change to other task lists if detail view once opened
Update
- Synchronization will also include the task lists
Chores
- Replace
electron-sotre
withlowdb
- Update FIle/Local storage handling
- Some code review
2.0.0
2.0.0 Rewrite redux state patterns and some components. The performance is much better before but I am not familiar with the unit test, so there may have some mistake.
Highlight
- You will not feel laggy while typing even with many tasks
- Support move tasks up/down through keyboard shortcuts when sorting by date
- Easier to drag and drop a task
1.4.0
1.3.2
Updated
- Preferences some ui and label update
Bug fix
- Auth component style
- Completed task list header block the last task item
- Conflicts between actions during offline and sync after reconnection
- Ui broken with long task list name
- Refetch tasks after rename task list
- Content may rollback during typing
1.3.0
Update
- Add transition to toggle completed task list
- Add offline handling on task list
- Slightly change of accent colours
- Preferences, keyboard shortcut UI update
- Add
electron-store
for preferences - Add synchronization handling
- Restore application position when reopen
Bug Fixes
- Fix layout broken with long notes
- Fix hover on completed task list
- Fix scroll content for window & linux
1.2.0
Update
- Offline handling, your action during offline will triggered after reconnection
- Delete all completed task handling
- Add error message for entering empty task list name during rename/new task list
- Goto last visited task list after reopen
- Revise task list's related redux script
Bug Fix
- Fix multiple move task api request
- Fix form modal default value
- Some style issues