From dfcfa8a303a3fa5515a65e5d55b4db6d3029da12 Mon Sep 17 00:00:00 2001 From: CodaBool Date: Wed, 27 Dec 2023 02:39:45 +0000 Subject: [PATCH] v1.2.1 (build 41 hash 147240a) --- changelog.md | 5 +++++ module.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index d777e52..844c325 100644 --- a/changelog.md +++ b/changelog.md @@ -10,6 +10,11 @@ ⠀⠀⠀⠀⠀⠀⠀⠶⡿⠤⠚⠁⠀⠀⠀⢀⣠⡤⢺⣥⠟⢡⠃⠀⠀⠀ ⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠀⠉⠉⠀⠀⠀ +# Version 1.2.1 + +## 🐛 Bugs squashed +- crypto.randomUUID is not available over HTTP. Fallback to crypto.getRandomValues if connected over unencrypted HTTP + # Version 1.2.0 ## ✨ Features diff --git a/module.json b/module.json index db6b0c0..c7273b1 100644 --- a/module.json +++ b/module.json @@ -1,7 +1,7 @@ { "id": "terminal", "title": "Terminal", - "version": "1.2.0", + "version": "1.2.1", "url": "https://github.com/CodaBool/terminal", "bugs": "https://github.com/CodaBool/terminal/issues", "changelog": "https://github.com/CodaBool/terminal/blob/main/changelog.md",