Skip to content

v3.17.2

Choose a tag to compare

@theotherp theotherp released this 05 Oct 18:14
· 1207 commits to master since this release

v3.17.2 (2021-10-05)

Fix The "What's new" views were empty. If you want the gritty details: I make a call to the backend /updates/changesSinceUpTo/3.17.1 which is supposed to return all changes between the current version and 3.17.1, in this example. For some stupid reason the backend framework converts the 3.17.1 to 3.17 which means for the running version 3.17.0 the changes between 3.17 and 3.17.0 were shown which are obviously empty.