This repository has been archived by the owner on Apr 6, 2020. It is now read-only.
Releases: bartkozal/coypu
Releases · bartkozal/coypu
v1.3.0
v1.2.2
- Adjust default font size and use modular scale
- Unify scrollbar for all OS versions
- Add right-click context menu with cut, copy and paste
- Bring back undo and redo (direct bindings to system apis, might be a bit buggy, true implementation is under development)
- Disable scrolling when settings view is open
- [macOS] Hide title bar
v1.2.1
- Unify following shortcuts for all OS versions:
Cmd/Ctrl + ←
- move caret to the beginning of taskCmd/Ctrl + →
- move caret to the end of taskCmd/Ctrl + Shift + ←
- select to the beginning of taskCmd/Ctrl + Shift + →
- select to the end of task
- Fix bug that didn't move task's checkbox when
Enter
was pressed with caret at the beginning of input - Fix bug that sometimes didn't remove an empty task
- [Windows] [Linux] Fix horizontal scrollbar during animations
- [Windows] [Linux] Fix text color of calendar locale options
v1.2.0
- Add option to change the calendar locale e.g. "English (United States)" sets Sunday as the first day of the week, "Korean" uses the Hangul alphabet etc.
- Add settings view
- Animate switching between weeks
- Fix missing font and icons in offline mode
- Disable undo and redo (will be back in future versions)
- [macOS] Add
Cmd+H
"Hide Coypu" shortcut
v1.1.0
v1.0.2
v1.0.1
- Make
Enter
andBackspace
keys sensitive to the caret position (so, it's possible to split and join tasks) - Allow deselecting tasks with
Esc
- Remember window position and size
- All labels (week number, week range and day) are now clickable
- Highlight current day
- Improve performance
- Adjust the icon size to match macOS guidelines