From b839e5abc9397ea2dcf4172a6638e9b5f3317ed4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Fri, 29 May 2026 09:30:06 +0200 Subject: [PATCH 1/2] Removed caching of removed fullcalendar --- static/service_worker.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/service_worker.js b/static/service_worker.js index 4a5f71d..1717eef 100644 --- a/static/service_worker.js +++ b/static/service_worker.js @@ -24,7 +24,6 @@ const CACHED_ASSETS = [ '/js/{{ .VERSION }}/crypto.mjs', '/js/{{ .VERSION }}/key.mjs', '/js/{{ .VERSION }}/lib/custom_html_element.mjs', - '/js/{{ .VERSION }}/lib/fullcalendar.min.js', '/js/{{ .VERSION }}/lib/node_modules/marked/lib/marked.esm.js', '/js/{{ .VERSION }}/lib/node_modules/marked-token-position/lib/index.esm.js', '/js/{{ .VERSION }}/lib/sjcl.js', From eb5fc1c59ef731baef57f3614065ff10d34f5075 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Magnus=20=C3=85hall?= Date: Fri, 29 May 2026 09:30:17 +0200 Subject: [PATCH 2/2] Bumped to v5 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index d9e693b..8edd01c 100644 --- a/main.go +++ b/main.go @@ -23,7 +23,7 @@ import ( "text/template" ) -const VERSION = "v4" +const VERSION = "v5" const CONTEXT_USER = 1 const SYNC_PAGINATION = 200