mirror of
https://github.com/Wolvan/poll.horse.git
synced 2024-11-24 05:38:00 +01:00
Release v1.0.3
This commit is contained in:
parent
74a0910d11
commit
6764a0af63
2 changed files with 18 additions and 7 deletions
23
CHANGELOG.md
23
CHANGELOG.md
|
@ -1,17 +1,28 @@
|
|||
# Changelog
|
||||
|
||||
## v1.0.3 (2022-01-12)
|
||||
### Additions
|
||||
+ Increase difficulty for bots to automatically vote - ab151cb7
|
||||
+ Software version is now displayed in the footer with a link to the tag on Github - ce260164
|
||||
+ Move and properly document [API](API.md) - cfa150cc
|
||||
### Changes & Fixes
|
||||
* Clean up backend database structure slightly - 5260cfb7
|
||||
* Fix display of NaN on results pages of polls with 0 total votes - 74a0910d
|
||||
### Removals
|
||||
- Remove Backend Voting Endpoint as it would only encourage botting - 6a155f2e
|
||||
|
||||
## v1.0.2 (2022-01-11)
|
||||
## SECURITY PATCH
|
||||
### Fixes
|
||||
* [**SECURITY**] Fix XSS exploit on main page when injecting title from query (cb0ec9df)
|
||||
* Fix only having 3 options available when using the JS-free version of the front page (cb0ec9df)
|
||||
* Fix duplicated entries merging into one option, leading to polls with a single option (39d14aff)
|
||||
* Fix header not linking back to home (9e706fb4)
|
||||
* [**SECURITY**] Fix XSS exploit on main page when injecting title from query - cb0ec9df
|
||||
* Fix only having 3 options available when using the JS-free version of the front page - cb0ec9df
|
||||
* Fix duplicated entries merging into one option, leading to polls with a single option - 39d14aff
|
||||
* Fix header not linking back to home - 9e706fb4
|
||||
|
||||
## v1.0.1 (2022-01-10)
|
||||
### Fixes
|
||||
* Fixed heroku losing MySQL database connection on wakeup (1ad2c8c1)
|
||||
* Fixed new options only appearing with 2 characters in the input field (23445f75)
|
||||
* Fixed heroku losing MySQL database connection on wakeup - 1ad2c8c1
|
||||
* Fixed new options only appearing with 2 characters in the input field - 23445f75
|
||||
|
||||
## v1.0.0 (2022-01-08)
|
||||
* Initial release
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "poll-horse",
|
||||
"version": "1.0.2",
|
||||
"version": "1.0.3",
|
||||
"description": "Make polls to vote on easily",
|
||||
"main": "dist/main.js",
|
||||
"types": "dist/main.d.ts",
|
||||
|
|
Loading…
Reference in a new issue