Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 29 Jun 07:20
e47783d

🚀 New features:

  • Added a CtrlK command palette for quickly switching themes, switching calendar groups, and perform other actions. (#47)
  • Added “Go to date…” so you can jump directly to a specific date from the command palette (CtrlK) or with the . shortcut (#50)
  • macOS builds now include auto-update support for easier upgrades. (#48)

✨ Improvements:

  • Reminders now support weeks and months, not just shorter intervals. (#52)
  • All-day event editing: disabled time fields look cleaner, and unchecking all-day restores the previously selected time. (#53)

🐛 Bug fixes:

  • Fixed a startup crash affecting some Nvidia driver setups. (#46)
  • Fixed Linux single-instance handling so repeated launches focus the existing app instead of leaking extra WebKit processes. (#51) Note: you might want to clean up duplicate stale rencal processes with pkill -x rencal.
  • Fixed stale “today” state so the calendar updates correctly after the day changes. (098e366)

Full Changelog: v0.3.0...v0.4.0