Skip to content

Commit

Permalink
Release 0.3.7
Browse files Browse the repository at this point in the history
- 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
  • Loading branch information
bovine3dom committed Sep 23, 2022
1 parent f08e128 commit 62f19db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/native_main.nim
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 62f19db

Please sign in to comment.