Skip to content

Releases: hermes-webui/hermes-android

Hermes WebUI Android v0.1.11

24 Jun 06:55

Choose a tag to compare

Release Details


Full Changelog: v0.1.10...v0.1.11

Hermes WebUI Android v0.1.10

24 Jun 06:08

Choose a tag to compare

Release Details


Full Changelog: v0.1.9...v0.1.10

v0.1.9 - Back Button Safety Fix

23 Jun 20:02

Choose a tag to compare

Release Details


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

23 Jun 16:53
b417fc7

Choose a tag to compare

Release Details


What's Changed

Full Changelog: v0.1.7...v0.1.8

Hermes WebUI Android v0.1.7

23 Jun 03:07

Choose a tag to compare

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)

22 Jun 02:52

Choose a tag to compare

🐛 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

21 Jun 02:03

Choose a tag to compare

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