Prep for a v2.4.2 release

This commit is contained in:
Matt Rogers 2020-01-05 12:49:34 -06:00
parent c2a882ceac
commit 5b797e2a7f
No known key found for this signature in database
GPG key ID: 605D017C07EB4316
4 changed files with 12 additions and 3 deletions

View file

@ -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
[![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)

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
# last git commit in the footer
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
### Bug fixes

View file

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