cryptboard.io icon indicating copy to clipboard operation
cryptboard.io copied to clipboard

Implement the functionality of automatic reloading of the JS module when a new version is released

Open MihanEntalpo opened this issue 3 years ago • 0 comments

When a new version is released, prompt the user to refresh the page indicating what's new in this version. For this:

  1. Need to store the version somewhere
  2. Somewhere to store the history of changes between versions (in different languages)
  3. Somehow read the version from the back (for example, once every few minutes)

MihanEntalpo avatar Oct 05 '21 15:10 MihanEntalpo