Skip to content

Commit 051a550

Browse files
authored
Merge pull request #20 from ErikKalkoken/add-theme-switcher
Add ability to select color theme
2 parents 4cdab51 + e3a7504 commit 051a550

File tree

5 files changed

+54
-651
lines changed

5 files changed

+54
-651
lines changed

FyneApp.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Website = "https://github.com/ErikKalkoken/janice"
44
Icon = "icon.png"
55
Name = "Janice"
66
ID = "io.github.erikkalkoken.janice"
7-
Version = "0.6.4"
7+
Version = "0.7.0"
88
Build = 1
99

1010
[Release]

go.mod

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exclude github.com/dweymouth/fyne-tooltip v0.3.0
88

99
require (
1010
fyne.io/fyne/v2 v2.5.4
11-
github.com/ErikKalkoken/fyne-kx v0.2.1
11+
github.com/ErikKalkoken/fyne-kx v0.3.1
1212
github.com/dweymouth/fyne-tooltip v0.2.1
1313
github.com/hashicorp/go-version v1.7.0
1414
github.com/jarcoal/httpmock v1.3.1
@@ -31,7 +31,6 @@ require (
3131
github.com/go-text/render v0.2.0 // indirect
3232
github.com/go-text/typesetting v0.3.0 // indirect
3333
github.com/godbus/dbus/v5 v5.1.0 // indirect
34-
github.com/gopherjs/gopherjs v1.17.2 // indirect
3534
github.com/jeandeaual/go-locale v0.0.0-20241217141322-fcc2cadd6f08 // indirect
3635
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
3736
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd // indirect

0 commit comments

Comments
 (0)