Fossil SCM
Updates to the change log.
Commit
3e0b35edee238391efae8f50e1b1f2208ebaebe7a8e0a2a741b78b653eddc851
Parent
aa33292ccdfb47b…
1 file changed
+17
-2
+17
-2
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,21 +1,36 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <h2 id='v2_24'>Changes for version 2.24 (pending)</h2> |
| 4 | 4 | |
| 5 | - * If an ssh: sync fails in a way that suggests that the fossil executable | |
| 5 | + * Improvements to the default skin | |
| 6 | + * If an "ssh:" sync fails in a way that suggests that the fossil executable | |
| 6 | 7 | could not be found on the remote host, then retry after adding a PATH= |
| 7 | 8 | prefix to the command. This helps "ssh:" to "just work" when the server |
| 8 | 9 | is a Mac. |
| 9 | - * Add the x= query paramater to the [/help?cmd=/timeline|/timeline page]. | |
| 10 | + * Enhancements to the [/help?cmd=/timeline|/timeline page]: | |
| 11 | + <ul> | |
| 12 | + <li> Add the x= query paramater | |
| 13 | + <li> Add the shortcut tl= and rl= query parameters | |
| 14 | + <li> Add support for from=,ft= and from=,bt= query parameter combinations | |
| 15 | + <li> Automatically highlight the endpoints for from=,to= queries. | |
| 16 | + </ul> | |
| 10 | 17 | * Moved the /museum/repo.fossil file referenced from the Dockerfile from |
| 11 | 18 | the ENTRYPOINT to the CMD part to allow use of --repolist mode. |
| 12 | 19 | * The /uvlist page now shows the hash algorithm used so that |
| 13 | 20 | outsiders don't have to guess it from the hash length when |
| 14 | 21 | double-checking hashes of downloaded files on their end. |
| 15 | 22 | * The hash itself is now shown in a fixed-width font on the /uvlist |
| 16 | 23 | page, suiting this tabular display. |
| 24 | + * If the [/help?cmd=autosync|autosync setting] contains keyword "all", | |
| 25 | + the automatic sync occurs against all defined remote repositories, not | |
| 26 | + just the default. | |
| 27 | + * Markdown formatter: improved handling of indented fenced code blocks | |
| 28 | + that contain blank lines. | |
| 29 | + * Fix problems with one-click unsubscribe on email notifications. | |
| 30 | + * Import the latest [/doc/trunk/www/pikchr.md|Pikchr] containing support | |
| 31 | + for "diamond" objects. | |
| 17 | 32 | * Reworked the default skin to make everything more readable: larger |
| 18 | 33 | fonts, more whitespace, deeper indents to show hierarchy and to |
| 19 | 34 | offset command examples, etc. Adjusted colors slightly to bring |
| 20 | 35 | things into better accord with the WCAG accessibility guidelines. |
| 21 | 36 | This constitutes a <strong>breaking change</strong> for those with |
| 22 | 37 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,21 +1,36 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_24'>Changes for version 2.24 (pending)</h2> |
| 4 | |
| 5 | * If an ssh: sync fails in a way that suggests that the fossil executable |
| 6 | could not be found on the remote host, then retry after adding a PATH= |
| 7 | prefix to the command. This helps "ssh:" to "just work" when the server |
| 8 | is a Mac. |
| 9 | * Add the x= query paramater to the [/help?cmd=/timeline|/timeline page]. |
| 10 | * Moved the /museum/repo.fossil file referenced from the Dockerfile from |
| 11 | the ENTRYPOINT to the CMD part to allow use of --repolist mode. |
| 12 | * The /uvlist page now shows the hash algorithm used so that |
| 13 | outsiders don't have to guess it from the hash length when |
| 14 | double-checking hashes of downloaded files on their end. |
| 15 | * The hash itself is now shown in a fixed-width font on the /uvlist |
| 16 | page, suiting this tabular display. |
| 17 | * Reworked the default skin to make everything more readable: larger |
| 18 | fonts, more whitespace, deeper indents to show hierarchy and to |
| 19 | offset command examples, etc. Adjusted colors slightly to bring |
| 20 | things into better accord with the WCAG accessibility guidelines. |
| 21 | This constitutes a <strong>breaking change</strong> for those with |
| 22 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,21 +1,36 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_24'>Changes for version 2.24 (pending)</h2> |
| 4 | |
| 5 | * Improvements to the default skin |
| 6 | * If an "ssh:" sync fails in a way that suggests that the fossil executable |
| 7 | could not be found on the remote host, then retry after adding a PATH= |
| 8 | prefix to the command. This helps "ssh:" to "just work" when the server |
| 9 | is a Mac. |
| 10 | * Enhancements to the [/help?cmd=/timeline|/timeline page]: |
| 11 | <ul> |
| 12 | <li> Add the x= query paramater |
| 13 | <li> Add the shortcut tl= and rl= query parameters |
| 14 | <li> Add support for from=,ft= and from=,bt= query parameter combinations |
| 15 | <li> Automatically highlight the endpoints for from=,to= queries. |
| 16 | </ul> |
| 17 | * Moved the /museum/repo.fossil file referenced from the Dockerfile from |
| 18 | the ENTRYPOINT to the CMD part to allow use of --repolist mode. |
| 19 | * The /uvlist page now shows the hash algorithm used so that |
| 20 | outsiders don't have to guess it from the hash length when |
| 21 | double-checking hashes of downloaded files on their end. |
| 22 | * The hash itself is now shown in a fixed-width font on the /uvlist |
| 23 | page, suiting this tabular display. |
| 24 | * If the [/help?cmd=autosync|autosync setting] contains keyword "all", |
| 25 | the automatic sync occurs against all defined remote repositories, not |
| 26 | just the default. |
| 27 | * Markdown formatter: improved handling of indented fenced code blocks |
| 28 | that contain blank lines. |
| 29 | * Fix problems with one-click unsubscribe on email notifications. |
| 30 | * Import the latest [/doc/trunk/www/pikchr.md|Pikchr] containing support |
| 31 | for "diamond" objects. |
| 32 | * Reworked the default skin to make everything more readable: larger |
| 33 | fonts, more whitespace, deeper indents to show hierarchy and to |
| 34 | offset command examples, etc. Adjusted colors slightly to bring |
| 35 | things into better accord with the WCAG accessibility guidelines. |
| 36 | This constitutes a <strong>breaking change</strong> for those with |
| 37 |