Merge pull request #2319 from TracksApp/release-2.4.2

Prep for a v2.4.2 release
This commit is contained in:
Matt Rogers 2020-02-17 12:48:21 -06:00 committed by GitHub
commit 89a1d4caa6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 12 additions and 3 deletions

View file

@ -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
[![Build Status](https://github.com/TracksApp/tracks/workflows/Continuous%20Integration/badge.svg)](https://github.com/TracksApp/tracks/actions) [![Build Status](https://github.com/TracksApp/tracks/workflows/Continuous%20Integration/badge.svg)](https://github.com/TracksApp/tracks/actions)
[![Code Climate](https://codeclimate.com/github/TracksApp/tracks/badges/gpa.svg)](https://codeclimate.com/github/TracksApp/tracks) [![Code Climate](https://codeclimate.com/github/TracksApp/tracks/badges/gpa.svg)](https://codeclimate.com/github/TracksApp/tracks)

View file

@ -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`

View file

@ -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

View file

@ -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.