Skip to content

Commit

Permalink
feat: Update application installer version (#6)
Browse files Browse the repository at this point in the history
* build: Update the go and library version

* feat: Update the applications version of MacOS

- Go
- Docker Desktop
- Notion
- Node.js
- Postman
- Python
- Visual Studio Code
- Slack

* fix: Deprecate the old API of fyneio

Apply `container.NewStack()` instead of `NewMax()` which is deprecated one.

* chore: Remove unnecessary codes: goroutine test and MakeUI code

* build: Move app_download_test code to test directory

Separate the unit test code from the app package.

* test: Add installer config validation unit test

* chore: Remove unnecessary logo files and code

* feat: Update all application version of window

* refactor: Update downloading all installer function

Download all installers asynchronously.

* build: Update sys package dependency

* docs: Update README.md

Update the download URL version from `v1.0.0` to `v1.1.0`.
  • Loading branch information
milkcoke authored Feb 17, 2024
1 parent f3b23a7 commit 7aabb9c
Show file tree
Hide file tree
Showing 13 changed files with 228 additions and 430 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ You can download execution file and use according to following platform

| Platform | Download |
|---------------|---------------------------------------------------------------------------------------------------------------------|
| Windows (x64) | [Toolbox-Windows-x64.exe](https://github.com/milkcoke/toolbox-gui/releases/download/v1.0.0/Toolbox-Windows-x64.exe) |
| Windows (x64) | [Toolbox-Windows-x64.exe](https://github.com/milkcoke/toolbox-gui/releases/download/v1.1.0/Toolbox-Windows-x64.exe) |
| macOS (x64) | Not yet supported |
| macOS (arm64) | [Toolbox-osx-arm64.dmg](https://github.com/milkcoke/toolbox-gui/releases/download/v1.0.0/Toolbox-osx-arm64.dmg) |
| macOS (arm64) | [Toolbox-osx-arm64.dmg](https://github.com/milkcoke/toolbox-gui/releases/download/v1.1.0/Toolbox-osx-arm64.dmg) |
| Linux | Not yet supported |

## Quick start
Expand Down
66 changes: 34 additions & 32 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,53 +1,55 @@
module github.com/milkcoke/toolbox-gui

go 1.20
go 1.22

require (
fyne.io/fyne/v2 v2.3.3
github.com/imroc/req/v3 v3.33.2
fyne.io/fyne/v2 v2.4.4
github.com/imroc/req/v3 v3.42.3
github.com/inhies/go-bytesize v0.0.0-20220417184213-4913239db9cf
)

require (
fyne.io/systray v1.10.1-0.20230312215936-7f71b037e260 // indirect
fyne.io/systray v1.10.1-0.20231115130155-104f5ef7839e // indirect
github.com/andybalholm/brotli v1.1.0 // indirect
github.com/cloudflare/circl v1.3.7 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/fredbi/uri v1.0.0 // indirect
github.com/fsnotify/fsnotify v1.6.0 // indirect
github.com/fyne-io/gl-js v0.0.0-20220802150000-8e339395f381 // indirect
github.com/fyne-io/glfw-js v0.0.0-20220517201726-bebc2019cd33 // indirect
github.com/fyne-io/image v0.0.0-20221020213044-f609c6a24345 // indirect
github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect
github.com/fredbi/uri v1.1.0 // indirect
github.com/fsnotify/fsnotify v1.7.0 // indirect
github.com/fyne-io/gl-js v0.0.0-20230506162202-1fdaa286a934 // indirect
github.com/fyne-io/glfw-js v0.0.0-20240101223322-6e1efdc71b7a // indirect
github.com/fyne-io/image v0.0.0-20240121103648-c3c798e60e6b // indirect
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 // indirect
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240118000515-a250818d05e3 // indirect
github.com/go-task/slim-sprig v0.0.0-20230315185526-52ccab3ef572 // indirect
github.com/go-text/typesetting v0.0.0-20230405155246-bf9c697c6e16 // indirect
github.com/go-text/render v0.0.0-20240129162809-b6410f7d78ad // indirect
github.com/go-text/typesetting v0.1.0 // indirect
github.com/godbus/dbus/v5 v5.1.0 // indirect
github.com/goki/freetype v1.0.1 // indirect
github.com/golang/mock v1.6.0 // indirect
github.com/google/pprof v0.0.0-20230406165453-00490a63f317 // indirect
github.com/google/pprof v0.0.0-20240207164012-fb44976bdcd5 // indirect
github.com/gopherjs/gopherjs v1.17.2 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-multierror v1.1.1 // indirect
github.com/jsummers/gobmp v0.0.0-20151104160322-e2ba15ffa76e // indirect
github.com/onsi/ginkgo/v2 v2.9.2 // indirect
github.com/jsummers/gobmp v0.0.0-20230614200233-a9de23ed2e25 // indirect
github.com/klauspost/compress v1.17.6 // indirect
github.com/onsi/ginkgo/v2 v2.15.0 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
github.com/quic-go/qpack v0.4.0 // indirect
github.com/quic-go/qtls-go1-19 v0.3.2 // indirect
github.com/quic-go/qtls-go1-20 v0.2.2 // indirect
github.com/quic-go/quic-go v0.33.0 // indirect
github.com/quic-go/quic-go v0.41.0 // indirect
github.com/refraction-networking/utls v1.6.2 // indirect
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c // indirect
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef // indirect
github.com/stretchr/testify v1.8.2 // indirect
github.com/stretchr/testify v1.8.4 // indirect
github.com/tevino/abool v1.2.0 // indirect
github.com/yuin/goldmark v1.5.4 // indirect
golang.org/x/crypto v0.8.0 // indirect
golang.org/x/exp v0.0.0-20230321023759-10a507213a29 // indirect
golang.org/x/image v0.7.0 // indirect
golang.org/x/mobile v0.0.0-20230301163155-e0f57694e12c // indirect
golang.org/x/mod v0.10.0 // indirect
golang.org/x/net v0.9.0 // indirect
golang.org/x/sys v0.7.0 // indirect
golang.org/x/text v0.9.0 // indirect
golang.org/x/tools v0.8.0 // indirect
github.com/yuin/goldmark v1.7.0 // indirect
go.uber.org/mock v0.4.0 // indirect
golang.org/x/crypto v0.19.0 // indirect
golang.org/x/exp v0.0.0-20240213143201-ec583247a57a // indirect
golang.org/x/image v0.15.0 // indirect
golang.org/x/mobile v0.0.0-20240213143359-d1f7d3436075 // indirect
golang.org/x/mod v0.15.0 // indirect
golang.org/x/net v0.21.0 // indirect
golang.org/x/sys v0.17.0 // indirect
golang.org/x/text v0.14.0 // indirect
golang.org/x/tools v0.18.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
honnef.co/go/js/dom v0.0.0-20221001195520-26252dedbe70 // indirect
honnef.co/go/js/dom v0.0.0-20231112215516-51f43a291193 // indirect
)
Loading

0 comments on commit 7aabb9c

Please sign in to comment.