Skip to content
This repository has been archived by the owner on Apr 6, 2020. It is now read-only.

Releases: bartkozal/coypu

v1.3.0

15 Mar 11:32
Compare
Choose a tag to compare
  • Add notes

v1.2.2

15 Feb 19:04
Compare
Choose a tag to compare
  • 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

02 Feb 23:15
Compare
Choose a tag to compare
  • Unify following shortcuts for all OS versions:
    • Cmd/Ctrl + ← - move caret to the beginning of task
    • Cmd/Ctrl + → - move caret to the end of task
    • Cmd/Ctrl + Shift + ← - select to the beginning of task
    • Cmd/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

01 Feb 20:40
Compare
Choose a tag to compare
  • 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

20 Jan 02:42
Compare
Choose a tag to compare
  • Release Windows and Linux versions
  • Update app icon

v1.0.2

16 Jan 02:24
Compare
Choose a tag to compare
  • Fix rendering issues during very fast typing

v1.0.1

15 Jan 18:52
Compare
Choose a tag to compare
  • Make Enter and Backspace 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

v1.0.0

10 Jan 19:50
Compare
Choose a tag to compare

Initial release