Minor improvements to news
This commit is contained in:
parent
82f05b58f3
commit
9a5ba5aa1b
8
NEWS.md
8
NEWS.md
@ -16,8 +16,8 @@ This release is incompatible with previous releases. See the upgrade checklist b
|
|||||||
* Major refactor
|
* Major refactor
|
||||||
* Never sanitize paths multiple times (check if they are sanitized)
|
* Never sanitize paths multiple times (check if they are sanitized)
|
||||||
* Config
|
* Config
|
||||||
* Multiple configuration files with the format /path/to/config1:/path/to/config2
|
* Multiple configuration files separated by ``:`` (resp. ``;`` on Windows)
|
||||||
* Optional configuration files by prepending filepath with ``?``
|
* Optional configuration files by prepending file path with ``?``
|
||||||
* Check validity of every configuration file and command line arguments separately
|
* Check validity of every configuration file and command line arguments separately
|
||||||
* Report the source of invalid configuration parameters in error messages
|
* Report the source of invalid configuration parameters in error messages
|
||||||
* Code cleanup:
|
* Code cleanup:
|
||||||
@ -49,7 +49,7 @@ This release is incompatible with previous releases. See the upgrade checklist b
|
|||||||
* Show warning if JavaScript is disabled
|
* Show warning if JavaScript is disabled
|
||||||
* Pass HTML Validator
|
* Pass HTML Validator
|
||||||
* Storage
|
* Storage
|
||||||
* Check for missin UIDs in items
|
* Check for missing UIDs in items
|
||||||
* Check for child collections in address books and calendars
|
* Check for child collections in address books and calendars
|
||||||
* Code cleanup:
|
* Code cleanup:
|
||||||
* Split BaseCollection in BaseStorage and BaseCollection
|
* Split BaseCollection in BaseStorage and BaseCollection
|
||||||
@ -68,7 +68,7 @@ This release is incompatible with previous releases. See the upgrade checklist b
|
|||||||
* Replaced variable ``%(login)s`` by ``{user}``
|
* Replaced variable ``%(login)s`` by ``{user}``
|
||||||
* Removed variable ``%(path)s``
|
* Removed variable ``%(path)s``
|
||||||
* ``{`` must be escaped as ``{{`` and ``}`` as ``}}`` in regexes
|
* ``{`` must be escaped as ``{{`` and ``}`` as ``}}`` in regexes
|
||||||
* Filesystem storage
|
* File system storage
|
||||||
* The storage format is compatible with Radicale 2.x.x
|
* The storage format is compatible with Radicale 2.x.x
|
||||||
* Run ``radiale --verify-storage`` to check for errors
|
* Run ``radiale --verify-storage`` to check for errors
|
||||||
* Custom plugins:
|
* Custom plugins:
|
||||||
|
Loading…
Reference in New Issue
Block a user