Compare commits
2 Commits
0.6.1
...
d41c4d2b2d
Author | SHA1 | Date | |
---|---|---|---|
d41c4d2b2d | |||
bc7b16ecb4 |
11
HISTORY.md
11
HISTORY.md
@@ -5,10 +5,21 @@ Changelog
|
||||
(unreleased)
|
||||
------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Build issues, refs NOISSUE. [Simon Diesenreiter]
|
||||
|
||||
|
||||
0.6.1 (2025-07-20)
|
||||
------------------
|
||||
|
||||
Fix
|
||||
~~~
|
||||
- Remove local debugging configs, refs NOISSUE. [Simon Diesenreiter]
|
||||
|
||||
Other
|
||||
~~~~~
|
||||
|
||||
|
||||
0.6.0 (2025-07-20)
|
||||
------------------
|
||||
|
@@ -57,6 +57,7 @@ userCheckTimer.OnOccurence += async (s, ea) =>
|
||||
LdapUserName = string.Empty,
|
||||
AssociationInProgress = false,
|
||||
WasChosenForSuggestionThisRound = false,
|
||||
LikedSongs = new List<Song>()
|
||||
};
|
||||
dci.Users?.Add(newUser);
|
||||
needsSaving = true;
|
||||
|
@@ -1 +1 @@
|
||||
0.6.1
|
||||
0.6.2
|
||||
|
Reference in New Issue
Block a user