Skip to content

v3.1.0 - Calendar Import/Export

Latest
Compare
Choose a tag to compare
@DasSauerkraut DasSauerkraut released this 23 Nov 22:52
· 8 commits to master since this release

This update finally adds the oft requested ability to import/export calendars! There are a couple minor bugs with it as it stands, but nothing major enough to halt a release.

Improvements
-Adding or deleting moons, seasons, or events will no longer cause all of the collapsables to collapse.
-Moons cycles are no longer locked to integers, meaning a cycle can be something like 30.3 days long! A big thanks to Nyoung for this improvement.
-You can now export calendars! In the calendar setting page, clicking the 'Export' Button will copy the calendar's data to your clipboard. The calendar will include all moons, seasons, events, etc but it will not include the current date and time.
-You can now import calendars! In the calendar settings page, clicking the 'Import' button will open a prompt allowing you to paste in calendar data. Due to some constraints, the calendar will display an incorrect date until it is updated at least once by incrementing time any amount or saving calendar settings.

Bug Fixes

  • Fixed issue where setting the date to the first of the month would not stick. Thanks again to Nyoung!
    -Fixed issue with old code being utilized instead of the new Celcius setting, causing incorrect outputs. Thanks to @WarrenDB for this fix!