v0.90.5-beta #398
eliandoran
announced in
Announcements
Replies: 2 comments 2 replies
-
Hi, I tried to update to both ❯ docker pull ghcr.io/triliumnext/notes:latest
latest: Pulling from triliumnext/notes
no matching manifest for linux/amd64 in the manifest list entries |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hi, could you please add the TriliumNextNotes-v0.90.5-beta-server-linux-arm64.tar.xz version? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
This release brings a few quality-of-life improvements, as well as bugfixes. The main highlight, however, is the increased support for localization as well as a new note type.
🌍 Internationalization
Preliminary support for internationalization has been added, thanks to the efforts of
@Nriver
. More specifically, the following languages now have a partial translation:@hasecilu
@Nriver
Note that only the client has been translated so far and there are still a lot of tasks to handle before the application is fully translated.
💡 New note type: Mind map
Mind maps are usually a fast method to write down ideas and do brainstorming with a team. TriliumNext introduces this new note type with the help of Mind Elixir, an open-source library.
Note that the integration is still in its infancy, so there might be bugs and a lack of feature until it is stabilized. The library itself supports quite a few features that are not implemented yet in Trilium: math expressions using KaTeX, images, links. Those might be implemented along the way, provided they are needed by users.
Note
For the note type to fully work (such as shared notes), it is ideal to update the server instance as well, if you are using one.
⚙️ Builds
The internal build tooling has been updated, resulting in the following changes:
.dmg
installation method as well.@JYC333
amd64
builds as well.On the Docker side, brought back Alpine-based Docker containers for amd64 by
@perfectrain
.🐞 Bugfixes
v0.90.4 docker does not read USER_UID and USER_GID from environment
Invalid CSRF token on Android phone
Excess spacing in lists
scrollbar-color makes the scrollbar appear natively styled
Invisible scrollbar on Firefox
Issue with note title text box border
Focus not set to input field when clicking
Include Note
from Block EditorFix a bug of find widget by
@SiriusXT
'A JavaScript error occurred in the main process' when launching Trilium (improved error handling).
Note Tooltip isn't removed when clicking on internal trilium link in read-only mode
Calendar dropdown won't close if click/right-click other button that open notes from launcher bar
✨ Improvements
@JYC333
@SiriusXT
New Contributors
Full Changelog: v0.90.4...v0.90.5-beta
This discussion was created from the release v0.90.5-beta.
Beta Was this translation helpful? Give feedback.
All reactions