Skip to content

Releases: jdbeightol/obsidian-simple-day-planner

v0.2.0

10 Nov 19:29
de493b4
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release
Bugfix/obsidian 1.0 compatability (#18)

This work includes various graphical tweaks to the plugin to support Obsidian v1.0.  Some of the tweaks include:
- Changed the height of various status bar items to better align with intended height of the component
- Removed status bar card entirely
- Improved utilization of built-in obsidian color variables to align better with the user's chosen theme
- Added a subtle amount of transparency to timeline to reduce contrast when the user has the translucent background setting enabled
- Updated readme images to represent latest graphical changes in Obsidian v1.0

Non-graphical changes:
- Updated all dependencies to resolve `npm audit` warnings
- Updated node-version in github actions to use `18.x`

resolves #17

v0.1.3

18 Aug 19:53
bad7058
Compare
Choose a tag to compare
v0.1.3 Pre-release
Pre-release
bugfix/disallow out of order timeline (#13)

This work fixes #3 by introducing sorting of the PlanSummaryData's item list.  This work was patched into this repository from https://github.com/lynchjames/obsidian-day-planner/pull/163 with test coverage added to prove functionality.

closes #3

v0.1.2

10 Jul 00:40
1ad3502
Compare
Choose a tag to compare
v0.1.2 Pre-release
Pre-release
feature: display timeline by default (#9)

* settings: removed unsused code

* Changed wording to show timeline

Also removed some minor unused code

* added timeline display onload

* updated version

v0.1.1

09 Jul 23:30
17505ef
Compare
Choose a tag to compare
v0.1.1 Pre-release
Pre-release
actions: fixed release (#7)

This work fixes the missing upload_url of the upload step.  Also tweaks releases in general

v0.1.0

29 Jun 16:07
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Initial release of the simple day planner.