Releases: Willy-JL/F95Checker
Releases · Willy-JL/F95Checker
8.3h3
8.3h2
8.3h1
- FIXED: The tool's own update checker runs after refreshing, so you see the game updates popup now
- FIXED: The tool's own update prompt now shows the changelog in a bigger textbox, easier to read
- NEW: When checking updates for the tool itself you will see it in the status text (bottom right corner)
8.3
- NEW: big image viewer: click on an image inside the changelog screen to open it bigger
- FIXED: login crash when clicking Save / Ok buttons on the login popups
- FIXED: cursor now shows as pointer over interactable elements
- NEW: "debug" option in the config file allows to log errors to file
8.2
- NEW: images support
- Show game image inside refresh button on game hover
- Show image header in changelog screen
- Downloading images goes on in the background
- FIXED: smoother progress bar, not as noticeable when refreshing very fast / using the EXE version though
- FIXED: changelog screen more reliable
- FIXED: smaller code improvements
8.1
- NEW: filter / search game list by typing in the add box
- NEW: add games by searching for the name in the add box; will take first result from website's quicksearch
- FIXED: alphabetical and first added sortings work now
- FIXED: status badges on alternate rows now have correct background color
- FIXED: pasting an incomplete / bad link will not add the game
8.0
- Switched to HEAD requests (thanks ploper26!):
- MUCH faster
- No more issues with games not being found
- Support any kind of thread (non game threads wont have accurate versions / changelogs, you'll just get notified when the link changes)
- Restructured the config file, will auto adapt (7.x compatible saved as "pre8.0.json")
- Max threads are now 999, default 100, will auto adjust to game count (just leave it at 100 if youre unsure)
- Added 2FA account support
- Added a notes section to the changelog screen
- Persistent cookies + login, tool won't need to login every time, 2FA login should last 30 days
- Added proper window geometry persistency, will remember size and position
- When opening the GUI it will now appear on top even if you clicked something else while it was loading
- Added some placeholder text in a few places to clear some things up
- Changed styling for the tray icon right click menu, now has a gradient and better margins
- More reliable overall
- Many other minor refinements and fixes