diff --git a/data/changelog.xml b/data/changelog.xml index 1eb30a9..1d2ae13 100644 --- a/data/changelog.xml +++ b/data/changelog.xml @@ -1,6 +1,14 @@ + + 2.4.2 + + Aggiornata la grandezza della finestra dell'applicazione da desktop. + Inserito il link della repository su ASV Git all'interno della pagina del changelog. + Correzione e bugfix di problematiche varie. + + 2.4.1 diff --git a/js/app.js b/js/app.js index a40707c..c7dfb33 100644 --- a/js/app.js +++ b/js/app.js @@ -910,8 +910,8 @@ document.addEventListener('DOMContentLoaded', function () { const pathWithoutBase = currentPath.replace(BASE_PATH, '').replace(/^\//, ''); const redirectParam = pathWithoutBase ? '&redirect=' + encodeURIComponent(pathWithoutBase) : ''; - const width = 375; - const height = 667; + const width = 400; + const height = 840; const left = (window.screen.width / 2) - (width / 2); const top = (window.screen.height / 2) - (height / 2); diff --git a/pages/page/changelog.php b/pages/page/changelog.php index 0f63e57..df76892 100644 --- a/pages/page/changelog.php +++ b/pages/page/changelog.php @@ -2,6 +2,7 @@

Changelog

Visualizza tutti gli aggiornamenti ricevuti

+

Codice dell'app visionabile su ASV Git