Trilium - Package Updates
Pinned
Trilium
-
[1.7.0]
- Update Trilium to 0.53.2
- Full changelog
- added TOC sidebar for text notes (based on @antoniotejada's work)
- Select template when creating page #2813
- Bulk-adding attributes #2812
- New (experimental) note type opening a webview with an external website #2515
- Select Tree Items in Between (Normally Shift) #2647
- fix node size in a note map when note has hidden image notes #2965
- use fenced code block style for markdown export #2963
-
[1.8.0]
- Update Trilium to 0.54.2
- Full changelog
- optional basic auth for shared notes, closes #2781
- add highlighting to search results, closes #2977
- allow per workspace calendars, fixes #2959
- added mermaid export SVG button
- export note ZIPs via ETAPI, #3012
- Add config setting to disable update check #3000
- added an option to define a "min TOC headings", #2985
- add #toc label to control Table of Contents visibility per note, #2985
- upgrade excalidraw to 0.12 #2994
- useMaxWidth for mermaid pie widget, fixes #2984
-
[1.8.1]
- Update Trilium to 0.54.3
- Full changelog
fixes overwriting attributes after clicking on a relation in the attribute editor, closes #3090 - defensive programming #3089
- trilium safe mode now disables GPU usage
- fix creating virtual "none" note in becca, #3066
- update demo document, closes #3061
- fix falsy check in setting custom widget positions, closes #3060
- fix "show recent note" button, closes #3051
- add manifest.webmanifest into desktop make pwa install on ipad #3048
-
[1.8.2]
- Update Trilium to 0.55.1
- Full changelog
- Fix max content width not working, fixes #3056
- Fix UTF-8 file name encoding for uploads, fixes #3013
- Fix relation map crash on missing inverse pair, fixes #3055
- Add shareDescription
- Filter excludeFromNoteMap from backlinks
- Add HTTP compression
- Rate limit the /auth/login route of ETAPI
- focus autocomplete on new tab even if there are workspaces, fixes #3083
- remove all alert() usages, fixes #3086
- fix share.js in case there's no menu
- limit max imported file size to 250 MiB, #3108
- add support for the persistent #sortDirection and #sortFoldersFirst (one time UI action exists), closes #3046
- small fixes to tray and closing windows
- focus existing window on port conflict, closes #3036
- remove port scanning for an available port #3036
- added Montserrat-Regular.ttf to fix boldness on mac, closes #3094
- separated editable code buttons into separate widget which also fixes scrolling issue
- added "scrolling-container" class, fixes #3147
- fix erasing notes - becca should be reloaded afterwards, closes #3146
- add file properties widget in mobile layout
- let import continue when malformed URLs are encountered
- bring back the possibility to close the floating buttons again, closes #3116
- ETAPI spec updated
- add #workspaceTemplate which works as workspace-scoped template, closes #3137
- make context sub-menu scrollable, fix #3136
- allow deleting notes from note actions button, closes #3131
- zoom buttons in main menu, closes #2894
- drag & drop from tree will insert links to notes, closes #227
- API log widget
-
[1.9.0]
- Update Trilium to 0.56.1
- Full changelog
- codemirror updated to 5.65.9
- ckeditor updated to 35.2.1
- update pwa manifest support deploy in sub folder #3199
- fix of Edit button not refreshing correctly upon note type/mime change
- fix toc with > 10 items on the same level, closes #3182
- support basic auth in ETAPI
- improved error handling of wrong port configuration, #3177
- added "#color" label support for notes
-
[1.9.1]
- Update Trilium to 0.56.2
- Full changelog
- upgrade mermaid to 9.1.7
- fix deleting note from task manager, closes #3239
- close hanging autocomplete on dialog close, fixes #3241
- allow specifying rootNote for date API functions, #3237
- fix clicking internal link in the ckeditor toolbar, closes #3236
-
[1.9.2]
- Update Trilium to 0.57.2
- Full changelog
- enabled advanced list features, fixes #3308
- use CMD/meta key for opening link in a new tab on mac, #3303
- added a context menu for image to copy, #1954
- Remove "Content of this note cannot be displayed" in the book format, fixes #3301
- note about using password to login to web, #3297
- add keyboard action to force creating note revisions, #2147
- note hoisting should be done on "hovered", not active note, closes #2124
- Added option to toggle line wrapping for Code notes
- link map supports search notes
- fix updating note detail after change from another client, closes #3292
- better titles in delete dialog, #3290
- filter edited notes by hoisted note/workspace
- add possibility to define a share index, closes #3265
- fix paste after, closes #3276
- fix refocusing find widget, closes #3252
- use "asset path" in URLs to avoid caching issues after upgrades
- refactored/restructured Options dialog
- Rate limit some more ETAPI auth routes; loginRateLimiter now doesn't count successful auth to ETAPI routes by @DynamoFox
- added option to disable tray, closes #2612
- add "erase all deleted notes now" also to recent changes
- add TRILIUM_NO_UPLOAD_LIMIT to disable the upload limit, #3164
- avoid errors on dead backlinks, #3289
- fix backlink generation for drag & dropped links, fixes #3314
- fix cursor jumping problem when having same note open in two tabs, closes #3365
- each stripped tag will be replace by a space, #3355
- Add Ctrl+PgUp/Dn for tab switching, pointer to Electron docs
-
[1.9.4]
- Update Trilium to 0.57.4
- Update Cloudron base image to 4.0.0
- Full changelog
- Fix missing boxicons icons; Add missing boxicons LICENSE file from up stream by @DynamoFox
- attempt to fix the ws crash, #3374
- dump-db should not contain node_modules in release artifacts
- fix internal link creation, closes #3376
-
[1.10.0]
- Update Trilium to 0.58.4
- Full changelog
- Options and Backend log are not dialogs anymore, they are converted to "content widgets"
- fix reopening the very last tab, closes #3397
- mobile frontend now contains the launchbar as well and has access to more functionality (e.g. Edit button in read-only notes)
- deajan/fix-powershell-exec-policy #3406
- label update should trigger parent resort, fixes #3366
- upgrades - ckeditor 35.4.0, mermaid 9.3.0, excalidraw 0.13.0
- added watchdog for CKEditor to recover from crashes, fixes #3227
-
[1.10.1]
- Update Trilium to 0.58.5
- Full changelog
- fix duplicate unique key in migration, #3526
- put firing of the runOnNoteContentChange on entity level instead of service level, #3436
- fix null content when protecting notes, closes #3523
- add runOnNoteContentChange into the autocomplete
- restore all "named" notes quickly after their deletion, #3517
-
[1.10.4]
- Update Trilium to 0.58.8
- Full changelog
- fix hidden subtree appearing after collapse, #2922
- fix image display with slash in title, closes #3591
- fix consistency check to re-parent note from search parent to root
- recover notes into root only if no other valid branch exists, #3590
- Fix broken reference consistency check by @eliandoran
- fix filing entity changes for deleted notes
-
[1.11.0]
- Update Trilium to 0.59.1
- Full changelog
- (refactoring) Rename entities #3476
- keep note ordering in export #2346
- added "inherit" relation, #3493
_hidden
note does not inherit attributes from root, fixes #3537- add a button to temporarily hide TOC, closes #3555
- reimplement docker healtcheck into node.js to take into account configuration, #3582
- note source now opens in a new tab
- fix autocomplete showing hidden paths, closes #3654
- fix display of note revision content, #3637
- submenu choice of template should override child: settings, fixes #3628
- Fix middle vertical align on table cells #3650 by @eliandoran
-
[1.11.1]
- Update Trilium to 0.59.2
- Full changelog
- fix import of ZIP with images with no meta file, closes #3649
- Allow arbitrary labels to be added via web clipper
- #run should respect inheritance, fixes #3669
- content null check in full text search, #3672
- use more precise detection of a mobile browser, fixes #3680
- support listening on unix sockets
- added some extra allowed URI schemes, fixes #3692
- docker_healthcheck.js should not create log files, #3677
- Docker non-root healthcheck #3685 by @holo
- Avoid EditableCode inheriting mode from previous notes. @PJB3005
- fix default keyboard shortcuts for mac forward, back, closes #3708
-
[1.11.2]
- Update Trilium to 0.59.3
- Full changelog
- fix hangup on highlighting empty tokens, closes #3772
- fix escaping in sql console results
- promoted and inherited attributes should be shown grouped based on the owning note, #3761
- add #newNotesOnTop, closes #3734
- add a check for the hidden note existence, #3728
- fix sanitization of autocomplete against XSS
- fix cache invalidation upon note title change
- fix dead references in consistency_checks.js