Changes between Version 3 and Version 4 of TracChangeLog
- Timestamp:
- Oct 1, 2024, 10:09:50 PM (7 weeks 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 7 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] 8 34 9 35 === 1.5.3 … … 46 72 47 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] 92 93 === 1.4.2 94 95 //(June 17, 2020)// 96 97 Trac 1.4.2 has more than a dozen minor fixes and 98 improvements, including the following highlights: 99 100 * Batch modify has autopreview for comment textarea 101 and better form styling ([trac:#13285]). 102 * TracAdmin `config remove <section>` command 103 deletes a configuration section ([trac:#13305]). 104 105 [trac:source:/tags/trac-1.4.2 View Tag] | [trac:milestone:1.4.2 View Milestone] 48 106 49 107 === 1.4.1 … … 785 843 The following list contains only a few highlights: 786 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) 787 - 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 788 846 - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well 789 847 - The Git and Mercurial log view feature a visualization of the branching structure 790 848 - Usability improvements for the tickets, with a better support for conflict detection and resolution 791 - 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 792 850 - jQuery/UI integration, featuring a date picker for date fields 793 851 - Improved integration with Pygments syntax highlighting