Skip to content

Releases: pakerwreah/Calendr

v1.14.0

13 Oct 22:57
0949b3e
Compare
Choose a tag to compare

Bugs πŸ›

  • Bring native calendar to front after opening it (#260)
  • Fix overdue time showing when not supposed to
  • Fix context menu hidden behind event popover

Features πŸš€

  • Ability to select a default browser to open event links (#255)
  • Show recurrence indicator in event list (#262)
  • Option to choose the view mode when opening the native calendar (#261)
  • Option for holding βŒ₯ to peek at hovered dates (#254)
  • Option to turn off overdue reminders (#258)

Improvements πŸ› οΈ

  • Launch menu bar popover with mouse click down instead of up (#257)

Thanks @Ariandr, @laurentNoudohounsi and @ilMagnifico for the contributions πŸ™‡πŸ»β€β™‚οΈ

v1.13.3

24 Sep 00:48
2794736
Compare
Choose a tag to compare

BugsπŸš°πŸ”§

  • Fix memory leak caused by text scaling (#252) sorry
  • Fix texts flickering on UI update (#251)

Features 🎸

  • Add pt and sk translations for auto-updater (#247)
  • Improved the "missing translations" report with missing count
  • Show completed reminders and allow checking them with one click


Hopefully no leaks in this version πŸ˜…

v1.13.2

23 Sep 01:25
2c1182d
Compare
Choose a tag to compare

Features πŸ§™πŸ»β€β™‚οΈ

  • Ability to scale calendar texts separately
    (event dots, date, week day, week number)
  • Moved appearance related controls to the new preferences tab


Thanks @Ariandr for the contribution πŸ™‡πŸ»β€β™‚οΈ

v1.13.1

22 Sep 11:34
Compare
Choose a tag to compare

Bugs πŸ›

  • Fix a few broken translations #243

Thanks @Svec-Tomas for reporting πŸ™‡πŸ»β€β™‚οΈ

v1.13.0

22 Sep 01:45
Compare
Choose a tag to compare

Features πŸš€

  • New Appearance panel with text scaling support

v1.12.6

11 Sep 22:49
Compare
Choose a tag to compare

Features πŸš€

  • Add weather info in event details 🌦️ #231
  • Add button to open location in the native Maps app
  • Add option to disable map and weather

Geolocation πŸ—ΊοΈπŸ”§

  • Use coordinates from EventKit when available
  • Fix wrong location for addresses with parenthesis #237
  • Refine geocoder result with MapKit natural language search

Improvements πŸ› οΈ

  • Fix initial flickering when showing map
  • Adjust event subtitle in list to fit more text
    (remove line breaks)

Bugs πŸ›

  • Fix time zone issues with CalDAV subscribed calendars #233
  • Fix crash initializing event calendar #236

v1.12.5

07 Sep 21:57
3137a83
Compare
Choose a tag to compare

Features πŸš€

  • Show location map in event details

Bugs πŸ›

  • Fix crash when clicking an update notification with "Preferences" open #229

v1.12.4

05 Sep 22:16
Compare
Choose a tag to compare

Bugs πŸ›

  • Fix context menu overflow on screen with notch #225

Improvements πŸ› οΈ

  • Faster app startup
  • Ensure menu bar item appears before asking for access
  • Ask to open system settings if the user denies access
  • Show both location and url in event list
  • Show url tooltip on link/video button in event list

v1.12.3

19 Aug 02:26
Compare
Choose a tag to compare

Features πŸš€

  • Create a good enough auto updater

There's nothing new in this version. πŸ™‚
Feel free to install it if you want to auto update to the next version when it gets released.

Fixes for v1.12.2 πŸ”§ (replaced)

  • Show notification text when screen is locked
  • Fix Install button not appearing on the notification

More details

In this version, the app will show an Install button on the update notification. If you click it, it will download and install the new version in the background.

If you click the notification body it will open the About window, where you can also install or check for updates again if necessary.

During installation, it will show a Save popup for you to confirm where to install the app. You don't have to change anything, just click Install and confirm Replace.

That's necessary to keep the sandbox enabled. It only grants access for the app to modify a single file, which is nice in terms of security.

Although this is not 100% automatic, it's already a huge improvement compared to what we have today.
I know there are 3rd party solutions to do this, but I wanted to keep things simple.

Check this discussion for more details: #221

If you dismissed the notification and want to see it again, run this command and relaunch the app:

defaults delete br.paker.Calendr "last_checked_version"

v1.12.1

15 Aug 17:50
Compare
Choose a tag to compare

Improvements πŸ”¨

  • Fetch calendars asynchronously to avoid app hanging
  • Avoid fetching events/reminders before user allows access
    macOS internally retries a few times before failing, which may harm performance
  • Fix some context menus blocking global shortcuts
  • Fix Rx warnings about synchronization anomaly
  • Adjust app hanging detection, specially for x86 machines