Version Number

I think a version number should appear within the web interface so we know when changes are made and it would be nice if you clicked on the version number and it took you to a place where you could see what was updated, a running change log.

Thanks for the suggestion – we agree that this would be useful and are discussing ways to implement it.

In the meantime, you can check the version by looking at the source of https://runbox.com/app/. At the bottom of the page, there’s a timestamp in the Javascript bundle file on the format YYYYMMDDHHMM – e.g.:

<script src="/_js/angular-app/aot-rmm7-bundle-201802150957.js"></script>
  • Geir