-
• #2
Thanks - yes, we're definitely missing a way to find new apps.
There was some discussion on GitHub: https://github.com/espruino/BangleApps/issues/249
Obviously we want self-hosted versions of 'BangleApps' to 'just work', but it should be easy enough to just detect if no
appdates.json
file exists and the not enable the 'sort by newest' option. -
• #3
Just fixed it - it'll be live tomorrow - thanks for the script suggestion! :)
-
• #4
Wow, you are fast, thanks.
Hi,
when an application gets updated we can get the changes from its corresponding changelog.
But what about new apps? Is there a list somewhere?
If not, it probably can be automatically generated with git? e.g. Date of first commit on its folder, assuming that date of first commit and date of merge to master are not far apart. Probably a bash script like this: