Skip to content

Commit

Permalink
v1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
UnnoTed committed Sep 30, 2023
1 parent 863b0e9 commit 6dac3cd
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 4 deletions.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ v0.2.0 tested on: Ubuntu `18.04 LTS`, `20.04 LTS` and `21.04`
v1.0.0 tested on: Ubuntu `22.04 LTS` and `22.10`, Linux Mint `21.1`

[wireguird_amd64.deb (2.6mb)](https://github.com/UnnoTed/wireguird/releases/download/v1.0.0/wireguird_amd64.deb)

v1.1.0 tested on: Ubuntu `23.04`

[wireguird_amd64.deb (2.6mb)](https://github.com/UnnoTed/wireguird/releases/download/v1.1.0/wireguird_amd64.deb)
```sh
wget https://github.com/UnnoTed/wireguird/releases/download/v1.0.0/wireguird_amd64.deb
wget https://github.com/UnnoTed/wireguird/releases/download/v1.1.0/wireguird_amd64.deb
sudo dpkg -i ./wireguird_amd64.deb
```

Expand Down
9 changes: 9 additions & 0 deletions deb/DEBIAN/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
wireguird (1.1) UNRELEASED; urgency=medium

* Add ability to import multiple config files at once (zip archive)
* Fix error when deleting a tunnel without a selected tunnel
* Add dependency installation for debian
* Fix long lines not activating horizontal scroll

-- unknown <unknown@unknown> Wed, 29 Mar 2023 19:19:11 +0100

wireguird (1.0) UNRELEASED; urgency=medium

* Add settings window.
Expand Down
2 changes: 1 addition & 1 deletion deb/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Package: wireguird
Source: wireguird
Version: 1.0
Version: 1.1
Section: utils
Priority: extra
Architecture: amd64
Expand Down
2 changes: 1 addition & 1 deletion deb/usr/share/applications/wireguird.desktop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[Desktop Entry]
Encoding=UTF-8
Version=1.0
Version=1.1
Type=Application
Terminal=false
Exec=/usr/local/bin/wireguird
Expand Down
2 changes: 1 addition & 1 deletion gui/gui.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
)

const (
Version = "1.0.0"
Version = "1.1.0"
Repo = "https://github.com/UnnoTed/wireguird"
TunnelsPath = "/etc/wireguard/"
IconPath = "/opt/wireguird/Icon/"
Expand Down

0 comments on commit 6dac3cd

Please sign in to comment.