Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Diesenreiter
9fe4613be7 release: version 0.1.21 🚀
Some checks failed
Build Docker image / Create Release (push) Successful in 25s
CI / tests_linux (9.0.X, ubuntu-latest) (push) Has been cancelled
CI / linter (9.0.X, ubuntu-latest) (push) Has been cancelled
SonarQube Scan / SonarQube Trigger (push) Has been cancelled
Build Docker image / deploy (push) Successful in 2m20s
2025-04-15 15:33:04 +02:00
Simon Diesenreiter
a09e27281e fix: fix new user saving refs NOISSUE 2025-04-15 15:33:02 +02:00
3 changed files with 13 additions and 1 deletions

View File

@ -5,11 +5,22 @@ Changelog
(unreleased)
------------
Fix
~~~
- Fix new user saving refs NOISSUE. [Simon Diesenreiter]
0.1.20 (2025-04-15)
-------------------
Fix
~~~
- Remove unnecessary dotnet runtime download in CI job refs NOISSUE.
[Simon Diesenreiter]
Other
~~~~~
0.1.19 (2025-04-15)
-------------------

View File

@ -33,6 +33,7 @@ userCheckTimer.OnOccurence += async (s, ea) =>
NickName = string.Empty,
IsIntroduced = false
};
dci.Users.Add(newUser);
needsSaving = true;
}
}

View File

@ -1 +1 @@
0.1.20
0.1.21