Fossil SCM
Update the list of changes.
Commit
42dec3fedd7d3033d35335aa6f63f902baf2aa94
Parent
b0d61b05d3e843e…
1 file changed
+7
+7
| --- www/changes.wiki | ||
| +++ www/changes.wiki | ||
| @@ -4,10 +4,17 @@ | ||
| 4 | 4 | * Add setting to control the number of times autosync will be tried before |
| 5 | 5 | returning an error. |
| 6 | 6 | * Add the "fossil fusefs DIRECTORY" command that mounts a Fuse Filesystem |
| 7 | 7 | at the given DIRECTORY and populates it with read-only copies of all |
| 8 | 8 | historical check-ins. This only works on systems that support FuseFS. |
| 9 | + * Support customization of commands and webpages, including the ability to | |
| 10 | + add new ones, via the "TH1 hooks" feature. Disabled by default. Enabled | |
| 11 | + via a compile-time option. | |
| 12 | + * Add the <nowiki>[checkout], [render], [styleHeader], [styleFooter], | |
| 13 | + [trace], [getParameter], and [setParameter]</nowiki> commands to TH1, | |
| 14 | + primarily for use by TH1 hooks. | |
| 15 | + * Bring in the latest version of autosetup from upstream. | |
| 9 | 16 | |
| 10 | 17 | <h2>Changes For Version 1.29 (2014-06-12)</h2> |
| 11 | 18 | * Add the ability to display content, diffs and annotations for UTF16 |
| 12 | 19 | text files in the web interface. |
| 13 | 20 | * Add the "SaveAs..." and "Invert" buttons |
| 14 | 21 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -4,10 +4,17 @@ | |
| 4 | * Add setting to control the number of times autosync will be tried before |
| 5 | returning an error. |
| 6 | * Add the "fossil fusefs DIRECTORY" command that mounts a Fuse Filesystem |
| 7 | at the given DIRECTORY and populates it with read-only copies of all |
| 8 | historical check-ins. This only works on systems that support FuseFS. |
| 9 | |
| 10 | <h2>Changes For Version 1.29 (2014-06-12)</h2> |
| 11 | * Add the ability to display content, diffs and annotations for UTF16 |
| 12 | text files in the web interface. |
| 13 | * Add the "SaveAs..." and "Invert" buttons |
| 14 |
| --- www/changes.wiki | |
| +++ www/changes.wiki | |
| @@ -4,10 +4,17 @@ | |
| 4 | * Add setting to control the number of times autosync will be tried before |
| 5 | returning an error. |
| 6 | * Add the "fossil fusefs DIRECTORY" command that mounts a Fuse Filesystem |
| 7 | at the given DIRECTORY and populates it with read-only copies of all |
| 8 | historical check-ins. This only works on systems that support FuseFS. |
| 9 | * Support customization of commands and webpages, including the ability to |
| 10 | add new ones, via the "TH1 hooks" feature. Disabled by default. Enabled |
| 11 | via a compile-time option. |
| 12 | * Add the <nowiki>[checkout], [render], [styleHeader], [styleFooter], |
| 13 | [trace], [getParameter], and [setParameter]</nowiki> commands to TH1, |
| 14 | primarily for use by TH1 hooks. |
| 15 | * Bring in the latest version of autosetup from upstream. |
| 16 | |
| 17 | <h2>Changes For Version 1.29 (2014-06-12)</h2> |
| 18 | * Add the ability to display content, diffs and annotations for UTF16 |
| 19 | text files in the web interface. |
| 20 | * Add the "SaveAs..." and "Invert" buttons |
| 21 |