Releases: jdbeightol/obsidian-simple-day-planner
Releases · jdbeightol/obsidian-simple-day-planner
v0.2.0
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
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
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
actions: fixed release (#7) This work fixes the missing upload_url of the upload step. Also tweaks releases in general
v0.1.0
Initial release of the simple day planner.