Skip to content
This repository has been archived by the owner on Dec 15, 2023. It is now read-only.

Latest commit

 

History

History
455 lines (213 loc) · 22.6 KB

CHANGELOG.md

File metadata and controls

455 lines (213 loc) · 22.6 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

3.1.0 (2023-04-20)

Features

  • Switch to settings service & local markdown config (8ffe10c)

3.0.0 (2023-03-30)

⚠ BREAKING CHANGES

  • Rewrote Creator from scratch

Features

  • Attempt at atomic saving to mitigate data loss issue (2b14e90)
  • Rewrote Creator from scratch (618a859)

Bug Fixes

  • 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)

⚠ BREAKING CHANGES

  • Rewrote Creator from scratch

Features

  • Attempt at atomic saving to mitigate data loss issue (2b14e90)
  • Rewrote Creator from scratch (618a859)

2.3.11 (2023-02-22)

Bug Fixes

  • Adds addCategoryToCalendar method to API (70e6b5d)
  • disable event frontmatter writing, debounce save (c1ae662)

2.3.10 (2022-09-27)

Bug Fixes

  • added additional API options, exposed API on window object (7283803)

2.3.9 (2022-09-12)

Bug Fixes

  • moved several debug messages to console.debug (c81dc9f)

2.3.7 (2022-04-06)

Bug Fixes

  • Strips # from tags when comparing (60f7d09)

2.3.6 (2022-04-05)

Bug Fixes

  • 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)

Bug Fixes

  • Added additional debug messages (03fb19a)

2.3.4 (2022-04-04)

Bug Fixes

  • Adds debug option to settings for debugging file watcher (d110fed)
  • Fixes resolve timeout (4aa28fd)

2.3.3 (2022-03-27)

Bug Fixes

  • Fixes leap day condition modal CSS placement issue (3ef8f5f)

2.3.2 (2022-03-22)

Bug Fixes

  • Removes event parsing console spam (49fff4d)

2.3.1 (2022-03-22)

Bug Fixes

2.3.0 (2022-03-22)

Features

  • Added commands to trigger a rescan of notes for events (8049be9)

2.2.2 (2022-03-21)

Bug Fixes

  • Improved messaging around saving calendar in creator (ca78f51)

2.2.1 (2022-03-21)

Bug Fixes

  • Issue with Leapday Modal positioning (0802c5a)

2.2.0 (2022-03-07)

Features

  • Added support for optional display name frontmatter field (thanks @kgar) (847048c)

2.1.4 (2022-02-16)

Bug Fixes

  • possible fix for transparency creator issue (725759d)

2.1.3 (2022-02-16)

2.1.2 (2022-02-16)

Bug Fixes

  • fixed creator background-color inheritance (4e044be)

2.1.1 (2022-02-15)

2.1.0 (2022-02-14)

Features

  • can now link to sub paths (close #21) (af0d763)
  • can now set calendar to write frontmatter on event creation (624d47a)

Bug Fixes

2.0.5 (2022-01-31)

Bug Fixes

2.0.4 (2022-01-31)

Bug Fixes

2.0.3 (2022-01-31)

Bug Fixes

2.0.1 (2021-12-28)

2.0.0 (2021-12-26)

Features

1.12.0 (2021-12-26)

1.12.3 (2022-01-17)

Bug Fixes

  • partially improves calendar performance with a large number of events (d0028c5)

1.12.2 (2022-01-15)

Bug Fixes

  • fix issue with creating a calendar from preset (47fd7f8)

1.12.1 (2021-12-26)

Bug Fixes

  • fixed events not appearing on calendar (32ff704)

1.12.0 (2021-12-25)

Features

2.0.0 (2021-12-22)

Features

1.11.0 (2021-12-22)

Features

  • 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)

Bug Fixes

  • invalid months no longer break calendar (659254a)

1.10.2 (2021-12-20)

Bug Fixes

  • 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)

Bug Fixes

  • fixed moon phase drift in calendars with intercalary months (close #20) (eefb6bb)

1.10.0 (2021-12-05)

Features

  • added ability to display day number of year (bb053a3)

1.9.0 (2021-12-03)

Features

  • added ability to specify alternative config directory (close #18) (7e52db6)

1.8.2 (2021-11-29)

Bug Fixes

  • 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)

Bug Fixes

1.8.0 (2021-11-19)

Features

  • added Toggle Moons command (05da3b5)

Bug Fixes

1.7.0 (2021-11-19)

Features

  • event dots now auto-detect overflow (f095d9f)
  • flags now auto-detect overflow (close #5) (6029669)

Bug Fixes

  • styling for single-day event flags (3f4edbb)

1.6.0 (2021-11-19)

Features

  • new "Add Event" button on day view (ff5256e)

Bug Fixes

  • "Open Day" view indicator doesn't display on adjacent months (close #7) (a62a7ed)
  • fixed moment import error (0913bad)

1.5.3 (2021-11-19)

Bug Fixes

  • 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)

Bug Fixes

  • "today" button now opens day view (Fixes #9) (d0af6e6)

1.5.1 (2021-11-08)

1.5.0 (2021-11-02)

Features

  • added ability to have multi-day intercalary months (e9b5d87)

1.3.2 (2021-11-01)

1.4.0 (2021-11-01)

Features

  • add "Create Note" option to event flag context menu (2aaa21d)

Bug Fixes

  • 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)

Bug Fixes

  • 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)

Features

  • added week numbers display (cddb7bf)

Bug Fixes

  • fixed issue with current date not being clamped inside custom years (1f02d02)

1.2.0 (2021-10-27)

Features

  • Custom years can now be created and used (2901625)

Bug Fixes

  • edited calendars in settings were maintaing changes even when canceled (f8bfeac)

1.1.3 (2021-10-27)

Bug Fixes

  • another issue with preset ids (26bfa0e)

1.1.2 (2021-10-27)

Bug Fixes

  • fixed issue with presets maintaining IDs (5f072a6)

1.1.1 (2021-10-25)

Bug Fixes

  • fixed event calculations (fix #2) (0ad8c6b)
  • fixed event creation parsing issue with end dates (532d6e8)
  • removed logs (ed9f12e)

1.1.0 (2021-10-25)

Features

  • Add UTC date as frontmatter option (8d421f1)

Bug Fixes

  • removed unused css classes (32197e6)

1.0.0

Plugin released to the community.