Skip to content

Commit 3dd9dca

Browse files
Prepare OverflowBar 1.0.8 release
1 parent 194b205 commit 3dd9dca

3 files changed

Lines changed: 22 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ All notable user-visible changes to OverflowBar are documented here.
44

55
## [Unreleased]
66

7+
## [1.0.8] - 2026-08-03
8+
9+
### Fixed
10+
11+
- Added continuous menu-bar discovery with startup retries, launch/termination notifications, and immediate refresh when the overflow panel opens.
12+
- Added stable icon fallbacks and background capture so missing or blank screenshots no longer block layout or show empty cells.
13+
- Made normal activation use cached Accessibility Press or a direct target-process click; temporary WindowServer moves are now only a fallback.
14+
- Removed the delayed rehide-on-next-mouse-up race that could interfere with dragging another application's window or corrupt Hover state.
15+
- Coalesced refresh/capture/layout work and shortened move verification to avoid multi-second activation delays.
16+
- Prevented regular application menus from being mistaken for status-bar controls.
17+
718
## [1.0.7] - 2026-07-22
819

920
### Fixed
@@ -65,7 +76,8 @@ All notable user-visible changes to OverflowBar are documented here.
6576

6677
- Initial public release with item discovery, selection, managed hiding, second-row presentation, and hybrid activation.
6778

68-
[Unreleased]: https://github.com/EvanProgramming/OverflowBar/compare/v1.0.7...HEAD
79+
[Unreleased]: https://github.com/EvanProgramming/OverflowBar/compare/v1.0.8...HEAD
80+
[1.0.8]: https://github.com/EvanProgramming/OverflowBar/compare/v1.0.7...v1.0.8
6981
[1.0.7]: https://github.com/EvanProgramming/OverflowBar/compare/v1.0.6...v1.0.7
7082
[1.0.6]: https://github.com/EvanProgramming/OverflowBar/compare/v1.0.5...v1.0.6
7183
[1.0.5]: https://github.com/EvanProgramming/OverflowBar/compare/v1.0.4...v1.0.5

OverflowBar/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
<key>CFBundleInfoDictionaryVersion</key><string>6.0</string>
88
<key>CFBundleName</key><string>$(PRODUCT_NAME)</string>
99
<key>CFBundlePackageType</key><string>APPL</string>
10-
<key>CFBundleShortVersionString</key><string>1.0.7</string>
11-
<key>CFBundleVersion</key><string>8</string>
10+
<key>CFBundleShortVersionString</key><string>1.0.8</string>
11+
<key>CFBundleVersion</key><string>9</string>
1212
<key>LSUIElement</key><true/>
1313
<key>LSApplicationCategoryType</key><string>public.app-category.utilities</string>
1414
<key>NSScreenCaptureUsageDescription</key><string>OverflowBar captures selected menu bar icons so it can show them in its overflow panel.</string>

RELEASE_NOTES.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
1-
# OverflowBar 1.0.7
1+
# OverflowBar 1.0.8
22

3-
OverflowBar 1.0.7 fixes a menu bar hover-state issue caused by unnecessary pointer warps after OverflowBar moves or activates an item.
3+
OverflowBar 1.0.8 makes menu-bar discovery and activation substantially faster and more resilient.
44

55
## Fixed
66

7-
- OverflowBar no longer forces the pointer back to its current location after moving or activating a menu bar item, so macOS and other apps retain the correct Hover state.
7+
- New and late-starting status items are discovered automatically, including after login launch.
8+
- Normal activation uses Accessibility Press or a direct target-process click, avoiding the old multi-second synthetic drag path.
9+
- Temporary moves no longer wait for the next unrelated mouse-up, preventing window-drag and Hover races.
10+
- Blank captures fall back to application or symbol icons while real screenshots are filled in asynchronously.
811

912
## Install
1013

11-
1. Download `OverflowBar-1.0.7.dmg`.
14+
1. Download `OverflowBar-1.0.8.dmg`.
1215
2. Open the disk image and drag OverflowBar to Applications.
1316
3. Replace an older copy when prompted.
1417

0 commit comments

Comments
 (0)