Skip to content

Releases: FenPhoenix/AngelLoader

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

v1.0.5

14 Apr 22:50
Compare
Choose a tag to compare

-Attempt to fix possible readme zoom issue
-Re-sort list in appropriate places
-Fix filter bar scroll buttons weren't set on form resize
-Add "Refresh from disk" button

v1.0.4a

14 Apr 08:15
Compare
Choose a tag to compare

-Fixed NewDarkLoader's ".fix" folder was sometimes not being ignored in the archive dir search when "Include subfolders" was enabled