Compare commits
No commits in common. "main" and "0.6.8" have entirely different histories.
11
HISTORY.md
11
HISTORY.md
@ -10,17 +10,6 @@ Fix
|
|||||||
- Improved Spotify auth check flow, refs NOISSUE. [Simon Diesenreiter]
|
- Improved Spotify auth check flow, refs NOISSUE. [Simon Diesenreiter]
|
||||||
|
|
||||||
|
|
||||||
0.6.8 (2025-07-20)
|
|
||||||
------------------
|
|
||||||
|
|
||||||
Fix
|
|
||||||
~~~
|
|
||||||
- Improved Spotify auth check flow, refs NOISSUE. [Simon Diesenreiter]
|
|
||||||
|
|
||||||
Other
|
|
||||||
~~~~~
|
|
||||||
|
|
||||||
|
|
||||||
0.6.7 (2025-07-20)
|
0.6.7 (2025-07-20)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
@ -257,6 +257,7 @@ messageSyncTimer.OnOccurence += async (s, ea) =>
|
|||||||
|
|
||||||
// only start interaction timers in production builds
|
// only start interaction timers in production builds
|
||||||
// for local/development testing we want those disabled
|
// for local/development testing we want those disabled
|
||||||
|
likePlaylistCheckTimer.Start();
|
||||||
if (!app.Environment.IsDevelopment())
|
if (!app.Environment.IsDevelopment())
|
||||||
{
|
{
|
||||||
logger.LogTrace("Starting timer for scheduled processes.");
|
logger.LogTrace("Starting timer for scheduled processes.");
|
||||||
@ -264,7 +265,6 @@ if (!app.Environment.IsDevelopment())
|
|||||||
userIntroTimer.Start();
|
userIntroTimer.Start();
|
||||||
pickOfTheDayTimer.Start();
|
pickOfTheDayTimer.Start();
|
||||||
ldapAssociationTimer.Start();
|
ldapAssociationTimer.Start();
|
||||||
likePlaylistCheckTimer.Start();
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
@ -1 +1 @@
|
|||||||
0.6.9
|
0.6.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user