Skip to content

Commit a00a525

Browse files
committed
Update release manifests
1 parent aaabfbd commit a00a525

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

manifests/Generic_SteamWishlistDiscountNotifier.yaml

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,4 +257,17 @@ Packages:
257257
ReleaseDate: 2024-12-04
258258
PackageUrl: https://github.com/darklinkpower/PlayniteExtensionsCollection/releases/download/2024.12.04_2719a10d/SteamWishlistDiscountNotifier_d5825a82-42bf-426b-ac47-5bea5df7aede_1_36.pext
259259
Changelog:
260-
- 'Fixed: Incorrectly notifying that a game price has changed in some cases when a game is sold as part of a bundle'
260+
- 'Fixed: Incorrectly notifying that a game price has changed in some cases when a game is sold as part of a bundle'
261+
- Version: 1.37
262+
RequiredApiVersion: 6.9.0
263+
ReleaseDate: 2024-12-14
264+
PackageUrl: https://github.com/darklinkpower/PlayniteExtensionsCollection/releases/download/2024.12.14_9e149c6c/SteamWishlistDiscountNotifier_d5825a82-42bf-426b-ac47-5bea5df7aede_1_37.pext
265+
Changelog:
266+
- 'Added: Display of discount end date and remaining discount time for discounted wishlist items'
267+
- 'Added: Button to open wishlist items on SteamDB'
268+
- 'Added: Support for filtering wishlist items by tags'
269+
- 'Added: Display of most important tags for wishlist items, which are used during filtering'
270+
- 'Added: Banner to wishlist items indicating if game is in Early Access'
271+
- 'Fixed: Wishlist items now show the release date in local system time instead of UTC timezone, preventing potential mismatches'
272+
- 'Fixed: Certain buttons in wishlist view not working'
273+
- 'Changed: Minor color changes in wishlist view'

source/Generic/SteamWishlistDiscountNotifier/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
3232
// You can specify all the values or you can default the Build and Revision Numbers
3333
// by using the '*' as shown below:
3434
// [assembly: AssemblyVersion("1.0.*")]
35-
[assembly: AssemblyVersion("1.36.0.0")]
36-
[assembly: AssemblyFileVersion("1.36.0.0")]
35+
[assembly: AssemblyVersion("1.37.0.0")]
36+
[assembly: AssemblyFileVersion("1.37.0.0")]

source/Generic/SteamWishlistDiscountNotifier/extension.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Id: SteamWishlistDiscountNotifier_d5825a82-42bf-426b-ac47-5bea5df7aede
22
Name: Steam Wishlist Discount Notifier
33
Author: darklinkpower
4-
Version: 1.36
4+
Version: 1.37
55
Module: SteamWishlistDiscountNotifier.dll
66
Type: GenericPlugin
77
Icon: icon.png

0 commit comments

Comments
 (0)