renCal


v0.6.1

August 12, 2026

🛠️ Improvements

  • Added a Nord theme. (#91 by @timseriakov)
  • Added a “This and future events” option when deleting recurring events. (#96)
  • Week view now always snaps to Monday when jumping to today (#89 by @yhekma)

🐛 Bug fixes

  • Fixed recurring all-day events incorrectly changing into midnight-to-midnight timed events. (#87)

Full Changelog: https://github.com/t4t5/rencal/compare/v0.6.0…v0.6.1


v0.6.0

July 31, 2026

✨ New features

  • Revamped search functionality! Searching events now opens as a global overlay, which is faster and more intuitive to use. (#83)
  • Conference links in the “Location” field are now detected and render a “Join meeting” button. (#81)

🛠️ Improvements

  • Buttons now use native-style cursors, reserving the hand cursor for external links. (#85)
  • Improved display of multi-day timed events in the Agenda view. (#80)

🐛 Bug fixes

  • Read-only calendars no longer appear editable (#86)
  • Fixed an empty time row appearing on newly created all-day events. (#84)

v0.5.1

July 24, 2026

✨ New features

  • Option to create a Google Meet link when adding events to Google Calendar. (#78)

🛠️ Improvements

  • Refined the Settings window with tighter spacing and more native macOS styling. (#76)
  • Sharper Linux app icons (c90ff32)

🐛 Bug fixes

  • Fixed events with unsupported timezones preventing calendar data from loading. (#73)
  • Fixed Tab occasionally scrolling the window instead of focusing the next agenda event. (#77)
  • Fixed the sync icon not showing its loading state when a badge count was present. (bdb3ea8)

v0.5.0

July 21, 2026

✨ New features

  • Change calendar settings (like display name and color) in the settings modal (#72)
  • Auto-complete contacts when adding invitees to an event (#69)

🛠️ Improvements

  • Updated app icons for Linux and macOS. (#67)
  • Updated caldir-core to latest version for more reliable syncing logic
  • Added provider logos for Proton and Tuta (#71)
  • Added “Join meeting” button for Outlook and Proton meetings (6c80f0b)

🐛 Bug fixes

  • Pressing Backspace now deletes events selected through Tab (1fa86c8)
  • Fixed A sometimes creating an event on the following day instead of the current day (#70)
  • Fixed shrinking agenda event bars on small layouts. (a64c611)

Full Changelog: https://github.com/t4t5/rencal/compare/v0.4.4…v0.5.0



v0.4.3

July 9, 2026

✨ New features

  • Added support for subscribing to public calendar feeds. (#66)

🐛 Bug fixes

  • Declined and cancelled events no longer trigger notifications. (#65)

v0.4.2

July 4, 2026

🛠️ Improvements

  • Notification and invite badges now use properly rounded styling. (#64)
  • Calendar file watching is quieter and more efficient by ignoring non-ICS files (a798e4f)

🐛 Bug fixes

  • Fixed theme switching so the old preload background color doesn’t stick around after changing themes. (#62)
  • Event date pickers now start weeks on Monday, matching the rest of the calendar UI (6b6ebea)

Full Changelog: https://github.com/t4t5/rencal/compare/v0.4.1…v0.4.2


v0.4.1

June 30, 2026

🛠️ Improvements

  • Added a native macOS menu bar with app, file, edit, view, window, and help actions. (#59)
  • Cleaner sync cloud status icons. (#56)

🐛 Bug fixes

  • Fixed overflow scrolling in the Settings modal. (#58)

Full Changelog: https://github.com/t4t5/rencal/compare/v0.4.0…v0.4.1


v0.4.0

June 29, 2026

🚀 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: https://github.com/t4t5/rencal/compare/v0.3.0…v0.4.0


v0.3.0

June 25, 2026

What’s Changed

  • Added Calendar Groups setting for switching between different sets of calendars (e.g. “work” and “personal”) and toggling calendar visibility (#43)
  • Improved infinite scroll logic for month view (#42)
  • Fixed alignment of magic parser overlay when composing new event (dffe9d0)

Full Changelog: https://github.com/t4t5/rencal/compare/v0.2.0…v0.3.0


v0.2.0

June 22, 2026

What’s Changed

  • New website + docs at https://rencal.org (#38)
  • New Board view by @dhanushk-offl (#36)
  • Add custom themes to ~/.config/rencal/themes/ by @t4t5 (#41)
  • Replaced “Week”/“Month” tabs with a dropdown, making room for future views (#39)
  • New shortcuts for jumping month-to-month with CtrlU and CtrlD (#40)
  • New A shortcut to add an event to the currently selected day (#37)
  • Bugfix: make sure active dates are always fully visible when moving around. (3798b67)
  • Bugfix: make it possible to close Settings-window with ESC (#36)

New Contributors

Full Changelog: https://github.com/t4t5/rencal/compare/v0.1.1…v0.2.0


v0.1.1

June 8, 2026

  • Add attendee invites when creating or editing events (#32)
  • Improved cloud sync status in toolbar (#33)
  • Show account connection status in Settings with option to reconnect (#34)

v0.1.0

June 5, 2026

  • Added keyboard navigation for agenda events (using tab / shift+tab) #30
  • Keep titles visible when scrolling multi-day events in week view (through sticky titles) #29

v0.0.6

June 3, 2026

  • Use latest version of caldir-core
  • Custom time input component for picking event times (#27)
  • Keyboard shortcuts overlay (press ? to view all shortcuts)
  • Fix hotkeys for non-QWERTY keyboard layouts
  • Fix bugs with event RSVPs






Built by T4T5 + contributors