cryptboard.io
cryptboard.io copied to clipboard
Implement the functionality of automatic reloading of the JS module when a new version is released
When a new version is released, prompt the user to refresh the page indicating what's new in this version. For this:
- Need to store the version somewhere
- Somewhere to store the history of changes between versions (in different languages)
- Somehow read the version from the back (for example, once every few minutes)