Bump to 1.48, update changelog

This commit is contained in:
Evan Su 2025-04-10 00:38:09 -04:00
parent 6f3cbb0a38
commit d9473f777b
3 changed files with 8 additions and 3 deletions

View file

@ -3,6 +3,11 @@
<li>Migrate golang.org/x/crypto to standard library imports (https://github.com/golang/go/issues/65269)</li>
</ul>
# v1.48 (Released 04/11/2025)
<ul>
<li>✓ Allow pressing 'Enter' key to press Start/Process button</li>
</ul>
# v1.47 (Released 02/19/2025)
<ul>
<li>✓ No code changes, just build on newly released Go 1.24</li>

View file

@ -1 +1 @@
1.47
1.48

View file

@ -2,7 +2,7 @@ package main
/*
Picocrypt v1.47
Picocrypt v1.48
Copyright (c) Evan Su
Released under a GNU GPL v3 License
https://github.com/Picocrypt/Picocrypt
@ -60,7 +60,7 @@ var TRANSPARENT = color.RGBA{0x00, 0x00, 0x00, 0x00}
// Generic variables
var window *giu.MasterWindow
var version = "v1.47"
var version = "v1.48"
var dpi float32
var mode string
var working bool