| | @@ -8,10 +8,11 @@ |
| 8 | 8 | * Improved handling of relative hyperlinks on the |
| 9 | 9 | [/help?cmd=/artifact|/artifact] pages for wiki. For example, |
| 10 | 10 | hyperlinks and the lizard <img> now work correctly |
| 11 | 11 | for both [/artifact/2ff24ab0887cf522] and |
| 12 | 12 | [/doc/0d7ac90d575004c2415/www/index.wiki]. |
| 13 | + * Many documentation enhancements. |
| 13 | 14 | * For the "[/help?cmd=update|fossil update]" and |
| 14 | 15 | "[/help?cmd=checkout|fossil checkout]" commands, if a |
| 15 | 16 | managed file is removed because it is no longer part of the target |
| 16 | 17 | check-in and the directory containing the file is empty after the |
| 17 | 18 | file is removed and the directory is not the current working |
| | @@ -21,10 +22,33 @@ |
| 21 | 22 | handling, from version 11.0 to 12.0. |
| 22 | 23 | * In "[/help?cmd=regexp|fossil regexp]", "[/help?cmd=grep|fossil grep]" |
| 23 | 24 | and the TH1 "regexp" command, the -nocase option now removes multiple |
| 24 | 25 | diacritics from the same character (derived from SQLite's |
| 25 | 26 | remove_diacritics=2) |
| 27 | + * Added the [/help?cmd=/secureraw|/secureraw] page that requires the |
| 28 | + complete SHA1 or SHA3 hash, not just a prefix, before it will deliver |
| 29 | + content. |
| 30 | + * Accept purely numeric ISO8601 date/time strings as long as they |
| 31 | + do not conflict with a hash. Example: "20190510134217" instead of |
| 32 | + "2019-05-10 13:42:17". This is very useful for query parameters. |
| 33 | + * Support both "1)" and "1." for numbered lists in markdown, as |
| 34 | + commonmark does. |
| 35 | + * The sync and clone HTTP requests omit the extra /xfer path element |
| 36 | + from the end of the request URI. All servers since 2010 know that |
| 37 | + the HTTP request is for a sync or clone from the mimetype so the |
| 38 | + extra path element is not needed. |
| 39 | + * If an automatic sync gets a 301 or 302 redirect request, then update |
| 40 | + the saved remote URL to the new address. |
| 41 | + * Temporary filenames (for example used for external "diff" commands) |
| 42 | + try to preserve the suffix of the original file. |
| 43 | + * Added the [/help?cmd=/thisdayinhistory|/thisdayinhistory] web page. |
| 44 | + * Enhanced parsing of [/help?cmd=/timeline|/timeline] query parameters |
| 45 | + "ymd=", "ym=", and "yw=". All arguments are option (in which case they |
| 46 | + default to the current time) and all accept ISO8601 date/times without |
| 47 | + punctuation. |
| 48 | + * Improvements to the "Capability Summary" section in the |
| 49 | + [/help?cmd=/secaudit0|Security Audit] web-page. |
| 26 | 50 | |
| 27 | 51 | <a name='v2_8'></a> |
| 28 | 52 | <h2>Changes for Version 2.8 (2019-02-20)</h2> |
| 29 | 53 | |
| 30 | 54 | * Show cherry-pick merges as dotted lines on the timeline graph. |
| 31 | 55 | |