Skip to content

Commit 439e190

Browse files
author
Brad Grier
committed
bump install versions. add save tab state to feature list.
1 parent 906f1fd commit 439e190

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

README.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
- Gopher and Gophers (Gopher over TLS)
4141
- Inline streaming on all protocols (with VLC)
4242
- External media players
43+
- Option to save tab and window state
4344

4445
## 🎨 Design
4546

@@ -85,22 +86,22 @@ Privacy Considerations: Per the author of vlcj, "it may be possible that a remot
8586

8687
Prebuilt binaries are available for Windows, Mac, Linux and FreeBSD. Java is NOT required (except for the Basic install). The platform specific installs each include a small, custom jvm created with jlink.
8788

88-
- [Windows x64](https://github.com/mochaman/alhena/releases/download/v5.5.3/alhena-5.5.3_windows_x64.zip) MSI installer
89-
- [MacOS aarch64](https://github.com/mochaman/alhena/releases/download/v5.5.3/alhena-5.5.3_aarch64.dmg) DMG (unsigned)
90-
- [MacOS x64](https://github.com/mochaman/alhena/releases/download/v5.5.3/alhena-5.5.3_x64.dmg) DMG (unsigned)
91-
- [Linux x64](https://github.com/mochaman/alhena/releases/download/v5.5.3/alhena-5.5.3_linux_x64.tgz) untar and run 'Alhena' script
92-
- [Linux aarch64](https://github.com/mochaman/alhena/releases/download/v5.5.3/alhena-5.5.3_linux_aarch64.tgz) untar and run 'Alhena' script
93-
- [Linux deb amd64](https://github.com/mochaman/alhena/releases/download/v5.5.3/alhena-5.5.3_amd64.deb) Debian amd64 package
94-
- [Linux deb arm64](https://github.com/mochaman/alhena/releases/download/v5.5.3/alhena-5.5.3_arm64.deb) Debian arm64 package
95-
- [FreeBSD x64](https://github.com/mochaman/alhena/releases/download/v5.5.3/alhena-5.5.3_freebsd_x64.tgz) untar and run script
96-
- [Haiku x64](https://github.com/mochaman/alhena/releases/download/v5.5.3/alhena-5.5.3_haiku_x64.tgz) untar and run script
97-
- [Basic](https://github.com/mochaman/alhena/releases/download/v5.5.3/alhena-5.5.3_nojava.zip) JAVA_HOME must point to Java 21+ directory. Run via .bat or .sh scripts.
89+
- [Windows x64](https://github.com/mochaman/alhena/releases/download/v5.5.4/alhena-5.5.4_windows_x64.zip) MSI installer
90+
- [MacOS aarch64](https://github.com/mochaman/alhena/releases/download/v5.5.4/alhena-5.5.4_aarch64.dmg) DMG (unsigned)
91+
- [MacOS x64](https://github.com/mochaman/alhena/releases/download/v5.5.4/alhena-5.5.4_x64.dmg) DMG (unsigned)
92+
- [Linux x64](https://github.com/mochaman/alhena/releases/download/v5.5.4/alhena-5.5.4_linux_x64.tgz) untar and run 'Alhena' script
93+
- [Linux aarch64](https://github.com/mochaman/alhena/releases/download/v5.5.4/alhena-5.5.4_linux_aarch64.tgz) untar and run 'Alhena' script
94+
- [Linux deb amd64](https://github.com/mochaman/alhena/releases/download/v5.5.4/alhena-5.5.4_amd64.deb) Debian amd64 package
95+
- [Linux deb arm64](https://github.com/mochaman/alhena/releases/download/v5.5.4/alhena-5.5.4_arm64.deb) Debian arm64 package
96+
- [FreeBSD x64](https://github.com/mochaman/alhena/releases/download/v5.5.4/alhena-5.5.4_freebsd_x64.tgz) untar and run script
97+
- [Haiku x64](https://github.com/mochaman/alhena/releases/download/v5.5.4/alhena-5.5.4_haiku_x64.tgz) untar and run script
98+
- [Basic](https://github.com/mochaman/alhena/releases/download/v5.5.4/alhena-5.5.4_nojava.zip) JAVA_HOME must point to Java 21+ directory. Run via .bat or .sh scripts.
9899

99100
## ⚙️ GraalVM Native Image
100101

101102
An experimental version of Alhena compiled with GraalVM native-image is available for Linux glibc x64. Run via the alhena.sh script. Remote sync and printing are not supported. Feedback welcome. More information is available in the included readme.
102103

103-
- [Native Linux](https://github.com/mochaman/alhena/releases/download/v5.5.3/alhena-native-5.5.3_linux_glibc_x64.tar.gz) untar and run 'alhena.sh'
104+
- [Native Linux](https://github.com/mochaman/alhena/releases/download/v5.5.4/alhena-native-5.5.4_linux_glibc_x64.tar.gz) untar and run 'alhena.sh'
104105

105106
## 🐳 Docker
106107

0 commit comments

Comments
 (0)