Skip to content

Commit

Permalink
Bump version (v0.15.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhpedersen committed Jun 10, 2023
1 parent 32af057 commit ae8ce00
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
pat (0.15.0) stable; urgency=medium

* Restore previous connect parameters from browser's local storage
* Add missing AX.25 schemes to connect modal's transport dropdown
* Fix clearing of To/Cc fields after message is posted to outbox
* Fix alignment of connect modal input fields
* Improve the dirty disconnect feature
* Add deprecation warning for newly deprecated config options
* Remove support for previously deprecated config options
* AGWPE: Add support for QtSoundModem
* AGWPE: Wait for modem ack on dial cancellation
* VARA: Add support for inbound (P2P) connections
* VARA: Improved throughput, various bug fixes and other improvements
* ARDOP: Experimental FSKONLY support (with ARDOP_FSKONLY_EXPERIMENT=1)

-- Martin Hebnes Pedersen <martin.h.pedersen@gmail.com> Sat, 10 Jun 2023 13:07:32 +0200

pat (0.14.1) stable; urgency=medium

* VARA: Fix panic on 32-bit builds
Expand Down
2 changes: 1 addition & 1 deletion internal/buildinfo/VERSION.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ const (
// Forks should NOT bump this unless they use a unique AppName. The Winlink
// system uses this to derive the "these users should upgrade" wall of shame
// from CMS connects.
Version = "0.14.1"
Version = "0.15.0"
)
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.14.1</string>
<string>0.15.0</string>
</dict>
<key>UUID</key>
<string>5562F199-B4C6-48BC-98FA-5BBA494CB61F</string>
Expand Down

0 comments on commit ae8ce00

Please sign in to comment.