mirror of
https://github.com/Picocrypt/Picocrypt.git
synced 2025-05-17 07:48:31 +02:00
Compare commits
No commits in common. "c45bdede59e42b22dd90e3d4c30020747191207f" and "78af7c48e2ca0d43309a274537c414667ed0b60b" have entirely different histories.
c45bdede59
...
78af7c48e2
2 changed files with 4 additions and 4 deletions
|
@ -44,8 +44,8 @@
|
||||||
</screenshot>
|
</screenshot>
|
||||||
</screenshots>
|
</screenshots>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.45" date="2024-12-05">
|
<release version="1.44" date="2024-11-09">
|
||||||
<url type="details">https://github.com/Picocrypt/Picocrypt/blob/main/Changelog.md#v145-released-12052024</url>
|
<url type="details">https://github.com/Picocrypt/Picocrypt/blob/main/Changelog.md#v144-released-11092024</url>
|
||||||
<description>
|
<description>
|
||||||
<p>No code changes; just updated dependencies.</p>
|
<p>No code changes; just updated dependencies.</p>
|
||||||
</description>
|
</description>
|
||||||
|
|
|
@ -2,7 +2,7 @@ package main
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
||||||
Picocrypt v1.45
|
Picocrypt v1.43
|
||||||
Copyright (c) Evan Su
|
Copyright (c) Evan Su
|
||||||
Released under a GNU GPL v3 License
|
Released under a GNU GPL v3 License
|
||||||
https://github.com/Picocrypt/Picocrypt
|
https://github.com/Picocrypt/Picocrypt
|
||||||
|
@ -60,7 +60,7 @@ var TRANSPARENT = color.RGBA{0x00, 0x00, 0x00, 0x00}
|
||||||
|
|
||||||
// Generic variables
|
// Generic variables
|
||||||
var window *giu.MasterWindow
|
var window *giu.MasterWindow
|
||||||
var version = "v1.45"
|
var version = "v1.43"
|
||||||
var dpi float32
|
var dpi float32
|
||||||
var mode string
|
var mode string
|
||||||
var working bool
|
var working bool
|
||||||
|
|
Loading…
Add table
Reference in a new issue