All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased (2.0.0)
1.1.1 - 2023-1-14
- Sucuri Firewall Issue for API endpoints
- Updated version number and copyright correctly
1.1.0 - 2022-3-24
- Preliminary ability to sort cards on card selection screen
- Preliminary ability to sort search results
- More data on search results screen
- Switched from a synchronous GUI model to an asynchronous GUI with PySimpleGUI
- Switched from plain HTTP requests to using Sessions for a minor (but noticeable) speed boost when requesting data from NeonMob servers
- Bug where repeated searches with different card criteria would include cards not specified in search
1.0.0 - 2021-10-8
- Brand-new GUI layouts (with basic settings you can tweak)
- Configurable caches for search results and card data
- Automatically retrieves set data from neonmob-set-db
- Documentation
- Switched from raw TkInter to PySimpleGUI
- Old platform-dependent requirements files
0.4.1 - 2021-03-10
- Added more specific requirements files for different variants (#14)
- Reflected these changes in README
- Added links to README
- Bumped program version number
- #2 - Fix Mac Tk bug
0.4.0 - 2021-01-21
- requirements.txt and mac.txt for pip modules
- Console variant of the matcher for terminal testing
- Used alive_progress for console progress bars
- Used conditional for enabling alive_progress bars on the fly
- Created a LICENSE and CHANGELOG file
- README.md with required module changes
- Updated GUI program with improved functions
- Bumped program version number and copyright year
- Reformatted files
- Changed GUI text box formatting to work with new functions
- Old bug reports file (use GitHub issues now)
- #9 - Added a fallback card endpoint for broken requests
0.3.0 - 2020-12-29
- Tkmacosx for better buttons and text box on Mac OSX and dark mode
- Divide by zero error when checking for special card progress
0.2.0 - 2020-12-29
- Bump version number
0.1.0 - 2020-12-29
- Initial release