All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.1.0 (2023-04-20)
- Switch to settings service & local markdown config (8ffe10c)
3.0.0 (2023-03-30)
- Rewrote Creator from scratch
- Attempt at atomic saving to mitigate data loss issue (2b14e90)
- Rewrote Creator from scratch (618a859)
- Date string method now uses custom years properly (6602ac7)
- fixes issue setting custom year index out of bounds (f4cd8c3)
- fixes Nav error if previous month is undefined (6d6b2e4)
3.0.0 (2023-03-17)
- Rewrote Creator from scratch
- Attempt at atomic saving to mitigate data loss issue (2b14e90)
- Rewrote Creator from scratch (618a859)
2.3.11 (2023-02-22)
- Adds
addCategoryToCalendar
method to API (70e6b5d) - disable event frontmatter writing, debounce save (c1ae662)
2.3.10 (2022-09-27)
- added additional API options, exposed API on window object (7283803)
2.3.9 (2022-09-12)
- moved several debug messages to console.debug (c81dc9f)
2.3.7 (2022-04-06)
- Strips
#
from tags when comparing (60f7d09)
2.3.6 (2022-04-05)
- Fixes timelines events being removed sometimes if no frontmatter events are present in file (45fa154)
- Fixes timelines events issue when syncing with timelines plugin (1a9f87f)
2.3.5 (2022-04-04)
- Added additional debug messages (03fb19a)
2.3.4 (2022-04-04)
2.3.3 (2022-03-27)
- Fixes leap day condition modal CSS placement issue (3ef8f5f)
2.3.2 (2022-03-22)
- Removes event parsing console spam (49fff4d)
2.3.1 (2022-03-22)
- Fixes timer message (f7cde93)
2.3.0 (2022-03-22)
- Added commands to trigger a rescan of notes for events (8049be9)
2.2.2 (2022-03-21)
- Improved messaging around saving calendar in creator (ca78f51)
2.2.1 (2022-03-21)
- Issue with Leapday Modal positioning (0802c5a)
2.2.0 (2022-03-07)
2.1.4 (2022-02-16)
- possible fix for transparency creator issue (725759d)
2.1.3 (2022-02-16)
2.1.2 (2022-02-16)
- fixed creator background-color inheritance (4e044be)
2.1.1 (2022-02-15)
2.1.0 (2022-02-14)
- can now link to sub paths (close #21) (af0d763)
- can now set calendar to write frontmatter on event creation (624d47a)
2.0.5 (2022-01-31)
- re-add styles (559d650)
2.0.4 (2022-01-31)
- package lock (f26fadb)
2.0.3 (2022-01-31)
- bump (d1aad1f)
2.0.1 (2021-12-28)
2.0.0 (2021-12-26)
1.12.0 (2021-12-26)
1.12.3 (2022-01-17)
- partially improves calendar performance with a large number of events (d0028c5)
1.12.2 (2022-01-15)
- fix issue with creating a calendar from preset (47fd7f8)
1.12.1 (2021-12-26)
- fixed events not appearing on calendar (32ff704)
1.12.0 (2021-12-25)
- announce new features (f646ad1)
2.0.0 (2021-12-22)
- announce new features (f646ad1)
1.11.0 (2021-12-22)
- can now specify date format (5977b33)
- parse title for dates setting respected (85b999e)
- plugin will now parse note titles for dates if fc-date is not provided (b99f2d2)
- invalid months no longer break calendar (659254a)
1.10.2 (2021-12-20)
- fc-calendar is no longer case sensitive (3e81717)
- fixed issue with calculating days between dates (f323cce)
- fixed issue with day view events not being removed (close #23) (e64b1be)
- fixed multi-year events (close #22) (01a1fdc)
- leap year offsets now work (close #13) (368fa32)
1.10.1 (2021-12-06)
1.10.0 (2021-12-05)
- added ability to display day number of year (bb053a3)
1.9.0 (2021-12-03)
1.8.2 (2021-11-29)
- create event modal behavior improved (close #16) (2593853)
- different views with same calendar will sync state (close #15) (ab0f07c)
- events now correctly displayed when switching months (close #14) (close #15) (3f9ed81)
- partial fix for multi-day event sorting (b953283)
1.8.1 (2021-11-19)
- dot styling (1a1e649)
1.8.0 (2021-11-19)
- added Toggle Moons command (05da3b5)
- allow moons to wrap (9401d4e)
1.7.0 (2021-11-19)
- styling for single-day event flags (3f4edbb)
1.6.0 (2021-11-19)
- new "Add Event" button on day view (ff5256e)
- "Open Day" view indicator doesn't display on adjacent months (close #7) (a62a7ed)
- fixed moment import error (0913bad)
1.5.3 (2021-11-19)
- fixed display issue with the event modal and notes with
.
in the name (be8b3ba) - increment current day logic should be better (#8) (a322a0e)
1.5.2 (2021-11-08)
1.5.1 (2021-11-08)
1.5.0 (2021-11-02)
- added ability to have multi-day intercalary months (e9b5d87)
1.3.2 (2021-11-01)
1.4.0 (2021-11-01)
- add "Create Note" option to event flag context menu (2aaa21d)
- events are now unlinked from note if note is deleted (b4abe11)
- Files linked to notes through the modal will now be parsed (close #6) (4d712ff)
1.3.1 (2021-10-29)
- doubled first month in some situations in year view (b00b4d9)
- fixed css issue caused by addition of weeks (0e6c1e4)
- issue with single day length "multi" events (af6c52c)
- removed console.logs (89de4a2)
- single day events can no longer be considered multi (cc4f352)
1.3.0 (2021-10-29)
- added week numbers display (cddb7bf)
- fixed issue with current date not being clamped inside custom years (1f02d02)
1.2.0 (2021-10-27)
- Custom years can now be created and used (2901625)
- edited calendars in settings were maintaing changes even when canceled (f8bfeac)
1.1.3 (2021-10-27)
- another issue with preset ids (26bfa0e)
1.1.2 (2021-10-27)
- fixed issue with presets maintaining IDs (5f072a6)
1.1.1 (2021-10-25)
- fixed event calculations (fix #2) (0ad8c6b)
- fixed event creation parsing issue with end dates (532d6e8)
- removed logs (ed9f12e)
1.1.0 (2021-10-25)
- Add UTC date as frontmatter option (8d421f1)
- removed unused css classes (32197e6)
Plugin released to the community.