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)
|
(unreleased)
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Build issues, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
|
||||||
|
0.6.1 (2025-07-20)
|
||||||
|
------------------
|
||||||
|
|
||||||
Fix
|
Fix
|
||||||
~~~
|
~~~
|
||||||
- Remove local debugging configs, refs NOISSUE. [Simon Diesenreiter]
|
- Remove local debugging configs, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
|
||||||
0.6.0 (2025-07-20)
|
0.6.0 (2025-07-20)
|
||||||
------------------
|
------------------
|
||||||
|
@@ -57,6 +57,7 @@ userCheckTimer.OnOccurence += async (s, ea) =>
|
|||||||
LdapUserName = string.Empty,
|
LdapUserName = string.Empty,
|
||||||
AssociationInProgress = false,
|
AssociationInProgress = false,
|
||||||
WasChosenForSuggestionThisRound = false,
|
WasChosenForSuggestionThisRound = false,
|
||||||
|
LikedSongs = new List<Song>()
|
||||||
};
|
};
|
||||||
dci.Users?.Add(newUser);
|
dci.Users?.Add(newUser);
|
||||||
needsSaving = true;
|
needsSaving = true;
|
||||||
|
@@ -1 +1 @@
|
|||||||
0.6.1
|
0.6.2
|
||||||
|
Reference in New Issue
Block a user