mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-11 05:28:31 +02:00
Bump to 1.48, update changelog
This commit is contained in:
parent
6f3cbb0a38
commit
d9473f777b
3 changed files with 8 additions and 3 deletions
|
@ -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>
|
||||
|
|
2
VERSION
2
VERSION
|
@ -1 +1 @@
|
|||
1.47
|
||||
1.48
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue