Skip to content

Commit

Permalink
Bump version (v0.12.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Dec 11, 2021
1 parent f387b8e commit ccb4934
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
pat (0.12.1) stable; urgency=medium

* Add support for configurable telnet dial timeout (for Iridium GO users)
* Add support for scriptable message composition
* Add CLI command `env` for retrieving related environment variables (for scripting)
* More reliable Forms updates by using a new API for retrieving latest version and archive URL
* Improve websocket handling
* Fix bug in Forms update procedure that would delete the OS temp directory in rare cases
* Fix bug with pactor serial communication on macOS (Darwin)
* Fix bug with Web GUI and Message IDs containing the hash (`#`) symbol

-- Martin Hebnes Pedersen <martin.h.pedersen@gmail.com> Sat, 11 Dec 2021 15:14:22 +0100

pat (0.12.0) stable; urgency=medium

* Follow the XDG Base Directory Specification
Expand Down
2 changes: 1 addition & 1 deletion internal/buildinfo/VERSION.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const (
// AppName is the friendly name of the app.
AppName = "Pat"
// Version is the app's SemVer.
Version = "0.12.0"
Version = "0.12.1"
)

// GitRev is the git commit hash that the binary was built at.
Expand Down
2 changes: 1 addition & 1 deletion osx/pat.pkgproj
Original file line number Diff line number Diff line change
Expand Up @@ -588,7 +588,7 @@
<key>USE_HFS+_COMPRESSION</key>
<true/>
<key>VERSION</key>
<string>0.12.0</string>
<string>0.12.1</string>
</dict>
<key>UUID</key>
<string>5562F199-B4C6-48BC-98FA-5BBA494CB61F</string>
Expand Down

0 comments on commit ccb4934

Please sign in to comment.