@sveltia/cms 0.11.0 → 0.12.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -51,6 +51,7 @@ Here are some highlights mainly compared to Netlify/Decap CMS:
51
51
 
52
52
  - You can [work on a local Git repository](#work-with-a-local-git-repository) without having to run a proxy server on your machine[^26].
53
53
  - The Git branch name is automatically set to the repository’s default branch (`main`, `master` or whatever) if not specified in the configuration file, preventing data loading errors due to fallback to `master`[^27].
54
+ - Never miss out on the latest features and bug fixes by being notified when an update to the CMS is available[^31].
54
55
  - You can delete multiple entries and assets at once.
55
56
  - Some keyboard shortcuts are available for faster editing. More to come!
56
57
  - Create a new entry: `Ctrl+E` (Windows/Linux) / `Command+E` (macOS)
@@ -446,9 +447,10 @@ This software is provided “as is” without any express or implied warranty. W
446
447
  [^22]: [Netlify/Decap CMS #6642](https://github.com/decaporg/decap-cms/issues/6642)
447
448
  [^23]: [Netlify/Decap CMS #2](https://github.com/decaporg/decap-cms/issues/2)
448
449
  [^24]: [Netlify/Decap CMS #6831](https://github.com/decaporg/decap-cms/issues/6831)
449
- [^25]: [Netlify/Decap CMS #6987](https://github.com/decaporg/decap-cms/issues/6987)
450
+ [^25]: [Netlify/Decap CMS #526](https://github.com/decaporg/decap-cms/issues/526), [#6987](https://github.com/decaporg/decap-cms/issues/6987)
450
451
  [^26]: [Netlify/Decap CMS #3285](https://github.com/decaporg/decap-cms/issues/3285)
451
452
  [^27]: [Netlify/Decap CMS #3285](https://github.com/decaporg/decap-cms/issues/5617)
452
453
  [^28]: [Netlify/Decap CMS #6836](https://github.com/decaporg/decap-cms/pull/6836)
453
454
  [^29]: [Netlify/Decap CMS #4783](https://github.com/decaporg/decap-cms/pull/4783)
454
455
  [^30]: [Netlify/Decap CMS #565](https://github.com/decaporg/decap-cms/pull/565)
456
+ [^31]: [Netlify/Decap CMS #1045](https://github.com/decaporg/decap-cms/pull/1045)