mirror of
https://github.com/zadam/trilium.git
synced 2025-12-10 01:14:25 +01:00
Merge main branch to resolve conflicts
This commit is contained in:
commit
99c7659abe
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@triliumnext/client",
|
||||
"version": "0.99.1",
|
||||
"version": "0.99.2",
|
||||
"description": "JQuery-based client for TriliumNext, used for both web and desktop (via Electron)",
|
||||
"private": true,
|
||||
"license": "AGPL-3.0-only",
|
||||
@ -58,7 +58,7 @@
|
||||
"normalize.css": "8.0.1",
|
||||
"panzoom": "9.4.3",
|
||||
"preact": "10.27.2",
|
||||
"react-i18next": "16.1.0",
|
||||
"react-i18next": "16.1.2",
|
||||
"reveal.js": "5.2.1",
|
||||
"split.js": "1.6.5",
|
||||
"svg-pan-zoom": "3.6.2",
|
||||
|
||||
@ -2078,7 +2078,7 @@
|
||||
"rendering_error": "Aufgrund eines Fehlers können keine Inhalte angezeigt werden."
|
||||
},
|
||||
"presentation_view": {
|
||||
"edit-slide": "Diese Folie bearbeiten",
|
||||
"edit-slide": "Folie bearbeiten",
|
||||
"start-presentation": "Präsentation starten"
|
||||
}
|
||||
}
|
||||
|
||||
@ -1,18 +1,24 @@
|
||||
{
|
||||
"about": {
|
||||
"title": "Πληροφορίες για το Trilium Notes",
|
||||
"homepage": "Αρχική Σελίδα:",
|
||||
"app_version": "Έκδοση εφαρμογής:",
|
||||
"db_version": "Έκδοση βάσης δεδομένων:",
|
||||
"sync_version": "Έκδοση πρωτοκόλου συγχρονισμού:",
|
||||
"build_date": "Ημερομηνία χτισίματος εφαρμογής:",
|
||||
"build_revision": "Αριθμός αναθεώρησης χτισίματος:",
|
||||
"data_directory": "Φάκελος δεδομένων:"
|
||||
},
|
||||
"toast": {
|
||||
"critical-error": {
|
||||
"title": "Κρίσιμο σφάλμα",
|
||||
"message": "Συνέβη κάποιο κρίσιμο σφάλμα, το οποίο δεν επιτρέπει στην εφαρμογή χρήστη να ξεκινήσει:\n\n{{message}}\n\nΤο πιθανότερο είναι να προκλήθηκε από κάποιο script που απέτυχε απρόοπτα. Δοκιμάστε να ξεκινήσετε την εφαρμογή σε ασφαλή λειτουργία για να λύσετε το πρόβλημα."
|
||||
}
|
||||
"about": {
|
||||
"title": "Πληροφορίες για το Trilium Notes",
|
||||
"homepage": "Αρχική Σελίδα:",
|
||||
"app_version": "Έκδοση εφαρμογής:",
|
||||
"db_version": "Έκδοση βάσης δεδομένων:",
|
||||
"sync_version": "Έκδοση πρωτοκόλου συγχρονισμού:",
|
||||
"build_date": "Ημερομηνία χτισίματος εφαρμογής:",
|
||||
"build_revision": "Αριθμός αναθεώρησης χτισίματος:",
|
||||
"data_directory": "Φάκελος δεδομένων:"
|
||||
},
|
||||
"toast": {
|
||||
"critical-error": {
|
||||
"title": "Κρίσιμο σφάλμα",
|
||||
"message": "Συνέβη κάποιο κρίσιμο σφάλμα, το οποίο δεν επιτρέπει στην εφαρμογή χρήστη να ξεκινήσει:\n\n{{message}}\n\nΤο πιθανότερο είναι να προκλήθηκε από κάποιο script που απέτυχε απρόοπτα. Δοκιμάστε να ξεκινήσετε την εφαρμογή σε ασφαλή λειτουργία για να λύσετε το πρόβλημα."
|
||||
}
|
||||
},
|
||||
"ai_llm": {
|
||||
"n_notes_queued": "{{ count }} σημείωση στην ουρά για εύρεση",
|
||||
"n_notes_queued_plural": "{{ count }} σημειώσεις στην ουρά για εύρεση",
|
||||
"notes_indexed": "{{ count }} σημείωση με ευρετήριο",
|
||||
"notes_indexed_plural": "{{ count }} σημειώσεις με ευρετήριο"
|
||||
}
|
||||
}
|
||||
|
||||
@ -81,7 +81,7 @@
|
||||
},
|
||||
"clone_to": {
|
||||
"notes_to_clone": "クローンするノート",
|
||||
"target_parent_note": "ターゲットの親ノート",
|
||||
"target_parent_note": "対象の親ノート",
|
||||
"search_for_note_by_its_name": "ノート名で検索",
|
||||
"cloned_note_prefix_title": "クローンされたノートは、指定された接頭辞を付けてノートツリーに表示されます",
|
||||
"prefix_optional": "接頭辞(任意)",
|
||||
@ -286,7 +286,7 @@
|
||||
"pasteNotes": "ノートをサブノートとしてアクティブノートに貼り付ける(コピーされたか切り取りされたかに よって、移動またはクローンになる)",
|
||||
"deleteNotes": "ノート/サブツリーを削除",
|
||||
"editingNotes": "ノート編集",
|
||||
"editNoteTitle": "押下するとツリーペインからタイトルの編集に移ります。タイトルの編集からEnterキーを押すと、本文の編集に移動します。<kbd>Ctrl+.</kbd> で本文の編集からツリーペインに戻ります。",
|
||||
"editNoteTitle": "ツリーペインでEnterキーを押すと、ツリーペインからノートタイトルに切り替わります。ノートタイトルだとテキストエディタにフォーカスが切り替わります。<kbd>Ctrl+.</kbd> を押すと、エディタからツリーペインに戻ります。",
|
||||
"createEditLink": "外部リンクの作成/編集",
|
||||
"createInternalLink": "内部リンクの作成",
|
||||
"followLink": "カーソル下のリンクをたどる",
|
||||
@ -334,7 +334,8 @@
|
||||
"import-status": "インポート状況",
|
||||
"in-progress": "インポート中: {{progress}}",
|
||||
"successful": "インポートは正常に終了しました。",
|
||||
"explodeArchives": "<code>.zip</code>, <code>.enex</code> および <code>.opml</code> アーカイブの内容を読み取ります。"
|
||||
"explodeArchives": "<code>.zip</code>, <code>.enex</code> および <code>.opml</code> アーカイブの内容を読み取ります。",
|
||||
"importZipRecommendation": "ZIP ファイルをインポートすると、ノートの階層はアーカイブ内のサブディレクトリ構造を反映します。"
|
||||
},
|
||||
"password_not_set": {
|
||||
"title": "パスワードが設定されていない",
|
||||
@ -404,9 +405,9 @@
|
||||
"protect-subtree": "サブツリーを保護",
|
||||
"unprotect-subtree": "サブツリーの保護を解除",
|
||||
"copy-clone": "コピー/クローン",
|
||||
"clone-to": "クローン先...",
|
||||
"clone-to": "クローン...",
|
||||
"cut": "切り取り",
|
||||
"move-to": "移動先...",
|
||||
"move-to": "移動...",
|
||||
"paste-into": "貼り付け",
|
||||
"paste-after": "後ろに貼り付け",
|
||||
"duplicate": "複製",
|
||||
@ -416,7 +417,7 @@
|
||||
"converted-to-attachments": "{{count}}ノートが添付ファイルに変換されました。",
|
||||
"convert-to-attachment": "添付ファイルに変換",
|
||||
"convert-to-attachment-confirm": "選択したノートを親ノートの添付ファイルに変換しますか?",
|
||||
"open-in-popup": "クイックエディット",
|
||||
"open-in-popup": "クイック編集",
|
||||
"hoist-note": "ホイストノート",
|
||||
"unhoist-note": "ノートをホイストしない",
|
||||
"edit-branch-prefix": "ブランチの接頭辞を編集",
|
||||
@ -1054,7 +1055,7 @@
|
||||
"inheritable": "継承",
|
||||
"related_notes_title": "このラベルが付いた他のノート",
|
||||
"attr_detail_title": "属性の詳細なタイトル",
|
||||
"target_note_title": "リレーションは、ソースノートとターゲットノート間の名前付き接続です。",
|
||||
"target_note_title": "リレーションは、ソースノートと対象のノート間の名前付き接続です。",
|
||||
"target_note": "対象のノート",
|
||||
"promoted_title": "プロモート属性はノートに目立つように表示されます。",
|
||||
"promoted": "プロモート",
|
||||
@ -1151,13 +1152,13 @@
|
||||
"print_page_size": "PDF にエクスポートするときに、ページのサイズを変更します。サポートされる値: <code>A0</code>, <code>A1</code>, <code>A2</code>, <code>A3</code>, <code>A4</code>, <code>A5</code>, <code>A6</code>, <code>Legal</code>, <code>Letter</code>, <code>Tabloid</code>, <code>Ledger</code>。"
|
||||
},
|
||||
"link_context_menu": {
|
||||
"open_note_in_popup": "クイックエディット",
|
||||
"open_note_in_popup": "クイック編集",
|
||||
"open_note_in_new_tab": "新しいタブでノートを開く",
|
||||
"open_note_in_new_split": "新しく分割してノートを開く",
|
||||
"open_note_in_new_window": "新しいウィンドウでノートを開く"
|
||||
},
|
||||
"note_tooltip": {
|
||||
"quick-edit": "クイックエディット",
|
||||
"quick-edit": "クイック編集",
|
||||
"note-has-been-deleted": "ノートは削除されました。"
|
||||
},
|
||||
"protect_note": {
|
||||
@ -1759,7 +1760,7 @@
|
||||
"target_parent_note": "対象の親ノート",
|
||||
"move_note_new_parent": "ノートに親が 1 つしかない場合は、ノートを新しい親に移動します (つまり、古いブランチが削除され、新しい親に新しいブランチが作成されます)",
|
||||
"clone_note_new_parent": "ノートに複数のクローン/ブランチがある場合、ノートを新しい親にクローンします(どのブランチを削除すべきか不明なため)",
|
||||
"nothing_will_happen": "ノートをターゲットノートに移動できない場合は何も起こりません(つまり、ツリーサイクルが生じるため)",
|
||||
"nothing_will_happen": "ノートを対象のノートに移動できない場合は何も起こりません(つまり、ツリーサイクルが生じるため)",
|
||||
"to": "次へ"
|
||||
},
|
||||
"onclick_button": {
|
||||
|
||||
@ -556,7 +556,7 @@
|
||||
"dialog_title": "Zaimportuj Markdown",
|
||||
"import_button": "Import",
|
||||
"import_success": "Treść Markdown została zaimportowana do dokumentu.",
|
||||
"modal_body_text": "Ze względu na piaskownicę przeglądarki nie jest możliwe bezpośrednie odczytanie schowka z JavaScript. Wklej Markdown do importu do poniższego pola tekstowego i kliknij przycisk Importuj"
|
||||
"modal_body_text": "Ze względu na środowisko przeglądarki nie jest możliwe bezpośrednie odczytanie schowka z JavaScript. Wklej Markdown do importu do poniższego pola tekstowego i kliknij przycisk Importuj"
|
||||
},
|
||||
"limit": {
|
||||
"limit": "Limit",
|
||||
@ -721,7 +721,7 @@
|
||||
"modal_body": "Wybierz typ / szablon notatki dla nowej notatki:",
|
||||
"templates": "Szablony",
|
||||
"builtin_templates": "Wbudowane szablony",
|
||||
"change_path_prompt": "Zmień, gdzie utworzyć nową notatkę:",
|
||||
"change_path_prompt": "Zmień ścieżkę, gdzie utworzyć nową notatkę:",
|
||||
"search_placeholder": "wyszukaj ścieżkę po nazwie (domyślna, jeśli pusta)"
|
||||
},
|
||||
"password_not_set": {
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@triliumnext/desktop",
|
||||
"version": "0.99.1",
|
||||
"version": "0.99.2",
|
||||
"description": "Build your personal knowledge base with Trilium Notes",
|
||||
"private": true,
|
||||
"main": "src/main.ts",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@triliumnext/server",
|
||||
"version": "0.99.1",
|
||||
"version": "0.99.2",
|
||||
"description": "The server-side component of TriliumNext, which exposes the client via the web, allows for sync and provides a REST API for both internal and external use.",
|
||||
"private": true,
|
||||
"main": "./src/main.ts",
|
||||
@ -111,7 +111,7 @@
|
||||
"multer": "2.0.2",
|
||||
"normalize-strings": "1.1.1",
|
||||
"ollama": "0.6.0",
|
||||
"openai": "6.5.0",
|
||||
"openai": "6.6.0",
|
||||
"rand-token": "1.0.1",
|
||||
"safe-compare": "1.1.4",
|
||||
"sanitize-filename": "1.6.3",
|
||||
@ -128,7 +128,7 @@
|
||||
"tmp": "0.2.5",
|
||||
"turndown": "7.2.1",
|
||||
"unescape": "1.0.1",
|
||||
"vite": "7.1.10",
|
||||
"vite": "7.1.11",
|
||||
"ws": "8.18.3",
|
||||
"xml2js": "0.6.2",
|
||||
"yauzl": "3.2.0"
|
||||
|
||||
@ -1 +1,8 @@
|
||||
{}
|
||||
{
|
||||
"keyboard_actions": {
|
||||
"back-in-note-history": "Μετάβαση στην προηγούμενη σημείωση στο ιστορικό",
|
||||
"forward-in-note-history": "Μεταβείτε στην επόμενη σημείωση στο ιστορικό",
|
||||
"open-jump-to-note-dialog": "Ανοίξτε το παράθυρο διαλόγου \"Μετάβαση στη σημείωση\"",
|
||||
"open-command-palette": "Άνοιγμα παλέτας εντολών"
|
||||
}
|
||||
}
|
||||
|
||||
@ -13,7 +13,7 @@
|
||||
"preact": "10.27.2",
|
||||
"preact-iso": "2.11.0",
|
||||
"preact-render-to-string": "6.6.2",
|
||||
"react-i18next": "16.1.0"
|
||||
"react-i18next": "16.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@preact/preset-vite": "2.10.2",
|
||||
@ -21,7 +21,7 @@
|
||||
"eslint-config-preact": "2.0.0",
|
||||
"typescript": "5.9.3",
|
||||
"user-agent-data-types": "0.4.2",
|
||||
"vite": "7.1.10"
|
||||
"vite": "7.1.11"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "preact"
|
||||
|
||||
@ -1 +1,49 @@
|
||||
{}
|
||||
{
|
||||
"get-started": {
|
||||
"title": "Ξεκινήστε",
|
||||
"desktop_title": "Κατεβάστε την εφαρμογή desktop (v{{version}})",
|
||||
"architecture": "Αρχιτεκτονική:",
|
||||
"older_releases": "Δείτε παλαιότερες εκδόσεις",
|
||||
"server_title": "Ρυθμίστε έναν server για πρόσβαση σε πολλαπλές συσκευές"
|
||||
},
|
||||
"hero_section": {
|
||||
"title": "Οργανώστε τις σκέψεις σας. Δημιουργήστε την προσωπική σας βάση γνώσεων.",
|
||||
"subtitle": "Το Trilium είναι μια λύση ανοικτού κώδικα για τη λήψη και την οργάνωση μιας προσωπικής βάσης γνώσεων. Χρησιμοποιήστε το σε τοπικό επίπεδο στο desktop σας, ή συγχρονίστε το με τον δικό σας server σας για να κρατήσετε τις σημειώσεις σας όπου πηγαίνετε.",
|
||||
"get_started": "Ξεκινήστε",
|
||||
"screenshot_alt": "Στιγμιότυπο οθόνης της desktop εφαρμογής Trilium Notes",
|
||||
"github": "GitHub",
|
||||
"dockerhub": "Docker Hub"
|
||||
},
|
||||
"organization_benefits": {
|
||||
"title": "Οργανισμός",
|
||||
"note_structure_title": "Δομή σημειώσεων",
|
||||
"note_structure_description": "Οι σημειώσεις μπορούν να ταξινομηθούν ιεραρχικά. Δεν χρειάζονται φάκελοι, καθώς κάθε σημείωση μπορεί να περιέχει δευτερεύουσες σημειώσεις. Μια μεμονωμένη σημείωση μπορεί να προστεθεί σε πολλά σημεία της ιεραρχίας.",
|
||||
"attributes_title": "Ετικέτες σημειώσεων και σχέσεις",
|
||||
"attributes_description": "Χρησιμοποιήστε σχέσεις μεταξύ σημειώσεων ή προσθέστε ετικέτες για εύκολη κατηγοριοποίηση. Χρησιμοποιήστε προωθημένες ιδιότητες για να εισάγετε δομημένες πληροφορίες που μπορούν να χρησιμοποιηθούν σε πίνακες, συμβούλια.",
|
||||
"hoisting_description": "Διαχωρίστε εύκολα τις προσωπικές και τις εργασιακές σας σημειώσεις ομαδοποιώντας τις σε έναν χώρο εργασίας, ο οποίος εστιάζει το δέντρο σημειώσεών σας ώστε να εμφανίζει μόνο ένα συγκεκριμένο σύνολο σημειώσεων.",
|
||||
"hoisting_title": "Χώροι εργασίας και ανύψωση"
|
||||
},
|
||||
"productivity_benefits": {
|
||||
"title": "Παραγωγικότητα και ασφάλεια",
|
||||
"revisions_title": "Aναθεωρήσεις σημειώσεων",
|
||||
"revisions_content": "Οι σημειώσεις αποθηκεύονται περιοδικά στο παρασκήνιο και οι αναθεωρήσεις μπορούν να χρησιμοποιηθούν για έλεγχο ή για αναίρεση τυχαίων αλλαγών. Οι αναθεωρήσεις μπορούν επίσης να δημιουργηθούν κατ' απαίτηση.",
|
||||
"sync_title": "Συγχρονισμός",
|
||||
"sync_content": "Χρησιμοποιήστε μια δικής σας εγκατάσταση ή μια εγκατάσταση cloud για να συγχρονίσετε εύκολα τις σημειώσεις σας σε πολλές συσκευές και να αποκτήσετε πρόσβαση σε αυτές από το κινητό σας τηλέφωνο χρησιμοποιώντας ένα PWA.",
|
||||
"protected_notes_title": "Προστατευμένες σημειώσεις",
|
||||
"protected_notes_content": "Προστατέψτε ευαίσθητες προσωπικές πληροφορίες κρυπτογραφώντας τις σημειώσεις και κλειδώνοντάς τις πίσω από μια περίοδο λειτουργίας που προστατεύεται με κωδικό πρόσβασης.",
|
||||
"jump_to_title": "Γρήγορη αναζήτηση και εντολές",
|
||||
"jump_to_content": "Μεταβείτε γρήγορα σε σημειώσεις ή εντολές σε όλη την ιεραρχία αναζητώντας τον τίτλο τους, με ασαφή αντιστοίχιση για να ληφθούν υπόψη τυπογραφικά λάθη ή μικρές διαφορές.",
|
||||
"search_title": "Ισχυρή αναζήτηση",
|
||||
"search_content": "Εναλλακτικά, αναζητήστε κείμενο μέσα σε σημειώσεις και περιορίστε την αναζήτηση φιλτράροντας με βάση την ανώτερη σημείωση ή κατά βάθος.",
|
||||
"web_clipper_title": "Εργαλείο αποκομμάτων web",
|
||||
"web_clipper_content": "Πάρτε ιστοσελίδες (ή στιγμιότυπα οθόνης) και τοποθετήστε τις απευθείας στο Trilium χρησιμοποιώντας το εργαλείο αποκομμάτων web του προγράμματος περιήγησης."
|
||||
},
|
||||
"note_types": {
|
||||
"text_title": "Σημειώσεις κειμένου",
|
||||
"text_description": "Οι σημειώσεις επεξεργάζονται χρησιμοποιώντας έναν οπτικό επεξεργαστή (WYSIWYG), με υποστήριξη για πίνακες, εικόνες, μαθηματικές εκφράσεις, μπλοκ κώδικα με επισήμανση σύνταξης. Μορφοποιήστε γρήγορα το κείμενο χρησιμοποιώντας σύνταξη παρόμοια με το Markdown ή χρησιμοποιώντας εντολές με κάθετο.",
|
||||
"code_title": "Σημειώσεις κώδικα",
|
||||
"code_description": "Μεγάλα δείγματα πηγαίου κώδικα ή scripts χρησιμοποιούν έναν ειδικό επεξεργαστή, με επισήμανση σύνταξης για πολλές γλώσσες προγραμματισμού και με διάφορα χρωματικά θέματα.",
|
||||
"file_title": "Σημειώσεις αρχείων",
|
||||
"file_description": "Ενσωματώστε αρχεία πολυμέσων όπως PDF, εικόνες, βίντεο με προεπισκόπηση εντός εφαρμογής."
|
||||
}
|
||||
}
|
||||
|
||||
@ -1 +1,8 @@
|
||||
{}
|
||||
{
|
||||
"get-started": {
|
||||
"title": "Commencer",
|
||||
"desktop_title": "Télécharger l'application de bureau (v{{version}})",
|
||||
"architecture": "Architecture:",
|
||||
"older_releases": "Voir les versions plus anciennes"
|
||||
}
|
||||
}
|
||||
|
||||
5
docs/README-el.md
vendored
5
docs/README-el.md
vendored
@ -25,8 +25,9 @@ status](https://hosted.weblate.org/widget/trilium/svg-badge.svg)](https://hosted
|
||||
| [Japanese](./docs/README-ja.md) | [Italian](./docs/README-it.md) |
|
||||
[Spanish](./docs/README-es.md)
|
||||
|
||||
Trilium Notes is a free and open-source, cross-platform hierarchical note taking
|
||||
application with focus on building large personal knowledge bases.
|
||||
Το Trilium Notes είναι μια δωρεάν και ανοιχτού κώδικα, ιεραρχική εφαρμογή
|
||||
σημειώσεων πολλαπλών πλατφορμών με έμφαση στη δημιουργία μεγάλων προσωπικών
|
||||
βάσεων γνώσεων.
|
||||
|
||||
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for
|
||||
quick overview:
|
||||
|
||||
28
docs/README-fr.md
vendored
28
docs/README-fr.md
vendored
@ -11,22 +11,24 @@
|
||||
|
||||
# Trilium Notes
|
||||
|
||||

|
||||
\
|
||||

|
||||
\
|
||||

|
||||
\
|
||||

|
||||
\
|
||||
[](https://app.relative-ci.com/projects/Di5q7dz9daNDZ9UXi0Bp)
|
||||
[](https://hosted.weblate.org/engage/trilium/)
|
||||
[](https://hosted.weblate.org/engage/trilium/)
|
||||
|
||||
[English](./README.md) | [Chinese (Simplified)](./docs/README-ZH_CN.md) |
|
||||
[Chinese (Traditional)](./docs/README-ZH_TW.md) | [Russian](./docs/README-ru.md)
|
||||
| [Japanese](./docs/README-ja.md) | [Italian](./docs/README-it.md) |
|
||||
[Spanish](./docs/README-es.md)
|
||||
[Anglais](./README.md) | [Chinois (simplifié)](./docs/README-ZH_CN.md) |
|
||||
[Chinois (Traditionnel)](./docs/README-ZH_TW.md) | [Russe](./docs/README-ru.md)
|
||||
| [Japonais](./docs/README-ja.md) | [Italien](./docs/README-it.md) |
|
||||
[Espagnol](./docs/README-es.md)
|
||||
|
||||
Trilium Notes is a free and open-source, cross-platform hierarchical note taking
|
||||
application with focus on building large personal knowledge bases.
|
||||
Trilium Notes est une application gratuite, open-source et multiplateforme de
|
||||
prise de notes hiérarchique, conçue pour créer et gérer de vastes bases de
|
||||
connaissances personnelles.
|
||||
|
||||
See [screenshots](https://triliumnext.github.io/Docs/Wiki/screenshot-tour) for
|
||||
quick overview:
|
||||
|
||||
106
docs/Release Notes/!!!meta.json
vendored
106
docs/Release Notes/!!!meta.json
vendored
@ -61,6 +61,32 @@
|
||||
"attachments": [],
|
||||
"dirFileName": "Release Notes",
|
||||
"children": [
|
||||
{
|
||||
"isClone": false,
|
||||
"noteId": "z207sehwMJ6C",
|
||||
"notePath": [
|
||||
"hD3V4hiu2VW4",
|
||||
"z207sehwMJ6C"
|
||||
],
|
||||
"title": "v0.99.2",
|
||||
"notePosition": 10,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
"mime": "text/html",
|
||||
"attributes": [
|
||||
{
|
||||
"type": "relation",
|
||||
"name": "template",
|
||||
"value": "wyurrlcDl416",
|
||||
"isInheritable": false,
|
||||
"position": 60
|
||||
}
|
||||
],
|
||||
"format": "markdown",
|
||||
"dataFileName": "v0.99.2.md",
|
||||
"attachments": []
|
||||
},
|
||||
{
|
||||
"isClone": false,
|
||||
"noteId": "WGQsXq2jNyTi",
|
||||
@ -69,7 +95,7 @@
|
||||
"WGQsXq2jNyTi"
|
||||
],
|
||||
"title": "v0.99.1",
|
||||
"notePosition": 10,
|
||||
"notePosition": 20,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -95,7 +121,7 @@
|
||||
"cyw2Yue9vXf3"
|
||||
],
|
||||
"title": "v0.99.0",
|
||||
"notePosition": 20,
|
||||
"notePosition": 30,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -121,7 +147,7 @@
|
||||
"QOJwjruOUr4k"
|
||||
],
|
||||
"title": "v0.98.1",
|
||||
"notePosition": 30,
|
||||
"notePosition": 40,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -147,7 +173,7 @@
|
||||
"PLUoryywi0BC"
|
||||
],
|
||||
"title": "v0.98.0",
|
||||
"notePosition": 40,
|
||||
"notePosition": 50,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -173,7 +199,7 @@
|
||||
"lvOuiWsLDv8F"
|
||||
],
|
||||
"title": "v0.97.2",
|
||||
"notePosition": 50,
|
||||
"notePosition": 60,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -199,7 +225,7 @@
|
||||
"OtFZ6Nd9vM3n"
|
||||
],
|
||||
"title": "v0.97.1",
|
||||
"notePosition": 60,
|
||||
"notePosition": 70,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -225,7 +251,7 @@
|
||||
"SJZ5PwfzHSQ1"
|
||||
],
|
||||
"title": "v0.97.0",
|
||||
"notePosition": 70,
|
||||
"notePosition": 80,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -251,7 +277,7 @@
|
||||
"mYXFde3LuNR7"
|
||||
],
|
||||
"title": "v0.96.0",
|
||||
"notePosition": 80,
|
||||
"notePosition": 90,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -277,7 +303,7 @@
|
||||
"jthwbL0FdaeU"
|
||||
],
|
||||
"title": "v0.95.0",
|
||||
"notePosition": 90,
|
||||
"notePosition": 100,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -303,7 +329,7 @@
|
||||
"7HGYsJbLuhnv"
|
||||
],
|
||||
"title": "v0.94.1",
|
||||
"notePosition": 100,
|
||||
"notePosition": 110,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -329,7 +355,7 @@
|
||||
"Neq53ujRGBqv"
|
||||
],
|
||||
"title": "v0.94.0",
|
||||
"notePosition": 110,
|
||||
"notePosition": 120,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -355,7 +381,7 @@
|
||||
"VN3xnce1vLkX"
|
||||
],
|
||||
"title": "v0.93.0",
|
||||
"notePosition": 120,
|
||||
"notePosition": 130,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -373,7 +399,7 @@
|
||||
"WRaBfQqPr6qo"
|
||||
],
|
||||
"title": "v0.92.7",
|
||||
"notePosition": 130,
|
||||
"notePosition": 140,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -399,7 +425,7 @@
|
||||
"a2rwfKNmUFU1"
|
||||
],
|
||||
"title": "v0.92.6",
|
||||
"notePosition": 140,
|
||||
"notePosition": 150,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -417,7 +443,7 @@
|
||||
"fEJ8qErr0BKL"
|
||||
],
|
||||
"title": "v0.92.5-beta",
|
||||
"notePosition": 150,
|
||||
"notePosition": 160,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -435,7 +461,7 @@
|
||||
"kkkZQQGSXjwy"
|
||||
],
|
||||
"title": "v0.92.4",
|
||||
"notePosition": 160,
|
||||
"notePosition": 170,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -453,7 +479,7 @@
|
||||
"vAroNixiezaH"
|
||||
],
|
||||
"title": "v0.92.3-beta",
|
||||
"notePosition": 170,
|
||||
"notePosition": 180,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -471,7 +497,7 @@
|
||||
"mHEq1wxAKNZd"
|
||||
],
|
||||
"title": "v0.92.2-beta",
|
||||
"notePosition": 180,
|
||||
"notePosition": 190,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -489,7 +515,7 @@
|
||||
"IykjoAmBpc61"
|
||||
],
|
||||
"title": "v0.92.1-beta",
|
||||
"notePosition": 190,
|
||||
"notePosition": 200,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -507,7 +533,7 @@
|
||||
"dq2AJ9vSBX4Y"
|
||||
],
|
||||
"title": "v0.92.0-beta",
|
||||
"notePosition": 200,
|
||||
"notePosition": 210,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -525,7 +551,7 @@
|
||||
"3a8aMe4jz4yM"
|
||||
],
|
||||
"title": "v0.91.6",
|
||||
"notePosition": 210,
|
||||
"notePosition": 220,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -543,7 +569,7 @@
|
||||
"8djQjkiDGESe"
|
||||
],
|
||||
"title": "v0.91.5",
|
||||
"notePosition": 220,
|
||||
"notePosition": 230,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -561,7 +587,7 @@
|
||||
"OylxVoVJqNmr"
|
||||
],
|
||||
"title": "v0.91.4-beta",
|
||||
"notePosition": 230,
|
||||
"notePosition": 240,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -579,7 +605,7 @@
|
||||
"tANGQDvnyhrj"
|
||||
],
|
||||
"title": "v0.91.3-beta",
|
||||
"notePosition": 240,
|
||||
"notePosition": 250,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -597,7 +623,7 @@
|
||||
"hMoBfwSoj1SC"
|
||||
],
|
||||
"title": "v0.91.2-beta",
|
||||
"notePosition": 250,
|
||||
"notePosition": 260,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -615,7 +641,7 @@
|
||||
"a2XMSKROCl9z"
|
||||
],
|
||||
"title": "v0.91.1-beta",
|
||||
"notePosition": 260,
|
||||
"notePosition": 270,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -633,7 +659,7 @@
|
||||
"yqXFvWbLkuMD"
|
||||
],
|
||||
"title": "v0.90.12",
|
||||
"notePosition": 270,
|
||||
"notePosition": 280,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -651,7 +677,7 @@
|
||||
"veS7pg311yJP"
|
||||
],
|
||||
"title": "v0.90.11-beta",
|
||||
"notePosition": 280,
|
||||
"notePosition": 290,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -669,7 +695,7 @@
|
||||
"sq5W9TQxRqMq"
|
||||
],
|
||||
"title": "v0.90.10-beta",
|
||||
"notePosition": 290,
|
||||
"notePosition": 300,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -687,7 +713,7 @@
|
||||
"yFEGVCUM9tPx"
|
||||
],
|
||||
"title": "v0.90.9-beta",
|
||||
"notePosition": 300,
|
||||
"notePosition": 310,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -705,7 +731,7 @@
|
||||
"o4wAGqOQuJtV"
|
||||
],
|
||||
"title": "v0.90.8",
|
||||
"notePosition": 310,
|
||||
"notePosition": 320,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -738,7 +764,7 @@
|
||||
"i4A5g9iOg9I0"
|
||||
],
|
||||
"title": "v0.90.7-beta",
|
||||
"notePosition": 320,
|
||||
"notePosition": 330,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -756,7 +782,7 @@
|
||||
"ThNf2GaKgXUs"
|
||||
],
|
||||
"title": "v0.90.6-beta",
|
||||
"notePosition": 330,
|
||||
"notePosition": 340,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -774,7 +800,7 @@
|
||||
"G4PAi554kQUr"
|
||||
],
|
||||
"title": "v0.90.5-beta",
|
||||
"notePosition": 340,
|
||||
"notePosition": 350,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -801,7 +827,7 @@
|
||||
"zATRobGRCmBn"
|
||||
],
|
||||
"title": "v0.90.4",
|
||||
"notePosition": 350,
|
||||
"notePosition": 360,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -819,7 +845,7 @@
|
||||
"sCDLf8IKn3Iz"
|
||||
],
|
||||
"title": "v0.90.3",
|
||||
"notePosition": 360,
|
||||
"notePosition": 370,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -837,7 +863,7 @@
|
||||
"VqqyBu4AuTjC"
|
||||
],
|
||||
"title": "v0.90.2-beta",
|
||||
"notePosition": 370,
|
||||
"notePosition": 380,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -855,7 +881,7 @@
|
||||
"RX3Nl7wInLsA"
|
||||
],
|
||||
"title": "v0.90.1-beta",
|
||||
"notePosition": 380,
|
||||
"notePosition": 390,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -873,7 +899,7 @@
|
||||
"GyueACukPWjk"
|
||||
],
|
||||
"title": "v0.90.0-beta",
|
||||
"notePosition": 390,
|
||||
"notePosition": 400,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
@ -891,7 +917,7 @@
|
||||
"wyurrlcDl416"
|
||||
],
|
||||
"title": "Release Template",
|
||||
"notePosition": 400,
|
||||
"notePosition": 410,
|
||||
"prefix": null,
|
||||
"isExpanded": false,
|
||||
"type": "text",
|
||||
|
||||
65
docs/Release Notes/Release Notes/v0.99.2.md
vendored
Normal file
65
docs/Release Notes/Release Notes/v0.99.2.md
vendored
Normal file
@ -0,0 +1,65 @@
|
||||
# v0.99.2
|
||||
> [!IMPORTANT]
|
||||
> If you enjoyed this release, consider showing a token of appreciation by:
|
||||
>
|
||||
> * Pressing the “Star” button on [GitHub](https://github.com/TriliumNext/Trilium) (top-right).
|
||||
> * Considering a one-time or recurrent donation to the [lead developer](https://github.com/eliandoran) via [GitHub Sponsors](https://github.com/sponsors/eliandoran) or [PayPal](https://paypal.me/eliandoran).
|
||||
|
||||
## 💡 Key highlights
|
||||
|
||||
* Presentations can now be created directly from within Trilium, including being able to present in full screen.
|
||||
* Presentations are a new type of collections.
|
||||
* For more information, consult the in-app documentation or the [online documentation](https://docs.triliumnotes.org/User%20Guide/User%20Guide/Note%20Types/Collections/Presentation%20View.html).
|
||||
* The whole printing mechanism was redesigned from ground up.
|
||||
* This should translate to more stable printing or exporting to PDF across note types.
|
||||
* The new Presentation collection can also be exported as PDF.
|
||||
* For more information, consult the [documentation](https://docs.triliumnotes.org/User%20Guide/User%20Guide/Basic%20Concepts%20and%20Features/Notes/Printing%20%2526%20Exporting%20as%20PDF.html).
|
||||
|
||||
## 🐞 Bugfixes
|
||||
|
||||
* Relation map: floating buttons stuck when showing source.
|
||||
* [Mobile formatting toolbar appears cut off.](https://github.com/TriliumNext/Trilium/issues/7206)
|
||||
* [Table View Max nesting depth not working](https://github.com/TriliumNext/Trilium/issues/7204)
|
||||
* [Expand and Collapse buttons only work on refresh](https://github.com/TriliumNext/Trilium/issues/7209)
|
||||
* <kbd>Enter</kbd> not working on Quick Search.
|
||||
* Modifying an equation would reset its size, foreground color and background color.
|
||||
* [Instances of Built-in Templates inherit `#excludeFromNoteMap`](https://github.com/TriliumNext/Trilium/issues/7187)
|
||||
* [Background effects on Windows 11 were affected by custom title bar selection.](https://github.com/TriliumNext/Trilium/commit/5d8f789791f699d06e49123e672b1ad62b1d7ee7#commitcomment-165811641)
|
||||
* [When creating a new note in the calendar view, the default name is not selected by default](https://github.com/TriliumNext/Trilium/issues/7289)
|
||||
* [Wrong focus in protected session dialog](https://github.com/TriliumNext/Trilium/issues/7251)
|
||||
* [Title bar buttons not centered on macOS](https://github.com/TriliumNext/Trilium/issues/7257)
|
||||
* [Notes with children in collection list view are displayed twice](https://github.com/TriliumNext/Trilium/issues/7301)
|
||||
* [The background color of a table's header remains black](https://github.com/TriliumNext/Trilium/issues/7230)
|
||||
* [Keep the color of the note titles even after selection in the new theme](https://github.com/TriliumNext/Trilium/issues/3634) by @adoriandoran
|
||||
* Search results:
|
||||
* Collection would appear twice.
|
||||
* Infinite recursion issues due to nesting, when using collections such as table.
|
||||
* [Note path was no longer displayed.](https://github.com/TriliumNext/Trilium/issues/7404)
|
||||
* All collection types are now supported by the search.
|
||||
* Importing notes without selection imports previous selection
|
||||
* [Failed to connect to Wayland display: No such file or directory](https://github.com/TriliumNext/Trilium/issues/7208)
|
||||
|
||||
## ✨ Improvements
|
||||
|
||||
* Board view enhancements:
|
||||
* Basic keyboard interaction using <kbd>Tab</kbd> and <kbd>Shift</kbd>+<kbd>Tab</kbd> (consult the User Guide).
|
||||
* The column title is now visible even if the column is scrolled.
|
||||
* Custom HTML snippets in shared pages by @kleutzinger
|
||||
* Text notes: [Allow accessing `obsidian:` links](https://github.com/TriliumNext/Trilium/issues/7207)
|
||||
* Allow any date for first day of the week by @werererer
|
||||
* Searches now have the _Collection Properties_ tab, to change the display mode from a list to one of the collections.
|
||||
* [Clarify importing .zip structures when importing notes](https://github.com/TriliumNext/Trilium/issues/7429)
|
||||
|
||||
## 📖 Documentation
|
||||
|
||||
* Various improvements and clarifications.
|
||||
|
||||
## 🌍 Internationalization
|
||||
|
||||
* Support for Portuguese (Portugal).
|
||||
* Support for Arabic.
|
||||
|
||||
## 🛠️ Technical updates
|
||||
|
||||
* Fixed Nix flake.
|
||||
* Preliminary support for right-to-left languages for the UI.
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@triliumnext/source",
|
||||
"version": "0.99.1",
|
||||
"version": "0.99.2",
|
||||
"description": "Build your personal knowledge base with Trilium Notes",
|
||||
"directories": {
|
||||
"doc": "docs"
|
||||
@ -59,9 +59,9 @@
|
||||
"tslib": "2.8.1",
|
||||
"tsx": "4.20.6",
|
||||
"typescript": "~5.9.0",
|
||||
"typescript-eslint": "8.46.1",
|
||||
"typescript-eslint": "8.46.2",
|
||||
"upath": "2.0.1",
|
||||
"vite": "7.1.10",
|
||||
"vite": "7.1.11",
|
||||
"vite-plugin-dts": "~4.5.0",
|
||||
"vitest": "3.2.4"
|
||||
},
|
||||
|
||||
@ -25,14 +25,14 @@
|
||||
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
||||
"@ckeditor/ckeditor5-package-tools": "4.1.1",
|
||||
"@typescript-eslint/eslint-plugin": "~8.46.0",
|
||||
"@typescript-eslint/parser": "8.46.1",
|
||||
"@typescript-eslint/parser": "8.46.2",
|
||||
"@vitest/browser": "3.2.4",
|
||||
"@vitest/coverage-istanbul": "3.2.4",
|
||||
"ckeditor5": "47.1.0",
|
||||
"eslint": "9.38.0",
|
||||
"eslint-config-ckeditor5": ">=9.1.0",
|
||||
"http-server": "14.1.1",
|
||||
"lint-staged": "16.2.4",
|
||||
"lint-staged": "16.2.5",
|
||||
"stylelint": "16.25.0",
|
||||
"stylelint-config-ckeditor5": ">=9.1.0",
|
||||
"ts-node": "10.9.2",
|
||||
|
||||
@ -26,14 +26,14 @@
|
||||
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
||||
"@ckeditor/ckeditor5-package-tools": "4.1.1",
|
||||
"@typescript-eslint/eslint-plugin": "~8.46.0",
|
||||
"@typescript-eslint/parser": "8.46.1",
|
||||
"@typescript-eslint/parser": "8.46.2",
|
||||
"@vitest/browser": "3.2.4",
|
||||
"@vitest/coverage-istanbul": "3.2.4",
|
||||
"ckeditor5": "47.1.0",
|
||||
"eslint": "9.38.0",
|
||||
"eslint-config-ckeditor5": ">=9.1.0",
|
||||
"http-server": "14.1.1",
|
||||
"lint-staged": "16.2.4",
|
||||
"lint-staged": "16.2.5",
|
||||
"stylelint": "16.25.0",
|
||||
"stylelint-config-ckeditor5": ">=9.1.0",
|
||||
"ts-node": "10.9.2",
|
||||
|
||||
@ -28,14 +28,14 @@
|
||||
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
||||
"@ckeditor/ckeditor5-package-tools": "4.1.1",
|
||||
"@typescript-eslint/eslint-plugin": "~8.46.0",
|
||||
"@typescript-eslint/parser": "8.46.1",
|
||||
"@typescript-eslint/parser": "8.46.2",
|
||||
"@vitest/browser": "3.2.4",
|
||||
"@vitest/coverage-istanbul": "3.2.4",
|
||||
"ckeditor5": "47.1.0",
|
||||
"eslint": "9.38.0",
|
||||
"eslint-config-ckeditor5": ">=9.1.0",
|
||||
"http-server": "14.1.1",
|
||||
"lint-staged": "16.2.4",
|
||||
"lint-staged": "16.2.5",
|
||||
"stylelint": "16.25.0",
|
||||
"stylelint-config-ckeditor5": ">=9.1.0",
|
||||
"ts-node": "10.9.2",
|
||||
|
||||
@ -29,14 +29,14 @@
|
||||
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
||||
"@ckeditor/ckeditor5-package-tools": "4.1.1",
|
||||
"@typescript-eslint/eslint-plugin": "~8.46.0",
|
||||
"@typescript-eslint/parser": "8.46.1",
|
||||
"@typescript-eslint/parser": "8.46.2",
|
||||
"@vitest/browser": "3.2.4",
|
||||
"@vitest/coverage-istanbul": "3.2.4",
|
||||
"ckeditor5": "47.1.0",
|
||||
"eslint": "9.38.0",
|
||||
"eslint-config-ckeditor5": ">=9.1.0",
|
||||
"http-server": "14.1.1",
|
||||
"lint-staged": "16.2.4",
|
||||
"lint-staged": "16.2.5",
|
||||
"stylelint": "16.25.0",
|
||||
"stylelint-config-ckeditor5": ">=9.1.0",
|
||||
"ts-node": "10.9.2",
|
||||
|
||||
@ -28,14 +28,14 @@
|
||||
"@ckeditor/ckeditor5-inspector": ">=4.1.0",
|
||||
"@ckeditor/ckeditor5-package-tools": "4.1.1",
|
||||
"@typescript-eslint/eslint-plugin": "~8.46.0",
|
||||
"@typescript-eslint/parser": "8.46.1",
|
||||
"@typescript-eslint/parser": "8.46.2",
|
||||
"@vitest/browser": "3.2.4",
|
||||
"@vitest/coverage-istanbul": "3.2.4",
|
||||
"ckeditor5": "47.1.0",
|
||||
"eslint": "9.38.0",
|
||||
"eslint-config-ckeditor5": ">=9.1.0",
|
||||
"http-server": "14.1.1",
|
||||
"lint-staged": "16.2.4",
|
||||
"lint-staged": "16.2.5",
|
||||
"stylelint": "16.25.0",
|
||||
"stylelint-config-ckeditor5": ">=9.1.0",
|
||||
"ts-node": "10.9.2",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@triliumnext/commons",
|
||||
"version": "0.99.1",
|
||||
"version": "0.99.2",
|
||||
"description": "Shared library between the clients (e.g. browser, Electron) and the server, mostly for type definitions and utility methods.",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
|
||||
@ -24,8 +24,8 @@
|
||||
"devDependencies": {
|
||||
"@digitak/esrun": "3.2.26",
|
||||
"@types/swagger-ui": "5.21.1",
|
||||
"@typescript-eslint/eslint-plugin": "8.46.1",
|
||||
"@typescript-eslint/parser": "8.46.1",
|
||||
"@typescript-eslint/eslint-plugin": "8.46.2",
|
||||
"@typescript-eslint/parser": "8.46.2",
|
||||
"dotenv": "17.2.3",
|
||||
"esbuild": "0.25.11",
|
||||
"eslint": "9.38.0",
|
||||
|
||||
485
pnpm-lock.yaml
generated
485
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user