Warning
Breaking change in the cli create note command
You need to use --stdin
or -s
to use the sdin as note content, it'll no longer fallback to stdin if no positionnal arg is set
What's Changed
- refactor(storage): added some cloudflare KV 413 error management by @CorentinTh in #342
- Update nl.json by @SamKr in #345
- refactor(i18n): added missing keys in fr locales by @CorentinTh in #346
- refactor(docs): proper sorting of locales in the i18n table by @CorentinTh in #347
- chore: removed unused root .npmrc by @CorentinTh in #348
- feat(note-view): added loading state by @CorentinTh in #350
- chore: update notes.models.test.ts by @eltociear in #354
- Updated italian language by @rfazi in #353
- Add Turkish translation by @beyenilmez in #356
- feat(i18n): update Simplified Chinese language by @dishao123 in #363
- Add Chinese (zh-TW) translations by @JerryShr in #368
- feat(cli): support uploading files by @CorentinTh in #359
New Contributors
- @eltociear made their first contribution in #354
- @rfazi made their first contribution in #353
- @beyenilmez made their first contribution in #356
- @dishao123 made their first contribution in #363
- @JerryShr made their first contribution in #368
Full Changelog: v1.11.0...v1.12.0