Compare commits
2 Commits
8417003ea7
...
9fe4613be7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
9fe4613be7 | ||
![]() |
a09e27281e |
11
HISTORY.md
11
HISTORY.md
@ -5,11 +5,22 @@ Changelog
|
|||||||
(unreleased)
|
(unreleased)
|
||||||
------------
|
------------
|
||||||
|
|
||||||
|
Fix
|
||||||
|
~~~
|
||||||
|
- Fix new user saving refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
|
||||||
|
0.1.20 (2025-04-15)
|
||||||
|
-------------------
|
||||||
|
|
||||||
Fix
|
Fix
|
||||||
~~~
|
~~~
|
||||||
- Remove unnecessary dotnet runtime download in CI job refs NOISSUE.
|
- Remove unnecessary dotnet runtime download in CI job refs NOISSUE.
|
||||||
[Simon Diesenreiter]
|
[Simon Diesenreiter]
|
||||||
|
|
||||||
|
Other
|
||||||
|
~~~~~
|
||||||
|
|
||||||
|
|
||||||
0.1.19 (2025-04-15)
|
0.1.19 (2025-04-15)
|
||||||
-------------------
|
-------------------
|
||||||
|
@ -33,6 +33,7 @@ userCheckTimer.OnOccurence += async (s, ea) =>
|
|||||||
NickName = string.Empty,
|
NickName = string.Empty,
|
||||||
IsIntroduced = false
|
IsIntroduced = false
|
||||||
};
|
};
|
||||||
|
dci.Users.Add(newUser);
|
||||||
needsSaving = true;
|
needsSaving = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -1 +1 @@
|
|||||||
0.1.20
|
0.1.21
|
||||||
|
Loading…
x
Reference in New Issue
Block a user