Skip to content

Releases: RevoLand/Steam-Library-Manager

v1.5.1.7

31 May 11:26
Compare
Choose a tag to compare

[1.5.1.7] - 2019-05-31

Fixed

  • 'The given key was not present in the dictionary' on compress tasks. (Issue: #50)
  • Task Manager UI for compression related tasks.
  • Can't task an item for compact if the item is already tasked for compression (and vice-versa)

v1.5.1.6

30 May 22:39
Compare
Choose a tag to compare

[1.5.1.6] - 2019-05-31

Added

  • Size detection for games compressed with compact (Huge performance impact on libraries with lots of games, Needs to be enabled from Settings - Disabled by default)

Fixed

  • Compact tasks are not pausing properly.
  • Offline Origin libraries not showing correctly.
  • Offline Origin libraries are not becoming online when it should be.
  • NotSupportedException on adding/creating a new library.

v1.5.1.5

27 May 22:16
Compare
Choose a tag to compare

[1.5.1.5] - 2019-05-28

Changed

  • Compact task (compression) improvements such as compressing all files, reporting task status, handling task cancellation etc.

Fixed

  • SLM finds an update of the current version upon manual check (Issue #44)

v1.5.1.4

21 May 01:51
Compare
Choose a tag to compare

[1.5.1.4] - 2019-05-21

Added

  • New Task Type: Compact - Windows compact function (Beta, please report errors you encounter)
    • Compress/Uncompress
    • Show compact status
  • Russian language (Credits to MrDubstep863, thank you!)
  • CliWrap

Changed

  • Task Manager UI tweaked

v1.5.1.3

27 Apr 16:15
Compare
Choose a tag to compare

[1.5.1.3] - 2019-04-27

Fixed

  • No button to decompress a game after it was compressed. (Issue: #41)
  • Incorrect task status message on game compressing.

v1.5.1.2

24 Apr 20:00
Compare
Choose a tag to compare

[1.5.1.2] - 2019-04-24

This release should fix all of the NotSupportedExceptions but in case of it happens again, feel free to contact with me.

Fixed

  • System.NotSupportedException: This type of CollectionView does not support changes to its SourceCollection from a thread different from the Dispatcher thread.
    • Steam_Library_Manager.Functions.App.AddSteamApp
    • Steam_Library_Manager.Definitions.SteamLibrary.UpdateJunks() (Issue: #40)

v1.5.1.1

19 Apr 20:30
Compare
Choose a tag to compare

[1.5.1.1] - 2019-04-19

Added

  • Task Manager Logs Auto Scroll on/off switch

Fixed

  • (Task Manager) Tasked item crashes with error: System.IndexOutOfRangeException: Index was outside the bounds of the array.
  • RuntimeBinderException

v1.5.1.0

06 Apr 12:08
Compare
Choose a tag to compare

[1.5.1.0] - 2019-04-06

Added

  • Localization support
    • Supported Languages: English, French (WIP), Turkish (Help us Translate!)
  • Language selector
  • Steam UserID selector (to fetch Last Play time)
  • Auto Scrolling for logs in the Task Manager tab (Use with caution on games with lots of small files)
  • Order by Last Play time for Steam games
  • Include Supporters list
  • Number of "Pending, Completed, Total" tasks in Task Manager
  • Ability to change task options at once for multiple tasks in Task Manager (Compress / Remove Original Files)

Changed

  • Target framework version changed to 4.6.2 from 4.5 (NET Framework Web Installer)
  • Minor tweaks on Task Manager UI for both Grid & List view

Fixed

  • Broken Task Manager UI on Deleting Origin games with Task Manager option

Removed

  • Suggestion form button, use Discord if needed.
  • Unused networking code
  • Custom theming support
  • SharpRaven
  • ColorPickerLib

v1.5.0.15

03 Jan 18:42
Compare
Choose a tag to compare

[1.5.0.15] - 2019-01-03

Fixed

  • Issue #31 : Startup Error on Origin Games with manifest version v4.0

v1.5.0.14

27 Dec 05:25
Compare
Choose a tag to compare

[1.5.0.14] - 2018-12-27

Added

  • AutoUpdater.NET to use for updating.
  • Locale selection for Origin game installation from available locales.

Removed

  • Self coded auto-updater mechanism.