Skip to content

v1.1.0

Compare
Choose a tag to compare
@valentine195 valentine195 released this 29 Mar 16:03
13b8ccb

1.1.0 (2024-03-29)

Features

  • Adds ability to define Recurring events, such as birthdays (16ea511)
    • Recurring events cannot have end dates.
    • The Event modal now has the ability to set date parts (year, month, day) to recurring. Once it is set to recurring, leaving one or both of the parts empty will allow the event recur after / since that part.
      • For example, a birthday would have a starting year without an ending year, but a specific month and day.
    • These events can be defined in front matter and span events using an array, using a * when the date part should be indefinite.
      • Using as a birthday as an example: [2000-*]-10-28].
      • A holiday, which does not have a start year, could be: [*-*]-02-14
    • Calendarium will attempt to migrate any existing events that were defined as "recurring" previously to the new setup.
  • Adds ability to import and export calendars in settings (16ea511)

Bug Fixes

  • General UI improvements (16ea511)