diff options
Diffstat (limited to 'dist')
-rwxr-xr-x | dist/js/app.js | 4 | ||||
-rwxr-xr-x | dist/pages/about.html | 4 | ||||
-rwxr-xr-x | dist/pages/changelog.html | 10 | ||||
-rwxr-xr-x | dist/sw.js | 4 |
4 files changed, 12 insertions, 10 deletions
diff --git a/dist/js/app.js b/dist/js/app.js index 567524a..21cd3a1 100755 --- a/dist/js/app.js +++ b/dist/js/app.js @@ -2,8 +2,8 @@ -const app_version = "1.0.13-beta"; -const previous_commit = "29b013b7591c0ee674bb8c2cf8cc660f67cdd9f7"; +const app_version = "1.0.14-beta"; +const previous_commit = "7ef93dbc7e6f82e7fc4a765cf0f979b6f52e7a46"; if ("serviceWorker" in navigator) { navigator.serviceWorker.register("/sw.js") diff --git a/dist/pages/about.html b/dist/pages/about.html index 86bb50b..8a5e969 100755 --- a/dist/pages/about.html +++ b/dist/pages/about.html @@ -73,7 +73,7 @@ <b class="title-secondary">Beži</b><span class="title-primary">App</span> </h3> <!-- One day in the future we may have sw cache version covered by this as well --> - <h5 class="subheader"><x-su>version</x-su> 1.0.13-beta</h5> + <h5 class="subheader"><x-su>version</x-su> 1.0.14-beta</h5> </div> </div> <div class="row"> @@ -142,7 +142,7 @@ <div class="row"> <p> <small> - ^HEAD 29b013b7591c0ee674bb8c2cf8cc660f67cdd9f7 + ^HEAD 7ef93dbc7e6f82e7fc4a765cf0f979b6f52e7a46 </small> </p> </div> diff --git a/dist/pages/changelog.html b/dist/pages/changelog.html index 320be98..2fbf933 100755 --- a/dist/pages/changelog.html +++ b/dist/pages/changelog.html @@ -56,11 +56,13 @@ <div class="collapsible-header">Version 1.0.14-beta</div> <div class="collapsible-body"> <ul class="collection"> - <li class="collection-item">Added themes (dark or light, defaulting to light)</li> + <li class="collection-item">Added themes (dark, light, night, defaulting to light)</li> + <li class="collection-item">"Additional options" (before anyone gets triggered, their order <i>is</i> random)</li> <li class="collection-item">New messaging look</li> + <li class="collection-item">Messaging has been overhauled, now better then ever. Powered by GimSIS™</li> <li class="collection-item">Added videoconferencing (via video.gimb)</li> - <li class="collection-item">Many bug fixes</li> <li class="collection-item">More network requests go directly to GimSISExt (with gsec.js)</li> + <li class="collection-item">Many bug fixes</li> </ul> </div> @@ -74,12 +76,12 @@ <div class="collapsible-header">Version 1.0.12-beta</div> <div class="collapsible-body"> <ul class="collection"> - <li class="collection-item">1.0.12.28-beta: Now update does not clear whole database => you stay logged in</li> + <li class="collection-item">Now update does not clear whole database => you stay logged in</li> <li class="collection-item">Added multilanguage support</li> </ul> </div> - <div class="collapsible-header">Version 1.0.11-beta</div> <!-- i think --> + <div class="collapsible-header">Version 1.0.11-beta</div> <div class="collapsible-body"> <ul class="collection"> <li class="collection-item">Added end-to-end encrypton support to messaging</li> @@ -3,8 +3,8 @@ // Change version to cause cache refresh -const static_cache_name = "site-static-1.0.13-beta-29b013b"; -// commit before the latest is 29b013b7591c0ee674bb8c2cf8cc660f67cdd9f7 +const static_cache_name = "site-static-1.0.14-beta-7ef93db"; +// commit before the latest is 7ef93dbc7e6f82e7fc4a765cf0f979b6f52e7a46 // Got them with find . -not -path '*/\.*' | sed "s/.*/\"&\",/" | grep -v sw.js // sw.js NE SME BITI CACHAN, ker vsebuje verzijo! |