BobStore/TODO-before-release.md

12 lines
579 B
Markdown
Raw Normal View History

These issues are a must-fix before the next stable release:
2014-02-20 00:25:14 +01:00
* Right after updating a repo, `Recently Updated` shows the apps correctly but
the new apks don't show up on App Details until the whole app is restarted
(or until the repos are wiped and re-downloaded)
2014-02-19 18:23:31 +01:00
2014-02-20 00:25:14 +01:00
* `App.curVersion` is now used in some places where before we used
`App.curApk.version`, which means that e.g. app lists now show the current
2014-02-19 18:23:31 +01:00
version at upstream and not the latest stable version in the repository
(highly misleading to users, who might end up looking for versions not in
the repo yet)