Fossil SCM
Updated the changelog with a few recent developments
Commit
8d3b63e6e84d39027e64b652dc556b60f9c7dee6113a9ccb395e5b0ef3a0757f
Parent
72859937fa52362…
1 file changed
+7
+7
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -1,10 +1,17 @@ | ||
| 1 | 1 | <title>Change Log</title> |
| 2 | 2 | |
| 3 | 3 | <h2 id='v2_24'>Changes for version 2.24 (pending)</h2> |
| 4 | 4 | |
| 5 | 5 | * Add the x= query paramater to the [/help?cmd=/timeline|/timeline page]. |
| 6 | + * Moved the /museum/repo.fossil file referenced from the Dockerfile from | |
| 7 | + the ENTRYPOINT to the CMD part to allow use of --repolist mode. | |
| 8 | + * The /uvlist page now shows the hash algorithm used so that | |
| 9 | + outsiders don't have to guess it from the hash length when | |
| 10 | + double-checking hashes of downloaded files on their end. | |
| 11 | + * The hash itself is now shown in a fixed-width font on the /uvlist | |
| 12 | + page, suiting this tabular display. | |
| 6 | 13 | |
| 7 | 14 | <h2 id='v2_23'>Changes for version 2.23 (2023-11-01)</h2> |
| 8 | 15 | |
| 9 | 16 | * Add ability to "close" forum threads, such that unprivileged users |
| 10 | 17 | may no longer respond to them. Only administrators can close |
| 11 | 18 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,10 +1,17 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_24'>Changes for version 2.24 (pending)</h2> |
| 4 | |
| 5 | * Add the x= query paramater to the [/help?cmd=/timeline|/timeline page]. |
| 6 | |
| 7 | <h2 id='v2_23'>Changes for version 2.23 (2023-11-01)</h2> |
| 8 | |
| 9 | * Add ability to "close" forum threads, such that unprivileged users |
| 10 | may no longer respond to them. Only administrators can close |
| 11 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -1,10 +1,17 @@ | |
| 1 | <title>Change Log</title> |
| 2 | |
| 3 | <h2 id='v2_24'>Changes for version 2.24 (pending)</h2> |
| 4 | |
| 5 | * Add the x= query paramater to the [/help?cmd=/timeline|/timeline page]. |
| 6 | * Moved the /museum/repo.fossil file referenced from the Dockerfile from |
| 7 | the ENTRYPOINT to the CMD part to allow use of --repolist mode. |
| 8 | * The /uvlist page now shows the hash algorithm used so that |
| 9 | outsiders don't have to guess it from the hash length when |
| 10 | double-checking hashes of downloaded files on their end. |
| 11 | * The hash itself is now shown in a fixed-width font on the /uvlist |
| 12 | page, suiting this tabular display. |
| 13 | |
| 14 | <h2 id='v2_23'>Changes for version 2.23 (2023-11-01)</h2> |
| 15 | |
| 16 | * Add ability to "close" forum threads, such that unprivileged users |
| 17 | may no longer respond to them. Only administrators can close |
| 18 |