You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
+
## [0.16.0] - 2026-03-20
9
+
10
+
### Added
11
+
-**Timestamp-Based Journal Validation:** Implemented an automated check in the `pre-commit.py` hook that parses the latest journal entry's ISO timestamp and compares it against the modification times of any changed files.
12
+
-**Journal Script Tooling:** Added `.gemini/scripts/journal.py`, a simple utility script for correctly formatting and appending new journal entries.
13
+
-**Hook Installation Check:** Added an automatic check to the `welcome.py` script that alerts the user if the project's pre-commit hooks are not installed.
14
+
15
+
### Changed
16
+
-**Improved Hook Robustness:** Enhanced the pre-commit script to correctly ignore the journal file's own modification when checking for pending documentation updates.
0 commit comments