|
1 | | -## 0.7.0-beta |
| 1 | +## 0.7.0 |
2 | 2 |
|
3 | 3 | #### General |
4 | 4 |
|
5 | 5 | - Added grid view to library |
6 | 6 | - Added ability to group apps in library |
7 | 7 | - Added automatic saving and loading of library settings |
8 | | - |
9 | | -## 0.7.0-alpha |
10 | | - |
11 | | -#### General |
12 | | - |
| 8 | +- Added ability to expand/collapse all groups |
13 | 9 | - **[BUG]** Fixed application crash caused by large libraries |
14 | | - |
15 | | -## 0.6.0 |
16 | | - |
17 | | -#### General |
18 | | - |
19 | | -- Consolidated **SAM** and **SAM.Manager** into a single project |
20 | | -- **[BUG]** Fixed crash caused by achievements missing a lock or unlocked image |
21 | | -- **[BUG]** Fixed main window not activating after startup |
22 | | -- **[BUG]** Fixed splash screen title bar crashing |
23 | | - |
24 | | -#### SAM.Manager |
25 | | - |
26 | | -- Removed **SAM.Manager** |
27 | | - |
28 | | -### 0.6.0-beta |
29 | | - |
30 | | -#### General |
31 | | - |
32 | | -- Fixed publish settings |
33 | | - - The main executable files should now contain their framework and package references |
34 | | -- Fixed splash screen responsiveness |
35 | | - |
36 | | -#### SAM |
37 | | - |
38 | | -- Added main menu |
39 | | - - Added menu item to export library |
40 | | - - Added menu item for filtering favorite apps |
41 | | - - Added menu item for showing hidden apps |
42 | | - - Added menu item to reset all settings |
43 | | - - Added menu item to open log directory |
44 | | - - Moved the search box to be inline with the menu |
45 | | - |
46 | | -#### SAM.Manager |
47 | | - |
48 | | -- **[BUG]** Fixed window icon not showing in title bar |
49 | | - |
50 | | -### 0.6.0-alpha |
51 | | - |
52 | | -#### General |
53 | | - |
54 | | -- Upgraded to .NET 8 |
55 | | -- Updated [WPF-UI](https://github.com/lepoco/wpfui) to version 3.0.4 |
56 | | -- Updated logging |
57 | | - |
58 | | -#### SAM |
59 | | - |
60 | | -- Added status bar item for favorites |
61 | | -- Added ability to show hidden apps |
62 | | -- Added ability to unhide all apps |
63 | | -- Added ability to show only favorited apps |
64 | | -- Added autocomplete to search |
65 | | -- Added overlay for favorited apps |
66 | | -- Added overlay for hidden apps |
67 | | -- Added overlay menu for quickly adding/removing favorites and hiding/showing apps |
68 | | -- Added `View on SteamGridDB` menu option |
69 | | -- Added support for displaying [Steam Grid](https://www.steamgriddb.com/) assets |
70 | | - - **Note:** Animated images are not currently supported |
71 | | -- Added support for loading Steam's `librarycache` images |
72 | | -- Implemented app refresh queue |
73 | | - - This should help users with larger Steam libraries from having issues with the Steamworks Web API |
74 | | -- **[BUG]** Fixed error in debug output when launching a web page |
75 | | -- **[BUG]** Fixed hidden apps status bar item count not updating |
76 | | -- **[BUG]** Fixed library search textbox alignment |
77 | | -- **[BUG]** Removed library caching |
78 | | - |
79 | | -#### SAM.Manager |
80 | | - |
81 | | -- **[BUG]** Ability to filter achievements using the drop down has been temporarily removed |
82 | | - |
83 | | -#### Known Issues |
84 | | - |
85 | | -- An `OutOfMemoryException` will be thrown when attempting to load an animated Grid image |
86 | | - - This should only be visible in the output when debugging and can be ignored |
87 | | -- Startup SlpashScreen's TitleBar was removed |
88 | | - - During startup, you will not be able to move the SplashScreen or close it using the Window buttons |
89 | | - |
90 | | -## 0.5.0 |
91 | | - |
92 | | -- **[BUG]** Fixed issue with increment only stats allowing invalid values |
93 | | -- **[BUG]** Fixed issue with increment only stats not displaying properly |
94 | | - |
95 | | -## 0.4.0 |
96 | | - |
97 | | -- [BUG] Fixed console window showing when running app |
98 | | - |
99 | | -## 0.3.0 |
100 | | - |
101 | | -- Added search functionality to library view |
102 | | -- Improved application startup time |
103 | | - |
104 | | -### 0.3.0-beta |
105 | | - |
106 | | -- Added search functionality to library view |
107 | | - |
108 | | -### 0.3.0-alpha |
109 | | - |
110 | | -- Improved application startup time |
111 | | - |
112 | | -## 0.2.0 |
113 | | - |
114 | | -- Added new release workflow |
115 | | -- Added ability to Refresh Steam library |
116 | | -- Switched ViewModels to source generators |
117 | | -- **[BUG]** Fixed issue with the "Show Hidden" button not working for Achievements |
118 | | - |
119 | | -## 0.1.0 |
120 | | - |
121 | | -- Initial release |
| 10 | +- **[BUG]** Fixed library sorting incorrectly after enabling/disabling grouping |
0 commit comments