Skip to content

Commit cc02f8d

Browse files
authored
Merge pull request #45 from StackOneHQ/release-please--branches--main--components--stack-nudge
chore(main): release 1.7.2
2 parents 3da4bf5 + ae0c118 commit cc02f8d

3 files changed

Lines changed: 11 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.7.1"
2+
".": "1.7.2"
33
}

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ All notable changes to stack-nudge are documented in this file.
44

55
The format follows [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). Pre-1.0, breaking changes bump the **minor** version.
66

7+
## [1.7.2](https://github.com/StackOneHQ/stack-nudge/compare/v1.7.1...v1.7.2) (2026-05-19)
8+
9+
10+
### Bug Fixes
11+
12+
* invoke stackvox via python3 to bypass pip's baked-in shebang ([f035d60](https://github.com/StackOneHQ/stack-nudge/commit/f035d60d21708feb53316c5277b4b3989272de21))
13+
* **usage:** bound ScrollView height + show indicators ([112b272](https://github.com/StackOneHQ/stack-nudge/commit/112b2720a2771c88450f58ef43a361f0feea62be))
14+
* voice broken on user machines + Usage view scroll clipping ([3da4bf5](https://github.com/StackOneHQ/stack-nudge/commit/3da4bf5126954e89bf2a20cb7e3bba8aa5d30abb))
15+
716
## [1.7.1](https://github.com/StackOneHQ/stack-nudge/compare/v1.7.0...v1.7.1) (2026-05-19)
817

918

panel/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundleVersion</key>
1818
<string>1</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>1.7.1</string> <!-- x-release-please-version -->
20+
<string>1.7.2</string> <!-- x-release-please-version -->
2121
<key>LSUIElement</key>
2222
<true/>
2323
<key>NSPrincipalClass</key>

0 commit comments

Comments
 (0)