Changes between Version 3 and Version 4 of TracChangeLog
- Timestamp:
- 09/05/24 06:48:09 (2 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TracChangeLog
v3 v4 5 5 To see where Trac is going in future releases, see the [trac:roadmap Roadmap]. 6 6 7 == 1.6.x Releases 8 9 === '''1.6 'Py3'''' 10 11 //(September 23, 2023)// 12 13 Trac 1.6 is the first major release of Trac in almost 4 years. 14 15 This is the first release to support Python 3, supporting Python 16 3.5 and later. Python 2 is no longer supported. 17 18 For more information see the [trac:wiki:TracDev/ApiChanges/1.6 API changes] and the detailed 19 release notes for [[trac:wiki:TracDev/ReleaseNotes/1.6|1.6]] and the change log for [#a1.5.xReleases 1.5.x Releases] below. 20 21 [trac:source:/tags/trac-1.6 View Tag] | [trac:milestone:1.6 View Milestone] 22 23 == 1.5.x Releases 24 25 === 1.5.4 26 27 //(Feb 11, 2023)// 28 29 Fixed several compatibility issues with 30 Python 3 releases and Jinja2. Upgraded jQuery 31 to version 3.6.3 and jQuery UI to version 1.13. 32 33 [trac:source:/tags/trac-1.5.4 View Tag] | [trac:milestone:1.5.4 View Milestone] 34 35 === 1.5.3 36 37 //(May 9, 2021)// 38 39 Fixed several regressions and compatibility 40 issues in the Python 3 conversion. 41 42 [trac:source:/tags/trac-1.5.3 View Tag] | [trac:milestone:1.5.3 View Milestone] 43 44 === 1.5.2 45 46 //(December 19, 2020)// 47 48 Support for Python 2.7 has been dropped. 49 Python 3.5+ is supported. 50 51 [trac:source:/tags/trac-1.5.2 View Tag] | [trac:milestone:1.5.2 View Milestone] 52 53 === 1.5.1 54 55 //(May 25, 2020)// 56 57 * Tickets can be retargeted from the milestone 58 admin page ([trac:#3754]). 59 * Removed deprecated code ([trac:#12787]). 60 Plugins that use Genshi can't be used 61 and must be migrated to Jinja2. 62 63 Additionally, this release includes all of the 64 changes in the [trac:milestone:1.4.1] release and 65 changes committed to date for the forthcoming [trac:milestone:1.4.2] release. 66 67 This will be the only release in the 1.5.x 68 release line that supports Python 2.7. Future 69 releases will support Python 3.5+. 70 71 [trac:source:/tags/trac-1.5.1 View Tag] | [trac:milestone:1.5.1 View Milestone] 72 7 73 == 1.4.x Releases 74 75 === 1.4.4 76 77 //(August 11, 2023)// 78 79 Trac 1.4.4 contains about a dozen minor fixes 80 and improvements. 81 82 [trac:source:/tags/trac-1.4.4 View Tag] | [trac:milestone:1.4.4 View Milestone] 83 84 === 1.4.3 85 86 //(May 9, 2021)// 87 88 Trac 1.4.3 contains about a dozen minor fixes 89 and improvements. 90 91 [trac:source:/tags/trac-1.4.3 View Tag] | [trac:milestone:1.4.3 View Milestone] 8 92 9 93 === 1.4.2 … … 177 261 This series correspond to the current stable release branch, i.e. [trac:source:branches/1.2-stable branches/1.2-stable]. 178 262 263 === 1.2.6 264 265 //(July 1, 2020)// 266 267 Trac 1.2.6 contains a few minor fixes, inluding a 268 fix for ticket autopreview triggering without a 269 form change. 270 271 See the detailed release notes for [[trac:wiki:TracDev/ReleaseNotes/1.2#MaintenanceReleases | 1.2.6]]. 272 273 [trac:source:/tags/trac-1.2.6 View Tag] | [trac:milestone:1.2.6 View Milestone] 274 179 275 === 1.2.5 180 276 … … 426 522 == 1.0.x Releases 427 523 524 === 1.0.20 525 526 //(June 29, 2020)// 527 528 Trac 1.0.20 provides a few bug fixes. The translation 529 catalogs have also been updated and merged with 530 those from Transifex. 531 532 [trac:source:/tags/trac-1.0.20 View Tag] | [trac:milestone:1.0.20 View Milestone] 533 428 534 === 1.0.19 429 535 … … 737 843 The following list contains only a few highlights: 738 844 - 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 component845 - 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 846 - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well 741 847 - The Git and Mercurial log view feature a visualization of the branching structure 742 848 - 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 component849 - 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 850 - jQuery/UI integration, featuring a date picker for date fields 745 851 - Improved integration with Pygments syntax highlighting