mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-22 05:50:47 +02:00
Merge pull request #2319 from TracksApp/release-2.4.2
Prep for a v2.4.2 release
This commit is contained in:
commit
89a1d4caa6
4 changed files with 12 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
||||||
* IRC channel: #tracks on Freenode
|
* IRC channel: #tracks on Freenode
|
||||||
* Original developer: bsag (http://www.rousette.org.uk/)
|
* Original developer: bsag (http://www.rousette.org.uk/)
|
||||||
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
|
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
|
||||||
* Version: 2.4.1
|
* Version: 2.4.2
|
||||||
|
|
||||||
[](https://github.com/TracksApp/tracks/actions)
|
[](https://github.com/TracksApp/tracks/actions)
|
||||||
[](https://codeclimate.com/github/TracksApp/tracks)
|
[](https://codeclimate.com/github/TracksApp/tracks)
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
tracks_version='2.4.1'
|
tracks_version='2.4.2'
|
||||||
# comment out next two lines if you do not want (or can not) the date of the
|
# comment out next two lines if you do not want (or can not) the date of the
|
||||||
# last git commit in the footer
|
# last git commit in the footer
|
||||||
info=`git log --pretty=format:"%ai" -1`
|
info=`git log --pretty=format:"%ai" -1`
|
||||||
|
|
|
@ -1,3 +1,12 @@
|
||||||
|
## Version 2.4.2
|
||||||
|
|
||||||
|
### New features
|
||||||
|
* The new todo UI form has been updated.
|
||||||
|
|
||||||
|
### Bug fixes
|
||||||
|
* Needless sanitization of tags has been removed.
|
||||||
|
* Security vulnerabilities have been fixed.
|
||||||
|
|
||||||
## Version 2.4.1
|
## Version 2.4.1
|
||||||
|
|
||||||
### Bug fixes
|
### Bug fixes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Upgrading Tracks
|
# Upgrading Tracks
|
||||||
|
|
||||||
## Upgrading from Tracks 2.3 to 2.4.1
|
## Upgrading from Tracks 2.3 to 2.4.2
|
||||||
|
|
||||||
These upgrade instructions are rough. Please suggest improvements in a GitHub issue if you run into problems.
|
These upgrade instructions are rough. Please suggest improvements in a GitHub issue if you run into problems.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue