Releases: hermes-webui/hermes-android
Hermes WebUI Android v0.1.11
Release Details
- Version:
- Tag:
- Commit:
- Artifact:
- SHA-256:
- Workflow run: https://github.com/hermes-webui/hermes-android/actions/runs/28080670970
Full Changelog: v0.1.10...v0.1.11
Hermes WebUI Android v0.1.10
Release Details
- Version:
- Tag:
- Commit:
- Artifact:
- SHA-256:
- Workflow run: https://github.com/hermes-webui/hermes-android/actions/runs/28078687161
Full Changelog: v0.1.9...v0.1.10
v0.1.9 - Back Button Safety Fix
Release Details
- Version:
- Tag:
- Commit:
- Artifact:
- SHA-256:
- Workflow run: https://github.com/hermes-webui/hermes-android/actions/runs/28078382776
What's Changed
- release: clean docs and add Play whats new generation by @Paladin173 in #23
Full Changelog: v0.1.8...v0.1.9
Hermes WebUI Android v0.1.8
Release Details
- Version:
- Tag:
- Commit:
- Artifact:
- SHA-256:
- Workflow run: https://github.com/hermes-webui/hermes-android/actions/runs/28041992708
What's Changed
- bugfix: add Edit server URL button to error screen (closes #8) by @Paladin173 in #14
- Codex/GitHub apk release manual by @Paladin173 in #16
- BUG-015: auto-retry reconnect after transient server restart by @Paladin173 in #17
- REL-014: add richer GitHub release details body by @Paladin173 in #18
- docs: sync AGENTS with release workflow by @Paladin173 in #19
- fix(#12): preserve PKCE state cookie during OAuth popup lifecycle by @Paladin173 in #22
Full Changelog: v0.1.7...v0.1.8
Hermes WebUI Android v0.1.7
What's Changed
- BUG-012: fix workspace panel cold-start regression by @Paladin173 in #13
Full Changelog: v0.1.5...v0.1.7
Fixed long-press conversation menu (#6, BUG-008)
🐛 Bug Fix
Long-press conversation menus now open correctly on Android (#6)
Long-pressing a conversation in the sidebar previously showed nothing — or just a thin sliver. The action menu (Rename, Pin, Archive, and more) now opens full-size, exactly like it does in mobile web.
Root cause
Android System WebView evaluates CSS 100vh as 0. Hermes WebUI caps its floating menus with:
max-height: calc(100vh - 16px);…which collapsed to 0px, rendering the menu as a ~2px line with its items scrolled out of view. (Same viewport-unit quirk the app already handles for 100dvh.)
The fix
The menu height is now re-capped with the measured viewport height inside the existing WebUI viewport-compatibility shim (recomputed on resize / orientation), so menus size to their content and keep their entrance animation.
Version: 0.1.4-pre-release (versionCode 5) · Changelog: BUG-008
Full Changelog: v0.1.3...v0.1.4-pre-release
Added Android WebUI Notifications Bridge
v0.1.3-pre-release
Changed
- Added Android-backed Hermes WebUI notifications.
- Fixed WebUI Enable notifications so it can request Android notification permission.
- Added system notification delivery for Hermes completion and test notifications.
- Added notification tap routing back into trusted Hermes WebUI pages.
- Updated APK version metadata to
0.1.3-pre-release. - Renamed the APK artifact to
hermes-webui-v0.1.3-pre-release.apk.
Full Changelog: v01.1.2...v0.1.3