Skip to content

Commit

Permalink
updates for version 1.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Henjuro committed Mar 12, 2018
1 parent 34196d0 commit a796ba2
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@
#Changelog
* 1.2.0
* Features
* Added icon for wardec check to xup page
- red = active wardec
- orange = wardec starting soon
- ? = there was an error checking
* Fixes
* Fixed a bug with not applying the right default theme
* An id being used double on main page
* updated editabletables code to hopefully workaround some bugs
- this should also enable sorting by names
* Changes
* Database access has all been converted to using ORM
* Other db reladed changes to better support different databases (like pgsql)
* 1.1.4
* Fixes
* Fixed error handling for invalidated refresh tokens
Expand Down
2 changes: 1 addition & 1 deletion waitlist/data/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "1.1.4-$Format:%h$"
version = "1.2.0-$Format:%h$"

0 comments on commit a796ba2

Please sign in to comment.