Skip to content

Releases: Depressurizer/Depressurizer

Depressurizer v4.10.0

18 Apr 16:52
Compare
Choose a tag to compare

Changelog

bd0c153 Added an ignore list for scraping.
1a65eba Added the ability to scrape games using different id's (closes #63).

62942df Improved IgnoreList functionality.
ee3b21c Improved multi-threading of CancelableDlg and CDlgScrape (closes #129).

8e0bdef Updated packages.

3ae8616 Fixed bug where Edit dialog of a DatabaseEntry would throw an exception (closes #131).
5828a2b Fixed exception thrown for negative numbers in Edit dialog.

Depressurizer v4.9.0

16 Mar 15:23
Compare
Choose a tag to compare

Changelog

20a9c55 Improved update checker.
eedc7ef Improved AutoCats
0c658b9 Improved culture specific UI messages.

2f57562 Fixed non-Steam shortcuts file corrupted (thanks @matttcooke)
1f53207 Fixed category game counts incorrect (thanks @matttcooke)
d5909d4 Fixed "Hours Played" AutoCat not working correctly.

b5d6597 Updated dependencies

Depressurizer v4.8.0

20 Jan 15:58
Compare
Choose a tag to compare

Changelog

018175c Added: AutoCat for hours played. (Fixes #46)
50eb673 Added: Auto-determine number of threads to run based on virtual cores.

5384f2b Fixed: Category order not matching Steam's category order. (Fixes #65)
dec4828 Fixed: Shortcuts not being removed in Steam. (Fixes #66)
3d7e2b6 Fixed: AdvancedFilter not working with Games and Software category.
6620142 Fixed: HowLongToBeat error parsing.
fae76c6 Fixed: Wrong category count. (Fixes #115)
ddcc52f Fixed: AutoCatPlatform not properly categorizing. (Fixes #118)

c480b5d Improved: Unit testing on OS X.

Depressurizer v4.7.0

06 Jan 12:44
Compare
Choose a tag to compare

Changelog

9852932 Added: Regex searching option. (thanks @RoscoP)
6e19a02 Added: Unit test project.

193bc1d Improved: Speed of sorting by year.

54526a7 Update: GitHub wants TLS 1.2. (thanks @RoscoP)

b80abd8 Fixed: ArgumentOutOfRangeException in RetrieveVirtualItem.
3b3a549 Fixed: Error Updating From Local Files: The given key was not present in the dictionary. (thanks @DevSplash)
f519cea Fixed: No review score for non-English store languages.

Depressurizer v4.6.0

24 Dec 10:12
Compare
Choose a tag to compare

Changelog

  • Added Games and Software category.
  • Improved DeleteFilter and RenameFilter.
  • Fixed curator autocat (thanks @d3m3vilurr).
  • Fixed ArgumentOutOfRange for Filters.
  • Converted Depressurizer.Core to .NET Standard 2.0 (thanks @jrr).

Depressurizer v4.5.0

12 Dec 15:34
Compare
Choose a tag to compare

Changelog

  • Fixed the bug that caused the application to crash, caused by NullReference that came from non-steam apps.

Depressurizer v4.4.0

12 Dec 08:29
Compare
Choose a tag to compare

Changelog

  • Fixed Spanish Latin culture info bug.
  • Fixed NullReference in Delete and Rename filter.
  • Removed log for failing banners.
  • Enabled "show in task bar" for the first-time setup.

Depressurizer v4.3.0

11 Dec 16:02
Compare
Choose a tag to compare

Changelog

  • Improved database and scraping
    • It is possible that the store language option has been changed verify this!
  • Added automated error logging.
  • Updated dependencies.
  • Added Continues Integration for build verification.
  • Improved memory usage.

Depressurizer v4.2.0

24 Oct 09:07
Compare
Choose a tag to compare

Changelog

  • Settings is now using JSON format.
  • Reworked VDF parsing.
  • Auto-include readme in the build folder.

Depressurizer v4.1.0

04 Oct 11:47
Compare
Choose a tag to compare

Changelog

  • Added HTTPS support (which fixes scraping).
  • Fixed MenuStrip not working properly.