Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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.

## [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.
Loading