Skip to content

Releases: FenPhoenix/AngelLoader

v1.0.13

08 May 18:46
Compare
Choose a tag to compare
  • New languages:
    • German (thanks Maitre Malterre)
    • Italian (thanks Ramone)
    • Size column text is now aligned right
  • "Show junk" checkbox has been replaced with a button whose tooltip is more descriptive (Show FMs marked as "unsupported game or non-FM archive")
  • RichTextBox improvements:
    • Mousewheel scrolling now happens in evenly-sized chunks rather than "lines" (where a "line" could be as short as fine print or as tall as an entire image), making scrolling a much more pleasant and predictable experience (fix contributed by Xanfre)
    • Fixed cursor flickering when the mouse is to the left of a non-left-justified line of text (the right-arrow cursor will now appear in that case) (fix found with the help of Xanfre)
  • Fixed when choosing to play an original game and another loader was set up as the FM selector in cam_mod.ini, AngelLoader wouldn't set itself as the loader and therefore the other loader would run in that case, rather than just going straight to running the original game with no loader
  • Fixed when installing an FM, the progress box might close and reopen between tasks, rather than just changing its display data, causing a noticeable flicker effect

v1.0.12

03 May 08:07
Compare
Choose a tag to compare

-Fixed flickering during readme scrolling when mouse cursor was over the readme.
-Fixed: The listed order of readme files could change when re-scanning for readmes.
-Fixed: After re-scanning for readmes, glitchiness could occur when attempting to select a new readme from the dropdown.
-Fixed: The selected FM's cache folder wouldn't be cleared when re-scanning for readmes.
-Fixed: When the readme chooser OK button was clicked, there was no check to make sure an item was actually selected.

v1.0.11

01 May 13:11
Compare
Choose a tag to compare

Major bugfixes:

  • Fixed: When importing from DarkLoader (and potentially NewDarkLoader), FMs could be imported twice in some situations (though the duplicates would then be trimmed out, but it wasted time)
  • Behavior fix: During operations where the FMs list was being modified, it could previously be updated in real-time before it was ready, potentially causing events to fire. It's now hidden during those operations and only updated at the end.

Minor bugfixes:

  • Fixed tags consisting only of whitespace could be added to an FM
  • Fixed some slight flicker when changing between HTML readmes

Minor features:

  • When refreshing FMs list from disk, game types are now detected for new found FMs

v1.0.10

26 Apr 12:52
Compare
Choose a tag to compare

v1.0.10:
Added French translation courtesy of Stefan_key
Fixes:
-Fixed regression: preview date label now once again autosizes to prevent cutting off the first checkbox text
-Fixed only a maximum of two languages would ever appear
-Fixed an extremely improbable situation where FMScanner might return too many items if it's fed bad data (which I don't think can ever happpen for AL, but you never know)

v1.0.9a

21 Apr 12:10
Compare
Choose a tag to compare

-Rating column swap now works properly for real with zoom
-Added missing localizable string
-Fixed RatingUseStars value wasn't being read in. When and how the heck did I break that?!

v1.0.9

21 Apr 06:16
Compare
Choose a tag to compare

-ScanFMs updates the source list faster now
-Fixed if an FM's scanned title was blank, the AltTitles wouldn't have the fallback title (archive or installed dir) added.
-When using archive/installed names as titles, only remove extension if it's an archive extension
-Fixed corner case where changing the rating display style could cause an exception when the Rating column header was highlighted at the time
-Fixed a possible exception during setting of FMs list scroll position
-Fix zero-height column headers when all are hidden, Rating is swapped, and then one or more are shown again
-Allow zooming of FMs list
-Allow hiding of FMs list zoom buttons
-Fix janky behavior with scroll buttons for filter bar

v1.0.8

19 Apr 03:28
Compare
Choose a tag to compare

-Improved support for manually-placed FM folders
-Improved robustness in corner cases when loading and populating FM list
-New shortcut keys: when FM list is selected, F5 refreshes and Shift-F5 refreshes from disk.
-Fixed: Last Played date was only being sorted to the day, not to the exact time

v1.0.7: Add back in view block / unblock

17 Apr 10:38
Compare
Choose a tag to compare

-Basic support for un-converted FM installed dir names.
-Moved install / uninstall button away from play button
-Added option to confirm on uninstall
-Added option to hide install / uninstall button
-Better ask dialogs
-Removed troublesome timed-show of progressbox. Replaced with a more basic but reliable check.

v1.0.6

17 Apr 04:32
Compare
Choose a tag to compare

-Fix missing return false when exception is caught in ScanFMs
-Fix corner case where ScanFM could still loop (added another return false)

v1.0.5a

15 Apr 09:46
Compare
Choose a tag to compare

-Fixed a race condition that could cause a blank progress box to be displayed with no way to dismiss it
-Remove readme zoom logging now that the problem is solved
-If log file is too big, clear it
-Proper exception handling in logger