Itsycal / Version History
Downloads:
Itsycal 0.15.5
- Fixed a bug where the 1 week alert was off by 9 hours. A big thank you to Michael who both found and fixed this bug.
- A new *hidden* setting to show event details when you hover over them in the agenda. Users might find this more efficient than having to click on each agenda item to open the details. To try it, open Terminal.app and enter
defaults write com.mowglii.ItsycalApp ShowEventPopoverOnHover -bool YES
. To disable, enter the same command, but change the YES
to NO
. Thank you to Lee for the suggestion.
Itsycal 0.15.4
- A new Appearance setting to show days in the agenda that do not have events. With this new setting, empty days are shown dimmed so you can focus on the days that do have events.
- A new *hidden* setting to disable drawing the outline around the current month in the calendar. To use it, open Terminal.app and enter
defaults write com.mowglii.ItsycalApp DoNotDrawOutlineAroundCurrentMonth -bool YES
. Once you've come back to your senses, you can undo this change with defaults delete com.mowglii.ItsycalApp DoNotDrawOutlineAroundCurrentMonth
. 😝
- Fixed keyboard navigation (Tab / Shift-Tab) in the new event popover.
- Kinda sorta worked around an apparent Apple bug related to opening Calendar.app.
Itsycal 0.15.3
- You can set a custom beep-beep-on-the-hour sound. Place a file called
beep.mp3
in Itsycal's Application Support folder: ~/Library/Application Support/com.mowglii.ItsycalApp
. If you have selected `Beep beep on the hour` in Settings, this custom file will play instead of the default sound.
- Fix: Go to Date can be invoked with the "return" key - you don't have to click the button.
- Fix: Addressed a crash in the rare case that an event's attendee name is set to nil.
- Fix: Addressed corrupted window drawing on macOS Sonoma when the user has multiple monitors and a large number of events in the agenda.
- Fix: Long calendar names wrap in the General Settings calendar list.
Itsycal 0.15.2
- Go to Date (shift-command-T) provides a quick way to navigate to an arbitrary date.
- Itsycal has a URL scheme:
itsycal://date/DATE
which will open Itsycal at the DATE
specified in yyyy-MM-dd
format.
Instead of DATE
use now
to open Itsycal to today.
(Thank you, Nick K!)
- Fixed a bug where Itsycal wasn't opening the Date/Time System Preference panel correctly on macOS 13+.
(Thank you again, Nick K!)
Itsycal 0.15.1
Itsycal 0.15.0
- Modernized the New Event popover.
- Attendees in the Agenda Info popover.
- This release requires macOS 11 (Big Sur) or higher.
Itsycal 0.14.1
- Two new generic menu bar icon options.
- Bug fixes.
Itsycal 0.14.0
- Updates for macOS 14 Sonoma compatibility.
- The new event popover has a notes field.
- Minor fixups.
- Upgraded MASShortcut, the shortcut recorder component.
- Upgraded Sparkle, the software update component.
Itsycal 0.13.4
- Upgraded Sparkle software update component.
- Hopefully fix a startup crash for some users on macOS Ventura.
- Fix the New Event popover functionality for some users on macOS Ventura.
- Fix All-day event dates on macOS Ventura.
Itsycal 0.13.3
- A URL field in the New Event popup. This field is pretty unforgiving so if you enter an invalid URL, it will simply be ignored.
- A new General preference enables an optional hourly beep. It might be useful if you, like me, sometimes lose track of the time. This feature has existed hidden for a while, but now is exposed in the user interface.
- The Zoom button link detector should now work with /my/ links.
- A new hidden preference lets you adjust the baseline offset of the date-time pattern text next to the menu bar icon. If you have no idea what date-time pattern text is, you can stop reading. Each version of macOS seems to make minor adjustments to how text lines up in the menu bar and someone somewhere won't like it. If that resonates, this pref is for you. To use it, open Terminal.app and enter
defaults write com.mowglii.ItsycalApp BaselineOffset N
where N is a number between -2 and 2 in increments of 0.5. The default baseline offset for macOS 11+ is zero.
- A new hidden preference lets you have meeting buttons enabled indefinitely once they are turned on. By default, meeting buttons turn on 15 minutes before the meeting start time and turn off at the end of the meeting. This pref keeps them on indefinitely so you can easily revisit, say, a common room. To use it, open Terminal.app and enter
defaults write com.mowglii.ItsycalApp EnableMeetingButtonIndefinitely -bool YES
. To turn it off, change the 1 to a 0.
Itsycal 0.13.2
- The calendar button opens Calendar.app in its last opened view rather than forcing month view.
- A new shortcut, ⌘J, opens the first active virtual meeting in the agenda view. It is equivalent to clicking the meeting's "Join" button if it is enabled. This new shortcut, combined with a shortcut to open Itsycal, allows you to join meetings from Itsycal without using a mouse or trackpad.
- There is less padding around the menu bar icon.
- If you use a date-time pattern in the menu bar, it is automatically formatted according to ISO 8601 without having to set your calendar to ISO 8601 in System Preferences. This is particularly relevant for displaying week-of-the-year in the menu bar.
- Added jit.si, FaceTime, Workplace virtual meeting detection.
- An experimental feature to display a virtual meeting indicator in the menu bar. To try it, open Terminal.app and enter
defaults write com.mowglii.ItsycalApp ShowMeetingIndicator -bool YES
.
Itsycal 0.13.1
- Tentative and pending events are visually indicated in the agenda. Tentative events have an open circle and pending events have an open circle and striped background.
- Buttons have a subtle hover effect.
- The menu bar icon now has an accessibility title.
- Fix: The menu bar icon consistently toggles Itsycal on Big Sur. (Thank you, David)
- Fix: The agenda updates when the user changes 12/24 hour system preference.
- Fix: The shortcut recorder UI renders properly on Big Sur.
- Fix: The new-event popover position is stable when navigating calendar.
Itsycal 0.13.0
- Itsycal is a Universal app which runs natively on both Intel and ARM Macs.
- When creating a new event, Itsycal will attempt to honor the default alert time set in the Mac Calendar app's preferences and display that in the 'Alert' popup control.
- Double-clicking an event in the agenda opens it in the Mac Calendar app. You can also right-click on an event for a context-menu which has an option to open in the Calendar app. The event opens in the day view. Clicking the calendar button in Itsycal opens the month view.
- Updated German localization. (Thank you, 3bbing)
- Chime meeting link detection. (Thank you, Pratik)
- Fixed a bug that prevented localization of the calendar buttons.
- Fixed a bug where the end date of multi-day all-day events was off by one.
- Fixed a bug where the delete button would disappear after being clicked.
- Fixed a bug where all-day events were sorted incorrectly.
- Fixed a bug where events that start or end at midnight were displayed poorly.
Itsycal 0.12.6
- Video button opens Zoom and Teams meetings in app, if available.
- Event URL fields are now shown in the details popover.
- Bigbluebutton meeting detection for video button.
- Various fixes for macOS Big Sur (Thank you, Carlos).
Itsycal 0.12.5
- Addresses Microsoft's annoying habit of embedding links in angle brackets.
Previously, these links were rendered invisible. They are now visible.
- Agenda detail popover fits to size so you can see the whole thing at once. If your event detail is too long for the screen, it scrolls.
- Calendar tooltip width adjusts for your font size preference.
- Agenda scroller is further right so as to not overlay text when you have a long list of events.
Itsycal 0.12.4
- Virtual meetings are indicated with a small icon next to the time in the agenda view. The icon changes to a button 15 minutes prior to the event start, providing convenient access to the meeting. For cases where Itsycal didn't detect your virtual meeting, you can still access the meeting links in the agenda popover.
- Itsycal now offers 3 text sizes and a new slider user-interface to choose among them in the Appearance Preference pane.
- Agenda popover design has been improved for better readability.
- The formatting of dates in the menu bar is slightly different for certain languages like French and Spanish which normally do not capitalize dates. Now, the first word of a date is capitalized, but the rest are still lowercase.
Itsycal 0.12.3
- The location field in the event popover highlights links.
- Calendars without associated calendar-colors are ignored.
Itsycal 0.12.2
- There is a Help link that takes you to Itsycal's Help webpage. It is located in the menu that pops up when you click the gear icon.
- Itsycal defaults to using the first weekday that is conventional for your
locale. This is Sunday in the US and Monday most other places. As before,
this can be set explicitly in General Preferences.
- All-day events are preceded with a small vertical bar instead of a
dot to more quickly distinguish them.
- Double-clicking on a day in the calendar will open, rather than toggle, the New Event popover.
Itsycal 0.12.1
- This version works around a macOS 10.14+ bug that causes text in the menu bar to be slightly misaligned.
- See notes for 0.12.0 below for other recent changes.
Itsycal 0.12.0
- This version requires macOS 10.14+.
- The New Event form is in a popover instead of a separate modal window. This presentation more closely associates the form with Itsycal. It also allows you to manipulate the calendar while the form is showing. The old modal presentation did not allow this.
- There is a new option to show colored dots for days with events. Each
colored dot represents a calendar that has one or more events for that day.
Up to 3 dots can be shown. The options to show a single monochrome dot or no
dot are still available in Preferences > Appearance.
- Itsycal now uses macOS system colors for many UI elements resulting in better Accessibility for visually impaired users.
- All Day events in the agenda list are sorted alphabetically by calendar title.
Itsycal 0.11.17
- There is a new menu item to open the System Preferences Date & Time panel.
- The calendar date selection will reset to today after the calendar is hidden for about 10 minutes.
- If you are using a datetime pattern, it is now drawn with the default system font unless you are displaying seconds, in which case monospaced digits are used. Previously, it was always drawn with monospaced digits.
Itsycal 0.11.16
- The calendar button opens Busycal 3 if that is set as your default calendar.
- You can use the delete key to delete events when shown in the side popover. The escape key dismisses the popover.
- Fixed a bug where some characters in event notes would be garbled.
- Reworked event-fetching code to address a crashing bug.
Itsycal 0.11.15
- Uses Apple's new Notarization security process.
- Uses your accent color (set in System Preferences : General) to highlight the current day on macOS 10.14+ (Thanks, Jiashu).
- Renders HTML in event notes better.
Itsycal 0.11.14
- Fetching events from the calendar database is more efficient. The fetches are smaller and duplicative work is reduced.
- Fixed a bug where event tooltips would randomly pop up out of nowhere while Itsycal was hidden for some users on macOS 10.14.
- Fixed a crashing bug associated with fetching events for some users on macOS 10.14.
Itsycal 0.11.13
- Press the # key to briefly display the selected date's offset from today and day number of the year. For example, if today is October 1, 2018 and October 3, 2018 is selected, pressing # will display +2 / 276 because October 3 is 2 days ahead of today and is the 276th day of the year. If you select the day you were born (which is pretty quick to do with the next new feature) and press #, the offset is how many days old you are today. Whoopee.
- You can enter a repeat count and then a navigation command to have that command repeated. For example, typing 14shift-rightArrow will move the selection forward 14 days. Typing 32upArrow will go back 32 years. The repeat count times out after a few seconds.
- Various fixes as usual. If you are an early-adopter of macOS 10.14 Mojave and your navigation buttons randomly disappear, hopefully this version fixes that behavior.
Itsycal 0.11.12
- New preference for a larger text size.
- The event details popover displays the event's notes.
- Itsycal's height is constrained to the height of the screen.
Itsycal 0.11.11
- Text in the event details popover is now selectable.
- For macOS 10.13, Itsycal should properly reflect timezone changes.
- For macOS 10.14 (now in beta), a new System theme that automatically selects Light or Dark depending on the setting in macOS's System Preferences.
- Fixes and code cleanup as usual.
Itsycal 0.11.10
- Two additional choices for the agenda: 14 and 31 days.
- Copy to clipboard: Right click an agenda item for a context menu with this option.
- Compact agenda: Agenda truncates event titles to a single line and locations (if shown) to two lines. To see the full title and location, click on the agenda item for a popover.
- Some tweaks for macOS 10.14 (now in beta and not officially supported).
- Minor fixes and code cleanup as usual.
Itsycal 0.11.9
- FIX: Fixed some Chinese translations.
- Rearranged some plumbing.
Itsycal 0.11.8
- FIX (sort of) for macOS 10.13: Itsycal localizes the calendar and icon so that they are expressed in the user's native language no matter where they are. This worked on macOS 10.12 and prior, but stopped working on macOS 10.13. This version restores this functionality for a number of languages until Apple fixes the underlying issue in macOS 10.13.
Itsycal 0.11.7
- FIX: Some code was reworked to be more power efficient.
- New preference to hide the dots. If you have events every day, the dots just add clutter.
Itsycal 0.11.6
- New preference to display event location. You can also use the . (period) key to toggle this setting. The keyboard shortcut is useful if you use the keyboard exclusively to navigate Itsycal and you want to quickly peek at locations that are normally hidden.
- Today's events dim when past their end time.
- The deletion alert shows the title and time of the event you are about to remove.
- Appearance tweaks and bug fixes.
Itsycal 0.11.5
- Chinese localization.
- Appearance tweaks and small bug fixes.
Itsycal 0.11.4
- New look with light and dark themes.
Itsycal 0.11.3
- Minor bug fixes and tweaks.
Itsycal 0.11.2
- Added the ability to resize the calendar vertically using control-j/k or by dragging from just below the bottom row.
- The system font replaces Varela Round in the calendar.
- FIX: Behaves better when you have multiple screens and use fullscreen apps.
- FIX: Event form correctly shows alarm popup every time.
- FIX: Preferences tabs work when double-clicked.
- Minor bug fixes and tweaks.
Itsycal 0.11.1
- New tabbed preferences interface.
- New preference to turn off automatically checking for updates. You will still be able to check manually.
- New preference to configure a custom datetime format. This was only possible via the command-line in the previous version.
- New preference to hide the icon if a custom datetime format is set.
- New preference for highlighting columns replaces the old 'Highlight Weekends' setting. This gives you more control over the appearance of your calendar and acknowledges that the concept of 'weekend' means different things to different people.
- Minor bug fixes and cleanup under the hood.
Itsycal 0.11.0
- Added option for an outlined icon which might look nicer with dark menu bars.
- Added an experimental hidden feature: Itsycal can display a clock in the format of your choosing. To enable the clock, specify your custom clock format in Itsycal's preferences via the command-line. For example,
defaults write com.mowglii.ItsycalApp ClockFormat "h:mm a"
. To disable the clock, either delete the ClockFormat
rule, or set it to an empty string. The smallest unit supported is seconds. The format patterns you can use are found here. This feature is experimental and may change in the future or even disappear.
Itsycal 0.10.16
- FIX: The last version (0.10.15) introduced a bug for users on macOS 10.10 and 10.11 relating to a feature that automatically detects the country and conditionally sets the weekend to Friday/Saturday. This version removes that automatic feature for macOS 10.10 and 10.11. However, if you want Itsycal to consider Friday/Saturday as the weekend, you can type the following command in Terminal.app:
defaults write com.mowglii.ItsycalApp WeekendIsFridaySaturday -bool YES
Itsycal 0.10.15
- Itsycal considers Friday/Saturday to be the weekend in the following countries:
Afghanistan,
Algeria,
Bahrain,
Bangladesh,
Egypt,
Iraq,
Jordan,
Kuwait,
Libya,
Maldives,
Oman,
Palestine,
Qatar,
Saudi Arabia,
Sudan,
Syria,
United Arab Emirates,
Yemen.
You can override this behavior and enforce Saturday/Sunday weekends by issuing the following
command in Terminal.app:
defaults write com.mowglii.ItsycalApp WeekendIsSaturdaySunday -bool YES
- FIX: Itsycal remembers its position in the menu bar on macOS 10.12+.
Itsycal 0.10.14
Itsycal 0.10.13
- Double-click on a date to open the New Event box for that date.
- Unhide Itsycal when activated in case the 'Hide' option in Login Items is selected.
- On macOS 10.12+, ensure Itsycal has been moved to the Applications folder.
- FIX: Don't show window anchor if it extends past the edge of the Itsycal window.
Itsycal 0.10.12
- FIX: Don't show day unit in icon when only day number is showing for users of several Eastern languages.
Itsycal 0.10.11
- Added option to show short day of week name in menu bar.
Itsycal 0.10.10
- If you are updating Itsycal from a prior version on macOS 10.10 (Yosemite), you will need to restart your computer after installing this version.
- Added option to show short month name in menu bar. Icon uses system font.
- Show 7 days of events in agenda by default (instead of 0) when Itsycal is first installed.
- FIX: Software updater (Sparkle) was updated to latest version (1.13.1) to address security vulnerability.
Itsycal 0.10.9
- Low-res icon font matches Hi-res icon and calendar fonts.
- FIX: Keyboard shortcuts for cut/copy/paste work when creating a new event.
- FIX: Don't attempt to install menu extra on 10.11+.
Itsycal 0.10.8
- Left/right 2-finger swipe to go to previous/next months.
- FIX: Tooltips appear in correct screen with multi-monitor setups.
- FIX: Itsycal is a bit better at remembering calendar preferences.
Itsycal 0.10.7
- The calendar button opens BusyCal2 or Fantastical2 if they are set as your default calendar app.
- Weekends can be highlighted so they stand out more.
- FIX: Time zone changes are reflected without the need to restart Itsycal.
- FIX: Updater works properly on macOS 10.11 El Capitan.
Itsycal 0.10.6
- Use San Francisco system font in agenda and tooltips on macOS 10.11.
- FIX: Calendar.app opens in foreground on macOS 10.11.
- FIX: New Event popup layout fixes.
Itsycal 0.10.5
- FIX: Calculate table cell height properly for events that end at midnight.
- FIX: Don't show scrollers in tooltips ever, no matter what.
Itsycal 0.10.4
- Agenda shows relative day of the week (today, tomorrow).
- Agenda uses System short date format. You can customize this in System Preferences... > Language & Region > Advanced... > Dates.
- FIX: German Save Event translation improved.
Itsycal 0.10.3
- FIX: Veritcal position is correct with multiple monitors.
Itsycal 0.10.2
- FIX: Pop-up no longer gets clipped in fullscreen mode.
Itsycal 0.10.1
- NEW: Basic alert option for new events.
- FIX: Time zone changes don't require restart.
- FIX: Various localization fixes.
Itsycal 0.10.0
- NEW: Added an updater so it will be easier to keep up with new versions of Itsycal.
Itsycal 0.9.3
- FIX: Properly create All-day events now.
Itsycal 0.9.2
- NEW: Event location shown in tooltip when you hover over an event in the agenda.
- FIX: Tweaks to French localization.
Itsycal 0.9.1
- FIX: Do not display events the user has declined.
Itsycal 0.9.0
- This version is almost a complete re-write of the app.
It has a new bundle ID so that it doesn't conflict with
previous versions.
- Added the ability to create and delete events.
- Added the ability to change the first-day-of-the-week from within the app.
- Improved performance.
- New icon.
Itsycal 0.8.15
- Fixed bug in 0.8.14 that prevented launching on macOS 10.8.
Itsycal 0.8.14
- Flattened and softened UI a bit.
- Hide declined events (macOS 10.9+).
Itsycal 0.8.13
- Fixed infrequent crasher when an event doesn't have an associated color.
Itsycal 0.8.12
- Fixed German localization.
Itsycal 0.8.11
- Minor bug fix in agenda view.
Itsycal 0.8.10
- Updates for macOS 10.10 Yosemite.
Itsycal 0.8.0
- Added the ability to move the date icon in the menu bar by holding down the command key and dragging.
- Removed the clock.
- Use command-q to quit.
- New icon.
Itsycal 0.4.4
- Updates for macOS 10.9 Mavericks.
- H,J,K,L keys can navigate months and years.
- Minor fixes and tweaks.
Itsycal 0.4.3
- Use up/down arrows to move by year.
- Use 'p' to pin/unpin Itsycal.
- Use 'w' to toggle calendar weeks.
- Tooltips for buttons.
- New icon.
- Appearance tweaks and various bug fixes.
Itsycal 0.4.2
- Addressed a navigation bug in 0.4.0/0.4.1.
Itsycal 0.4.1
- Hover over agenda items to highlight them in the calendar.
Itsycal 0.4.0
- See appointments from your Mac Calendar.
Itsycal 0.3.1
- Shortcut toggles Itsycal instead of only opening it.
Itsycal 0.3.0
- Itsycal is a tiny window now instead of a menu.
- Preference to show calendar weeks.
- Ability to pin the window.
- Localizations for:
- Deutsch
- Español
- Français
- Italiano
Itsycal 0.2.0
- Preference to show/hide the date.
- Credits pane in Preferences window.
- Clock and calendar better localized.
- Command-w can be used to close Preferences window.
Itsycal 0.1.0