From ce676cccdc273d3f3c39ac01dac2899c74c8c279 Mon Sep 17 00:00:00 2001 From: Michael Gartner Date: Sun, 28 Jun 2026 15:54:05 -0600 Subject: [PATCH 1/2] Add recent release changelog --- CHANGELOG.md | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..e1c0cf4 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,36 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on Keep a Changelog, +and this project does not follow Semantic Versioning, here's what we do instead: + +Major version bumps are very rare and we reserve them for special changes that signify a paradigm shift of some kind. + +Minor version bumps are released on a regular cadence. + +Patch version bumps are for bugfixes and hotfixes. + +## [1.8.1] - 2026-06-28 + +### Fixed + +- Weekly note navigation placement - Navigation buttons now render after Roam's title display container instead of inside the title DOM. +- Intermittent weekly note buttons - Weekly note navigation now renders from the title observer so buttons appear when Roam loads the title after hash navigation. +- Sidebar title cleanup - Removing a right-sidebar page title no longer clears the main weekly note navigation. + +### Changed + +- Weekly note navigation controls - The controls now render as a React component using Blueprint buttons and Tailwind layout classes. + +## [1.8.0] - 2026-06-28 + +### Added + +- SmartBlocks weekly note templates - Weekly note templates now render through SmartBlocks when the SmartBlocks extension is installed and enabled. +- Dynamic weekly note prompts - SmartBlocks commands can now be used in weekly note templates for dynamic dates and other template behavior. + +### Changed + +- SmartBlocks detection - Weekly notes now check Roam Depot installation metadata before waiting for SmartBlocks to load. +- RoamJS Components dependency - WorkBench now uses the updated `roamjs-components` package with current Roam Depot API typings. From 3e38f69dcec7b94c89a23e5cf30df937aff5736e Mon Sep 17 00:00:00 2001 From: Michael Gartner Date: Sun, 28 Jun 2026 16:06:33 -0600 Subject: [PATCH 2/2] Update CHANGELOG.md for clarity and formatting consistency --- CHANGELOG.md | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c0cf4..861d244 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project does not follow Semantic Versioning, here's what we do instead: -Major version bumps are very rare and we reserve them for special changes that signify a paradigm shift of some kind. - -Minor version bumps are released on a regular cadence. - -Patch version bumps are for bugfixes and hotfixes. +- Major version bumps are very rare and we reserve them for special changes that signify a paradigm shift of some kind. +- Minor version bumps are released on a regular cadence. +- Patch version bumps are for bugfixes and hotfixes. ## [1.8.1] - 2026-06-28 @@ -19,18 +17,9 @@ Patch version bumps are for bugfixes and hotfixes. - Intermittent weekly note buttons - Weekly note navigation now renders from the title observer so buttons appear when Roam loads the title after hash navigation. - Sidebar title cleanup - Removing a right-sidebar page title no longer clears the main weekly note navigation. -### Changed - -- Weekly note navigation controls - The controls now render as a React component using Blueprint buttons and Tailwind layout classes. - ## [1.8.0] - 2026-06-28 ### Added - SmartBlocks weekly note templates - Weekly note templates now render through SmartBlocks when the SmartBlocks extension is installed and enabled. - Dynamic weekly note prompts - SmartBlocks commands can now be used in weekly note templates for dynamic dates and other template behavior. - -### Changed - -- SmartBlocks detection - Weekly notes now check Roam Depot installation metadata before waiting for SmartBlocks to load. -- RoamJS Components dependency - WorkBench now uses the updated `roamjs-components` package with current Roam Depot API typings.