Releases: pokemontrades/flairhq
Releases · pokemontrades/flairhq
v2.8.0
- add contest functionality (Kanto vs Alola) + disable it for now
- Node.js version updated to 6.x
- vulnerable dependencies update
- filter common FCs like 0000-0000-0000 from notifications
- limit user intro size
- changed search engine to lucene
- allow post mods to view usernotes
- temporarily removed Google Analytics
- minor text fixes
Bugfixes:
- trade titles incorrectly displayed
- ban length format
- incorrect underline handling on banlist wiki page
- incorrect donation link
v2.7.5
2.3.0
- Added modmail archiving
- Added modmail search and user search
- Fixed markdown for comments and search
- Changed policy for banned users' TSV threads
- Added autofilling of input fields with URL queries
- Added CSRF protection
- Added a bunch of unit tests
- Prerendered a bunch of things to make the client load faster
- Increased the scope of some FC reports
- Added application claiming for mods
Version 2.2
- Stability improvements
- A usernote is automatically created when a user sets an invalid friend code or is banned.
- Added an example config/local.js file
- Added a svex how-to on the index page
- Moved the info tooltip outside of the info boxes
- Added themes to the 404, 403, and 500 pages
- Made logs searchable by mods
- Search function is now more intuitive
- Removed all instances of userids from the database and code, replacing them with usernames
- Refactored Reddit.js to use async functions instead of callbacks
- Access tokens are now cached instead of being refreshed every time a call is made.
- Lots of refactoring
- Added some unit tests
- Fix a bunch of papercuts and bugs
Version 2.1
Merge pull request #371 from not-an-aardvark/master Fix Reddit.js error