Changes between Version 2 and Version 3 of TracChangeLog


Ignore:
Timestamp:
Oct 1, 2024, 10:09:37 PM (3 weeks ago)
Author:
trac
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TracChangeLog

    v2 v3  
    55To see where Trac is going in future releases, see the [trac:roadmap Roadmap].
    66
     7== 1.6.x Releases
     8
     9=== '''1.6 'Py3''''
     10
     11//(September 23, 2023)//
     12
     13Trac 1.6 is the first major release of Trac in almost 4 years.
     14
     15This is the first release to support Python 3, supporting Python
     163.5 and later. Python 2 is no longer supported.
     17
     18For more information see the [trac:wiki:TracDev/ApiChanges/1.6 API changes] and the detailed
     19release 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
    723== 1.5.x Releases
     24
     25=== 1.5.4
     26
     27//(Feb 11, 2023)//
     28
     29Fixed several compatibility issues with
     30Python 3 releases and Jinja2. Upgraded jQuery
     31to 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]
    834
    935=== 1.5.3
     
    4672
    4773== 1.4.x Releases
     74
     75=== 1.4.4
     76
     77//(August 11, 2023)//
     78
     79Trac 1.4.4 contains about a dozen minor fixes
     80and 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
     88Trac 1.4.3 contains about a dozen minor fixes
     89and 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
     97Trac 1.4.2 has more than a dozen minor fixes and
     98improvements, 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]
    48106
    49107=== 1.4.1
     
    785843The following list contains only a few highlights:
    786844 - 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 component
     845 - 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
    788846 - As a consequence, the Subversion support has been moved below `tracopt.versioncontrol` as well
    789847 - The Git and Mercurial log view feature a visualization of the branching structure
    790848 - 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 component
     849 - 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
    792850 - jQuery/UI integration, featuring a date picker for date fields
    793851 - Improved integration with Pygments syntax highlighting