Fossil SCM
Update the change log with all the most recent enhancements.
Commit
13c5e4172c3421f9c3a14d13ed3bd53699957423dae2bcc81ecb7854f4d03dee
Parent
a6cc3da40c115de…
1 file changed
+19
+19
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,17 +1,36 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <h2 id='v2_22'>Changes for version 2.22 (pending)</h2> |
| 4 | + * Enhancements to the [/help?cmd=/timeline|/timeline webpage]: <ol type="a"> | |
| 5 | + <li> Add the ft=TAG query parameter which in combination with d=Y | |
| 6 | + shows all descendants of Y up to TAG | |
| 7 | + <li> Enhance the s=PATTERN (search) query parameter so that forum post | |
| 8 | + text is also searched when the "vfx" query parameter is used | |
| 9 | + <li> Fix the u= (user) query parameter so that it works with a= and b= | |
| 10 | + <li> Add the oldestfirst query parameter to show the events in reverse order. | |
| 11 | + Useful in combination with y=f and vfs and perhaps also u= to show all | |
| 12 | + forum events in chronological order | |
| 13 | + <li> For the p=X and bt=Y query parameter combination, if Y is a tag that | |
| 14 | + identifies multiple check-ins, search backwards in time for Y beginning | |
| 15 | + at X | |
| 16 | + </ol> | |
| 17 | + * Administrators can select to skip sending notifications about new forum | |
| 18 | + posts. | |
| 19 | + * If the value N is negative in "--context N" or "-c N" to the various diff | |
| 20 | + commands, then treat it as infinite and show the complete file content. | |
| 4 | 21 | * The stock OCI container no longer includes BusyBox, thus no longer |
| 5 | 22 | needs to start as root to chroot that power away. That in turn |
| 6 | 23 | frees us from needing to build and install the container as root, |
| 7 | 24 | since it no longer has to create a private <tt>/dev</tt> tree |
| 8 | 25 | inside the jail for Fossil's use. |
| 9 | 26 | * Add support for the trigram tokenizer for FTS5 search to enable |
| 10 | 27 | searching in Chinese. |
| 11 | 28 | * Comment lines (starting with a '#') are now supported inside |
| 12 | 29 | [./settings.wiki#versionable|versioned settings]. |
| 30 | + * Default permissions for anonymous users in new repositories is | |
| 31 | + changed to "hz". | |
| 13 | 32 | |
| 14 | 33 | <h2 id='v2_21'>Changes for version 2.21 (2023-02-25)</h2> |
| 15 | 34 | * Users can request a password reset. This feature is disabledby default. Use |
| 16 | 35 | the new [/help?cmd=self-pw-reset|self-pw-reset property] to enable it. |
| 17 | 36 | New web pages [/help?cmd=/resetpw|/resetpw] and |
| 18 | 37 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,17 +1,36 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_22'>Changes for version 2.22 (pending)</h2> |
| 4 | * The stock OCI container no longer includes BusyBox, thus no longer |
| 5 | needs to start as root to chroot that power away. That in turn |
| 6 | frees us from needing to build and install the container as root, |
| 7 | since it no longer has to create a private <tt>/dev</tt> tree |
| 8 | inside the jail for Fossil's use. |
| 9 | * Add support for the trigram tokenizer for FTS5 search to enable |
| 10 | searching in Chinese. |
| 11 | * Comment lines (starting with a '#') are now supported inside |
| 12 | [./settings.wiki#versionable|versioned settings]. |
| 13 | |
| 14 | <h2 id='v2_21'>Changes for version 2.21 (2023-02-25)</h2> |
| 15 | * Users can request a password reset. This feature is disabledby default. Use |
| 16 | the new [/help?cmd=self-pw-reset|self-pw-reset property] to enable it. |
| 17 | New web pages [/help?cmd=/resetpw|/resetpw] and |
| 18 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,17 +1,36 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_22'>Changes for version 2.22 (pending)</h2> |
| 4 | * Enhancements to the [/help?cmd=/timeline|/timeline webpage]: <ol type="a"> |
| 5 | <li> Add the ft=TAG query parameter which in combination with d=Y |
| 6 | shows all descendants of Y up to TAG |
| 7 | <li> Enhance the s=PATTERN (search) query parameter so that forum post |
| 8 | text is also searched when the "vfx" query parameter is used |
| 9 | <li> Fix the u= (user) query parameter so that it works with a= and b= |
| 10 | <li> Add the oldestfirst query parameter to show the events in reverse order. |
| 11 | Useful in combination with y=f and vfs and perhaps also u= to show all |
| 12 | forum events in chronological order |
| 13 | <li> For the p=X and bt=Y query parameter combination, if Y is a tag that |
| 14 | identifies multiple check-ins, search backwards in time for Y beginning |
| 15 | at X |
| 16 | </ol> |
| 17 | * Administrators can select to skip sending notifications about new forum |
| 18 | posts. |
| 19 | * If the value N is negative in "--context N" or "-c N" to the various diff |
| 20 | commands, then treat it as infinite and show the complete file content. |
| 21 | * The stock OCI container no longer includes BusyBox, thus no longer |
| 22 | needs to start as root to chroot that power away. That in turn |
| 23 | frees us from needing to build and install the container as root, |
| 24 | since it no longer has to create a private <tt>/dev</tt> tree |
| 25 | inside the jail for Fossil's use. |
| 26 | * Add support for the trigram tokenizer for FTS5 search to enable |
| 27 | searching in Chinese. |
| 28 | * Comment lines (starting with a '#') are now supported inside |
| 29 | [./settings.wiki#versionable|versioned settings]. |
| 30 | * Default permissions for anonymous users in new repositories is |
| 31 | changed to "hz". |
| 32 | |
| 33 | <h2 id='v2_21'>Changes for version 2.21 (2023-02-25)</h2> |
| 34 | * Users can request a password reset. This feature is disabledby default. Use |
| 35 | the new [/help?cmd=self-pw-reset|self-pw-reset property] to enable it. |
| 36 | New web pages [/help?cmd=/resetpw|/resetpw] and |
| 37 |