mirror of
https://github.com/TracksApp/tracks.git
synced 2025-09-21 21:40:48 +02:00
Prep for a v2.4.2 release
This commit is contained in:
parent
c2a882ceac
commit
5b797e2a7f
4 changed files with 12 additions and 3 deletions
|
@ -9,7 +9,7 @@
|
|||
* IRC channel: #tracks on Freenode
|
||||
* Original developer: bsag (http://www.rousette.org.uk/)
|
||||
* Contributors: https://github.com/TracksApp/tracks/wiki/Contributors
|
||||
* Version: 2.4.1
|
||||
* Version: 2.4.2
|
||||
|
||||
[](https://github.com/TracksApp/tracks/actions)
|
||||
[](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
|
||||
# last git commit in the footer
|
||||
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
|
||||
|
||||
### Bug fixes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# 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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue