Skip to content

Commit 324123f

Browse files
authored
Merge pull request #51 from beNative/codex/prepare-release-for-github-kb7wk6
Prepare release 0.25.1
2 parents ab68643 + b0d4b97 commit 324123f

6 files changed

Lines changed: 19 additions & 11 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.1]
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.1`, recording the review outcome for this release.
13+
14+
### Fixed
15+
- **Version Metadata:** Incremented the application version to `0.25.1` in `package.json` to prepare this patch release.
16+
917
## [0.25.0]
1018

1119
### Changed

FUNCTIONAL_MANUAL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,6 @@ For advanced users, the settings view includes a **"JSON Config"** tab. This sec
183183
- **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.
184184
- **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.
185185

186-
### Documentation Status for 0.25.0
186+
### Documentation Status for 0.25.1
187187

188-
- 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.0`, so no functional wording changes were needed beyond documenting this verification.
188+
- 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.1`, so no functional wording changes were needed beyond documenting this verification.

README.md

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

72-
### Documentation Status for 0.25.0
72+
### Documentation Status for 0.25.1
7373

74-
- Re-reviewed `README.md`, `FUNCTIONAL_MANUAL.md`, `TECHNICAL_MANUAL.md`, and `docs/keyboard-shortcut-editor.md` for this release.
75-
No workflow or UI updates were required; this note records that the audit confirmed the documentation remains accurate for version
76-
`0.25.0`.
74+
- Re-ran the documentation audit across `README.md`, `FUNCTIONAL_MANUAL.md`, `TECHNICAL_MANUAL.md`, and `docs/keyboard-shortcut-editor.md` for this release.
75+
No workflow or UI updates were required; this note records that the review confirmed the guidance remains accurate for version
76+
`0.25.1`.
7777

7878
---
7979
_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.0
99+
### Documentation Status for 0.25.1
100100

101-
- Confirmed 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.0`; 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.1`; 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.0
75-
- Validated that the shortcut editor architecture, UI flows, and persistence notes above still reflect the current implementation for version `0.25.0`. No technical adjustments were required beyond recording this confirmation for the release audit trail.
74+
## Documentation Status for 0.25.1
75+
- Re-validated that the shortcut editor architecture, UI flows, and persistence notes above still reflect the current implementation for version `0.25.1`. 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.0",
3+
"version": "0.25.1",
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)