mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-07-29 02:52:27 +08:00
21 lines
1.3 KiB
Markdown
Vendored
21 lines
1.3 KiB
Markdown
Vendored
# v0.90.4
|
|
This release focuses mostly on improving the experience with the Docker containers.
|
|
|
|
## Docker ARM builds
|
|
|
|
* [ARM builds for Docker were reintroduced](https://github.com/TriliumNext/Notes/issues/302) and are available on both [Docker Hub](https://hub.docker.com/r/triliumnext/notes) and [GHCR](https://github.com/TriliumNext/Notes/pkgs/container/notes)starting with this release.
|
|
* Note that only `ARMv7` and `ARM64/v8` architectures are supported for now.
|
|
* `ARMv6` support was dropped due to incompatibility issues with Node 20.
|
|
|
|
## 🐞 Bugfixes
|
|
|
|
* [Docker container marked as not healthy](https://github.com/TriliumNext/Notes/issues/296)
|
|
* [Find/Replace dialog doesn't match theme](https://github.com/TriliumNext/Notes/issues/304)
|
|
* [Tray icon is missing on windows](https://github.com/TriliumNext/Notes/issues/311)
|
|
* [Error when Duplicating subtree of note that contains broken internal trilium link](https://github.com/TriliumNext/Notes/issues/308)
|
|
* [Update available points to Trilium download instead of TriliumNext](https://github.com/TriliumNext/Notes/issues/313)
|
|
|
|
## Additional changes
|
|
|
|
* [Update `docker-compose.yml`](https://github.com/TriliumNext/Notes/pull/309) by slashtechno
|
|
* Updated links throughout the application to point to the rendered [TriliumNext Wiki](https://triliumnext.github.io/Docs) |