Skip to content

Releases: Willy-JL/F95Checker

8.3h3

15 Jun 20:05
Compare
Choose a tag to compare
  • FIXED: after updating the tool it should now relaunch properly

8.3h2

15 Jun 18:07
Compare
Choose a tag to compare
  • NEW: checkbox to disable checking of completed games, this will speed up refreshing if you keep completed games in your list. Thanks @GR3ee3N!
  • FIXED: .sh launch script for linux
  • FIXED: new build routine for windows .exe, should not flag antiviruses as much now hopefully. Thanks @GR3ee3N!

8.3h1

16 May 17:43
Compare
Choose a tag to compare
  • 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

11 May 16:15
Compare
Choose a tag to compare
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

05 May 15:27
Compare
Choose a tag to compare
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

02 May 00:32
Compare
Choose a tag to compare
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

30 Apr 07:08
Compare
Choose a tag to compare
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

8.0h1

30 Apr 08:11
Compare
Choose a tag to compare
  • FIXED: an issue with enabling 2FA while the tool is open

7.1h2

25 Mar 17:57
Compare
Choose a tag to compare
  • NEW: singleton, now only one instance of the tool can run simultaneously, preventing config issues

7.1h1

15 Mar 19:03
Compare
Choose a tag to compare
  • FIXED: bad import (QtWinExtras) on Linux