Releases: MrBananaPants/CamAlert
Releases · MrBananaPants/CamAlert
0.5.1
v0.5.1
- Added the ability to track multiple search terms (can only be added in the source code for now. A simple UI feature to add new search terms will be added in a later version) 3c8e85e
- Improved the stability of the check for updates feature 81998e9
- Fixed "reserved" price type not being recognized 1b49296
- Fixed "open 10 most recent listings" opening listings that are not the most recent afdaac5
- Fixed listings not opening in the correct order 4ec7b3c afdaac5
0.5.0
v0.5.0
- Added warning before resetting f34bb37
- Added version number to alert when there's a new version available abe6263
- Added number of listings to notification if there's more than 1 new listing (manual update only) 0cb4ec9 6ffbeb7
- Improved the way the PID gets found 7b217cf
- Improved stability by making sure files are always closed 9e30d50
- Fixed app not working when blocklist didn't contain any words 8c01e25
- Switched to the request module to find the latest version c6a0cc6
0.4.0
v0.4.0
- Added option to check for updates and automatically download the newest version d91fc0d
- Added about info to settings b5b6ed4
- Added functionality to only open the 10 most recent listings when there are 10+ listings 36a818f
- The app now checks the 100 most recent listings instead of 50 5547a2b
- Changed the required number of listings to trigger the alert from 10 to 11 2c06638
- Fixed a crash when there have been too many requests sent. The app will now show an alert and quit instead of crashing 78bb233
- Fixed a bug where the blocklist would not work correctly if the user had more than 1 word in the blocklist file fdf8117
- Opening new listings is a lot faster now de6a05f
- Other minor improvements
0.3.0
v0.3.0
IMPORTANT: it is recommended to reset the app (Settings -> Reset) when updating from an older version
- New modern icon
- Added blocklist feature 971bdcf
- Added listing price to notification 8719ec1
- Added connection error when there's no internet connection 5da5f55
- Added alert when 10 or more tabs will be opened c04c3cb
- Fixed a bug where the manual update notification would not display the correct amount of new listings 3bfed0f
- Improved the way old listings are stored so that a new listing with the same name as an old listing would still be shown as a new listing 812ca5d
- Completely rewritten the
update()
function to make it faster, more efficient, and ready for new features. The new function no longer usesBeautiful Soup
to parse the HTML. In fact, HTML is no longer used. It now directly gets all the new listings in JSON format, completely eliminating the need for parsing and regexes bc89a93 - Improved compatibility by using fewer external packages fb31fc2
- Performance improvements d79e8d5
- Other small improvements and fixes
0.2.0
v0.2.0
- Fixed possible crash because of unsupported ASCII character 0f9d7e8
- Fixed startup crash on other machines c36506d
- Added alert when starting the app for the first time 1f6b5bf
- Added option to manually check for new listings 02a760c
- Added reset option ddf2bb6
- Switched to
rumps
notification system which adds the following improvements 1f6b5bf:- The app icon is now displayed in the notification
- Notification has a sound
- Better support for future development
- Improved the design of the menu by adding separators 494e6b7
- Clicking on a notification will now open the new listings 8bc26b5
0.1.0
v0.1.0
- Initial release