Tony Narlock
c3ef60421c
js(deps) Downgrade ckeditor5-package-tools 2 -> 1 for now
...
This would break tests. There also seems to be a v3 over the horizon.
2024-09-26 14:23:33 -05:00
Tony Narlock
167308d27f
Tag v43.1.1
2024-09-26 13:25:41 -05:00
Tony Narlock
158f900030
docs(CHANGELOG) Note 43.1.1 release
2024-09-26 13:25:41 -05:00
Tony Narlock
96051798cc
tests(mathui) Fix TS error
...
[tsl] ERROR in ckeditor5-math/tests/mathui.ts(52,44)
TS2554: Expected 1 arguments, but got 0.
2024-09-26 13:25:41 -05:00
Tony Narlock
a3ee4ab618
js(deps) 41 -> 43.1.3
...
See also: https://github.com/ckeditor/ckeditor5/blob/v43.1.1/CHANGELOG.md
Note: This does NOT include support the new installation method yet.
This will come in a future release:
- https://ckeditor.com/docs/ckeditor5/latest/updating/nim-migration/migration-to-new-installation-methods.html
- https://ckeditor.com/docs/ckeditor5/latest/updating/nim-migration/custom-plugins.html
Updates:
@ckeditor/ckeditor5-autoformat 41.4.2 → 43.1.1
@ckeditor/ckeditor5-basic-styles 41.4.2 → 43.1.1
@ckeditor/ckeditor5-block-quote 41.4.2 → 43.1.1
@ckeditor/ckeditor5-code-block 41.4.2 → 43.1.1
@ckeditor/ckeditor5-core 41.4.2 → 43.1.1
@ckeditor/ckeditor5-editor-classic 41.4.2 → 43.1.1
@ckeditor/ckeditor5-essentials 41.4.2 → 43.1.1
@ckeditor/ckeditor5-heading 41.4.2 → 43.1.1
@ckeditor/ckeditor5-image 41.4.2 → 43.1.1
@ckeditor/ckeditor5-indent 41.4.2 → 43.1.1
@ckeditor/ckeditor5-link 41.4.2 → 43.1.1
@ckeditor/ckeditor5-list 41.4.2 → 43.1.1
@ckeditor/ckeditor5-media-embed 41.4.2 → 43.1.1
@ckeditor/ckeditor5-package-tools ^1.1.0 → ^2.1.0
@ckeditor/ckeditor5-paragraph 41.4.2 → 43.1.1
@ckeditor/ckeditor5-table 41.4.2 → 43.1.1
@ckeditor/ckeditor5-theme-lark 41.4.2 → 43.1.1
@ckeditor/ckeditor5-upload 41.4.2 → 43.1.1
ckeditor5 41.4.2 → 43.1.1
eslint-config-ckeditor5 ^5.3.2 → ^7.1.0
stylelint-config-ckeditor5 >=5.3.2 → >=7.1.0
2024-09-26 13:25:41 -05:00
hasecilu
c3d6165aff
i18n: Continue Spanish translation, parts 3 and 4
...
Some fixes were done thanks by using PO file with Poedit. It enhances a
lot the workflow for translators
---
Step 1: Create PO files from English and localized JSON files as source
$ json2po -t en es po-es
Step 2: Make the translation
Step 3: Recover translation from PO files to JSON file. Remember to set
the indentation to 2 spaces
$ po2json -t en po-es es
Step 4: Update localized JSON file with missing tags from English JSON
$ jq -s '.[0] * .[1]' en/translation.json \
es/translation.json > merged.json
$ mv merged.json es/translation.json
Step 5: Remove PO files
$ rm -r po-es
2024-09-25 17:54:46 -06:00
Elian Doran
9220616bb5
Merge pull request #448 from Nriver/feature/i18n-part4
...
Feature/i18n part4
2024-09-25 18:54:12 +03:00
Nriver
eb9b4aee21
add translation for 6 widgets
2024-09-24 09:57:16 +08:00
Nriver
d9a7671830
update Chinese translation and synchronize with English
2024-09-24 09:28:46 +08:00
SiriusXT
353c410f0e
Merge branch 'develop' into revisions_number_limit
2024-09-17 19:58:16 +08:00
Elian Doran
7ca4cddc58
Merge pull request #431 from TriliumNext/perfectra1n-patch-2
...
Print Docker container log, regardless of success or failure of healthcheck
2024-09-15 23:29:06 +03:00
Elian Doran
12543f762b
Merge pull request #432 from TriliumNext/hide_float_button
...
Floating buttons can be displayed again after being closed
2024-09-15 23:21:44 +03:00
SiriusXT
ec7fabcb58
Floating buttons can be displayed again after being closed
2024-09-15 22:22:38 +08:00
Jin
5d08f2bc5a
fix revision list ESC behaviour
2024-09-15 12:41:45 +02:00
SiriusXT
a557b82c83
Fixed the bug that notes in different formats cannot be restoredRevisioned
2024-09-15 12:48:01 +08:00
SiriusXT
62a884cb5a
fix potential bugs that may exist in getRevisions
2024-09-15 10:51:55 +08:00
perfectra1n
88875a3375
Print Docker container log, if success or failure healthcheck
2024-09-14 12:50:25 -07:00
chesspro13
120f1677e8
Removed unused import
2024-09-14 10:12:14 -07:00
chesspro13
d92820280d
Fixed problem with using existing databases.
2024-09-14 10:04:39 -07:00
SiriusXT
cd547ebdaf
Fix svg not previewing in revisions
2024-09-14 21:09:52 +08:00
Elian Doran
e511d6aecf
client: Fix strange margins when ribbon has hidden components
2024-09-14 14:47:48 +03:00
Elian Doran
9b6148dec3
client: Translate attribute editor placeholder
2024-09-14 14:44:32 +03:00
Elian Doran
29a1aad45a
Merge pull request #430 from TriliumNext/fix
...
Fix global menu advanced command can't click
2024-09-14 14:40:03 +03:00
SiriusXT
a9fce727d4
Fix svg not previewing in revisions
2024-09-14 19:37:25 +08:00
Elian Doran
9e85d2cdbd
server: Fix missing translations in keyboard actions
2024-09-14 14:34:24 +03:00
Jin
c4f430276a
fix global menu advanced command can't click
2024-09-14 11:02:23 +02:00
SiriusXT
fdf57b6cfa
revisions_number_limit
2024-09-14 16:00:18 +08:00
SiriusXT
0a9e76abb7
Merge branch 'develop' into revisions_number_limit
2024-09-14 14:58:47 +08:00
SiriusXT
3e085e5cae
Show revision information
2024-09-14 14:32:43 +08:00
Elian Doran
73cd54e75c
client: Fix shortcuts section crashing when no translations
2024-09-13 22:58:39 +03:00
Elian Doran
28b8e59b4d
electron: Translate title bar button
2024-09-13 22:56:30 +03:00
Elian Doran
51b6725b91
server,electron: Downgrade incompatible libraries for now
2024-09-13 22:54:06 +03:00
Elian Doran
93ca30fda0
build: Fix type not in dev dependencies
2024-09-13 22:46:15 +03:00
Elian Doran
8c222368de
i18n: Translate some more messages in Romanian
2024-09-13 22:26:56 +03:00
Elian Doran
a3aa6b0628
client: Translate note tree
2024-09-13 22:22:16 +03:00
Elian Doran
d0061794dd
client: Translate note icon
2024-09-13 22:17:22 +03:00
Elian Doran
17c8708b54
client: Translate quick search
2024-09-13 22:08:52 +03:00
Elian Doran
da0ddbb80d
i18n: Translate the rest of Romanian messages
2024-09-13 21:59:19 +03:00
Elian Doran
138b4b1a95
i18n: Remove unused key
2024-09-13 21:57:23 +03:00
Elian Doran
1299072ea9
server: Update dependencies
2024-09-13 21:51:46 +03:00
Elian Doran
bb5893f989
electron: Update squirrel startup
2024-09-13 21:49:36 +03:00
Elian Doran
7b764fd7d8
client: Update mermaid, mind elixir
2024-09-13 21:48:38 +03:00
Elian Doran
ac2fc49a48
build: Update tooling dependencies
2024-09-13 21:44:57 +03:00
Elian Doran
c0abf6e2c5
Use fixed versions for all dependencies
2024-09-13 21:43:58 +03:00
Elian Doran
85ff0bac55
electron: Set up StartupWMClass to avoid missing icon
2024-09-13 21:21:29 +03:00
Elian Doran
3671b83a9c
server: Disable debug logs for i18n
2024-09-13 21:16:20 +03:00
Elian Doran
6970bf4fc1
Merge pull request #428 from TriliumNext/icon_improvement
...
Fix strange underline for zoom button
2024-09-13 17:50:44 +03:00
SiriusXT
e5cce1b1bc
Fix strange underline for zoom button
2024-09-13 22:24:19 +08:00
Elian Doran
faa8eca810
i18n: Translate a few Romanian messages
2024-09-13 14:57:05 +03:00
SiriusXT
84bf0cbae5
Merge branch 'develop' into revisions_number_limit
2024-09-13 19:46:07 +08:00