Skip to content

Commit 5b03e9a

Browse files
committed
chore: prepare 0.25.3 release
1 parent 6b7dcb8 commit 5b03e9a

6 files changed

Lines changed: 17 additions & 9 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ All notable changes to this project will be documented in this file.
66

77
- _No unreleased changes._
88

9+
## [0.25.3]
10+
11+
### Changed
12+
- **Documentation Audit Trail:** Reconfirmed that `README.md`, `TECHNICAL_MANUAL.md`, `FUNCTIONAL_MANUAL.md`, and `docs/keyboard-shortcut-editor.md` remain accurate for version `0.25.3`, recording the review outcome for this release.
13+
14+
### Fixed
15+
- **Version Metadata:** Incremented the application version to `0.25.3` in `package.json` to prepare this patch release.
16+
917
## [0.25.2]
1018

1119
### Changed

FUNCTIONAL_MANUAL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,6 @@ For advanced users, the settings view includes a **"JSON Config"** tab. This sec
203203
- **Export Settings:** Click the "Export Settings" button to save your current configuration into a compressed `.zip` archive. This is useful for creating backups or sharing your setup.
204204
- **Import Settings:** Click the "Import Settings" button. You can select a `.zip` archive (created via the export feature) or a raw `.json` file to restore a configuration. This will overwrite your current settings and restart the application.
205205

206-
### Documentation Status for 0.25.2
206+
### Documentation Status for 0.25.3
207207

208-
- Conducted a full functional review of the UI flows described in this manual, the README, the Technical Manual, and the keyboard shortcut specification. Everything continues to match the live application for version `0.25.2`, so no functional wording changes were needed beyond documenting this verification.
208+
- Conducted a full functional review of the UI flows described in this manual, the README, the Technical Manual, and the keyboard shortcut specification. Everything continues to match the live application for version `0.25.3`, so no functional wording changes were needed beyond documenting this verification.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@ Follow this checklist when preparing a new minor or patch release:
7373
**Release Type** selector to the intended state (Full Release for GA builds, Draft or Pre-release as needed). Paste the freshly
7474
written changelog entry into the release body so the GitHub notes exactly match the repository history, then publish.
7575

76-
### Documentation Status for 0.25.2
76+
### Documentation Status for 0.25.3
7777

7878
- Re-ran the documentation audit across `README.md`, `FUNCTIONAL_MANUAL.md`, `TECHNICAL_MANUAL.md`, and `docs/keyboard-shortcut-editor.md` for this release.
7979
No workflow or UI updates were required; this note records that the review confirmed the guidance remains accurate for version
80-
`0.25.2`.
80+
`0.25.3`.
8181

8282
---
8383
_For developer information, including how to run this project in development mode or build it from source, please see the **Technical Manual** tab in the Info Hub._

TECHNICAL_MANUAL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ Use this process when shipping a new minor update or bugfix:
9696
5. **Build Installers:** Run `npm run pack`. The command produces platform installers in the `release/` directory. Perform a quick smoke test of the generated artifacts before distribution.
9797
6. **Publish on GitHub:** Draft a new release on GitHub, attach the installers from the `release/` folder, verify the tag/version details, and explicitly set the **Release Type** selector to match your intent (Full Release for GA builds or Draft/Pre-release when staging). Paste the current changelog entry into the notes so the GitHub release matches the repository history, then publish.
9898

99-
### Documentation Status for 0.25.2
99+
### Documentation Status for 0.25.3
100100

101-
- Reconfirmed that all technical guidance in this manual, the Functional Manual, the README, and the keyboard shortcut specification still aligns with the current codebase and UI for version `0.25.2`; no content corrections were necessary beyond this recorded audit.
101+
- Reconfirmed that all technical guidance in this manual, the Functional Manual, the README, and the keyboard shortcut specification still aligns with the current codebase and UI for version `0.25.3`; no content corrections were necessary beyond this recorded audit.
102102
## 7. Automatic Updates
103103

104104
The application is configured to automatically check for updates on startup using the `electron-updater` library.

docs/keyboard-shortcut-editor.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,6 @@ The catalog defines the canonical list of actions and their defaults.
7171
## Future Hooks
7272
- The structure supports hooking into a runtime shortcut registry (e.g., via a dedicated context) by indexing `settings.keyboardShortcuts.bindings`. Any consumer can reuse `shortcutKey` and the catalog to register listeners or show active shortcut hints. The state object is already versioned (`version: 1`) to accommodate future schema migrations.【F:keyboardShortcuts.ts†L285-L313】【F:types.ts†L23-L49】
7373

74-
## Documentation Status for 0.25.2
75-
- Re-validated that the shortcut editor architecture, UI flows, and persistence notes above still reflect the current implementation for version `0.25.2`. No technical adjustments were required beyond recording this confirmation for the release audit trail.
74+
## Documentation Status for 0.25.3
75+
- Re-validated that the shortcut editor architecture, UI flows, and persistence notes above still reflect the current implementation for version `0.25.3`. No technical adjustments were required beyond recording this confirmation for the release audit trail.
7676

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "git-automation-dashboard",
3-
"version": "0.25.2",
3+
"version": "0.25.3",
44
"description": "A dashboard to manage and automate the workflow for a set of Git repositories.",
55
"main": "dist/main.js",
66
"author": "AI Assistant",

0 commit comments

Comments
 (0)