From 62f19dba573b924703829847feb1bfee68885514 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Fri, 23 Sep 2022 18:57:09 +0200 Subject: [PATCH] Release 0.3.7 - Add support for Nim 1.2 (and therefore OpenBSD) - Add support for saving data URIs - Fix yank to primary selection in Tridactyl - Remove dependency on Internet Explorer on Windows (really) - Expand environment variables on POSIX systems --- src/native_main.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/native_main.nim b/src/native_main.nim index 1437945..7de22ec 100644 --- a/src/native_main.nim +++ b/src/native_main.nim @@ -15,7 +15,7 @@ import tempfile when defined(windows): import windows_helpers -const VERSION = "0.3.6" +const VERSION = "0.3.7" type MessageRecv* = object