Changes between Version 2 and Version 3 of Trac Change Log
- Timestamp:
- Feb 14, 2023, 8:45:17 AM (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Trac Change Log
v2 v3 5 5 To see where Trac is going in future releases, see the [trac:roadmap Roadmap]. 6 6 7 == 1.5.x Releases 8 9 === 1.5.4 10 11 //(Feb 11, 2023)// 12 13 Fixed several compatibility issues with 14 Python 3 releases and Jinja2. Upgraded jQuery 15 to version 3.6.3 and jQuery UI to version 1.13. 16 17 [trac:source:/tags/trac-1.5.4 View Tag] | [trac:milestone:1.5.4 View Milestone] 18 19 === 1.5.3 20 21 //(May 9, 2021)// 22 23 Fixed several regressions and compatibility 24 issues in the Python 3 conversion. 25 26 [trac:source:/tags/trac-1.5.3 View Tag] | [trac:milestone:1.5.3 View Milestone] 27 28 === 1.5.2 29 30 //(December 19, 2020)// 31 32 Support for Python 2.7 has been dropped. 33 Python 3.5+ is supported. 34 35 [trac:source:/tags/trac-1.5.2 View Tag] | [trac:milestone:1.5.2 View Milestone] 36 37 === 1.5.1 38 39 //(May 25, 2020)// 40 41 * Tickets can be retargeted from the milestone 42 admin page ([trac:#3754]). 43 * Removed deprecated code ([trac:#12787]). 44 Plugins that use Genshi can't be used 45 and must be migrated to Jinja2. 46 47 Additionally, this release includes all of the 48 changes in the [trac:milestone:1.4.1] release and 49 changes committed to date for the forthcoming [trac:milestone:1.4.2] release. 50 51 This will be the only release in the 1.5.x 52 release line that supports Python 2.7. Future 53 releases will support Python 3.5+. 54 55 [trac:source:/tags/trac-1.5.1 View Tag] | [trac:milestone:1.5.1 View Milestone] 56 7 57 == 1.4.x Releases 8 9 === 1.4.210 11 //(June 17, 2020)//12 13 Trac 1.4.2 has more than a dozen minor fixes and14 improvements, including the following highlights:15 16 * Batch modify has autopreview for comment textarea17 and better form styling ([trac:#13285]).18 * TracAdmin `config remove <section>` command19 deletes a configuration section ([trac:#13305]).20 21 [trac:source:/tags/trac-1.4.2 View Tag] | [trac:milestone:1.4.2 View Milestone]22 58 23 59 === 1.4.1 … … 177 213 This series correspond to the current stable release branch, i.e. [trac:source:branches/1.2-stable branches/1.2-stable]. 178 214 215 === 1.2.6 216 217 //(July 1, 2020)// 218 219 Trac 1.2.6 contains a few minor fixes, inluding a 220 fix for ticket autopreview triggering without a 221 form change. 222 223 See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.6]]. 224 225 [trac:source:/tags/trac-1.2.6 View Tag] | [trac:milestone:1.2.6 View Milestone] 226 179 227 === 1.2.5 180 228 … … 426 474 == 1.0.x Releases 427 475 476 === 1.0.20 477 478 //(June 29, 2020)// 479 480 Trac 1.0.20 provides a few bug fixes. The translation 481 catalogs have also been updated and merged with 482 those from Transifex. 483 484 [trac:source:/tags/trac-1.0.20 View Tag] | [trac:milestone:1.0.20 View Milestone] 485 428 486 === 1.0.19 429 487 … … 737 795 The following list contains only a few highlights: 738 796 - The default theme looks more modern, especially on recent browsers (no effort has been made to make it look better on older browsers like IE6 or 7) 739 - The [ TH:GitPlugin] has been donated by Herbert Valerio Riedel to the Trac project (many thanks!) and is now maintained here as an optional component797 - The [https://trac-hacks.org/wiki/GitPlugin GitPlugin] has been donated by Herbert Valerio Riedel to the Trac project (many thanks!) and is now maintained here as an optional component 740 798 - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well 741 799 - The Git and Mercurial log view feature a visualization of the branching structure 742 800 - Usability improvements for the tickets, with a better support for conflict detection and resolution 743 - Integration of the [ TH:BatchModifyPlugin], contributed by Brian Meeker (many thanks!) and is now maintained there as a default component801 - Integration of the [https://trac-hacks.org/wiki/BatchModifyPlugin BatchModifyPlugin], contributed by Brian Meeker (many thanks!) and is now maintained there as a default component 744 802 - jQuery/UI integration, featuring a date picker for date fields 745 803 - Improved integration with Pygments syntax highlighting