12 | | See [trac:wiki:1.3/TracChangeLog#a1.3.xReleases 1.3.x Releases]. |
| 11 | // ** No guarantees of feature and API compatibility is made from one 1.1.x release to the next. // |
| 12 | |
| 13 | For more information see the [trac:wiki:TracDev/ApiChanges/1.3 API changes] and the detailed |
| 14 | release notes for [[trac:wiki:TracDev/ReleaseNotes/1.3#DevelopmentReleases | 1.3]]. |
| 15 | |
| 16 | === 1.3.3 |
| 17 | |
| 18 | //(July 20, 2018)// |
| 19 | |
| 20 | Trac 1.3.3 provides many fixes for the Jinja2 |
| 21 | template engine and template conversions. |
| 22 | |
| 23 | Additional highlights of changes since 1.3.2: |
| 24 | * The TracGuide is readonly by default ([trac:#12899]). |
| 25 | * The `trac-svn-hook` script can be configured using |
| 26 | SVN's hook script environment configuration ([trac:#12771]). |
| 27 | * Environment log level defaults to `INFO` and log type |
| 28 | defaults to `file` so that installation issue are captured |
| 29 | in the log when running `trac-admin initenv` ([trac:#12966]). |
| 30 | |
| 31 | [trac:source:/tags/trac-1.3.3 View Tag] | [trac:milestone:1.3.3 View Milestone] |
| 32 | |
| 33 | === 1.3.2 |
| 34 | |
| 35 | //(July 31, 2017)// |
| 36 | |
| 37 | Trac 1.3.2 is the first release to feature |
| 38 | Jinja2 as the template engine. Jinja2 provides |
| 39 | performance improvements and fixes several |
| 40 | long-standing issues that were encountered |
| 41 | using Genshi as the template engine. Genshi |
| 42 | is still supported until Trac 1.5.1 for |
| 43 | rendering plugin templates. |
| 44 | |
| 45 | Additional highlights of changes since 1.3.1: |
| 46 | * All textareas that support wiki markup provide |
| 47 | an auto-preview ([trac:#3776]) |
| 48 | * Ticket comments can be cloned to create a |
| 49 | new ticket using the optional component |
| 50 | `tracopt.ticket.clone` |
| 51 | ([trac:#10735]). |
| 52 | * Custom navigation items can be added to the |
| 53 | main and meta navigation ([trac:#11317]). |
| 54 | * Ticket validators are called when submitting |
| 55 | a batch modification request ([trac:#11723]), |
| 56 | and when editing a ticket comment |
| 57 | ([trac:#12725]). |
| 58 | * TracAdmin `convert_db` command for |
| 59 | converting to a new database backend while |
| 60 | preserving all environment data |
| 61 | ([trac:#12299]). |
| 62 | * Restyled wiki that allows toggling between |
| 63 | narrow and full width ([trac:#12640]). |
| 64 | |
| 65 | [trac:source:/tags/trac-1.3.2 View Tag] | [trac:milestone:1.3.2 View Milestone] |
| 66 | |
| 67 | === 1.3.1 |
| 68 | |
| 69 | //(November 15, 2016)// |
| 70 | |
| 71 | Trac 1.3.1 is the last release before the switch of the development branch to Jinja2. |
| 72 | |
| 73 | It is in sync with the version 1.2, and as such contains all its fixes and enhancements as well. |
| 74 | |
| 75 | Highlights of the changes since 1.2: |
| 76 | |
| 77 | * Modernized the code to support Python 2.7 idioms (earlier versions are no longer supported) |
| 78 | ([trac:#12046], [trac:#12148], [trac:#12558], [trac:#12569]) |
| 79 | * Removed lots of backward compatibility APIs from pre-1.0 days; |
| 80 | in particular, the database API is now exclusively based on the [[trac:wiki:TracDev/ApiChanges/1.1#DatabaseAPIChanges|context managers]] ([trac:#9612], [trac:#11901]) |
| 81 | * Ticket changes can be used to format the subject template ([trac:#12205]) |
| 82 | |
| 83 | [trac:source:/tags/trac-1.3.1 View Tag] | [trac:milestone:1.3.1 View Milestone] |
| 305 | === 1.0.17 |
| 306 | |
| 307 | //(July 11, 2018)// |
| 308 | |
| 309 | Trac 1.0.17 provides more than 3 dozen bug fixes and minor |
| 310 | enhancements. The following are some highlights: |
| 311 | |
| 312 | * Fixed `ERR_BLOCKED_BY_XSS_AUDITOR` during preview for |
| 313 | certain content with Chrome browser ([trac:#12926]). |
| 314 | * Improved performance of query module when many custom |
| 315 | fields are used ([trac:#12967]). |
| 316 | * Fixed ticket description not rendered in wiki format in |
| 317 | query view ([trac:#13010]). |
| 318 | * Added submodule support for Git repository ([trac:#10603]) |
| 319 | |
| 320 | [trac:source:/tags/trac-1.0.17 View Tag] | [trac:milestone:1.0.17 View Milestone] |
| 321 | |
| 322 | === 1.0.16 |
| 323 | |
| 324 | //Not Released// |
| 325 | |