Releases: Aldaviva/GamesDoneQuickCalendarFactory
Releases · Aldaviva/GamesDoneQuickCalendarFactory
2.7.14
- When Google Calendar randomly decides to partially delete an appointment and refuses to create another one with the same iCal UID, even though the zombie event can't be deleted, automatically change the UID prefix and retry, instead of requiring a manual recompilation and redeployment. Persist state of new UID prefix to
./state.json
. - In the past, the run's
display_name
property was preferrable overname
because it excluded useless prefixes likeBONUS GAME 1-
, which isn't part of the name of the game. However, starting in SGDQ 2025,display_name
is empty, so this program must fall back toname
in that case.
2.7.13
2.7.12
2.7.11
2.7.10
- #34: Real runs with opener and finale tags are not appearing
- Frost Fatales events are inconsistent with the way they tag runs
opener
orfinale
compared to the way GDQ and Back to Black events do it. In GDQ and BTB, those tags mean the first and last interstitial segments of an event, but in Frost Fatales they mean the first and last speedruns of an event, while the first interstitial is taggedkickoff
and the last ("Finale!") has no tags at all. - Is it really an interstitial segment if nothing comes before it, so it's not between anything? Is there a better phrase for non-speedrun segment?
- Frost Fatales events are inconsistent with the way they tag runs