mirror of
https://github.com/la5nta/pat
synced 2026-08-07 22:32:06 -04:00
Bump version (v1.0.0)
This commit is contained in:
parent
c1f8b15338
commit
2e6a8d14ba
3 changed files with 22 additions and 2 deletions
20
debian/changelog
vendored
20
debian/changelog
vendored
|
|
@ -1,3 +1,23 @@
|
||||||
|
pat (1.0.0) stable; urgency=medium
|
||||||
|
|
||||||
|
* Fix panic on invalid schedule expressions
|
||||||
|
* Configuration:
|
||||||
|
- Remove deprecated config field "gpsd_addr" (use "gpsd.addr" instead)
|
||||||
|
- Remove deprecated config field "serial_tnc.baudrate" (use "serial_tnc.hbaud" instead)
|
||||||
|
- Remove obsolete serial_tnc.rig field from config
|
||||||
|
* Web Config:
|
||||||
|
- Fix "Back to mailbox" navigation issue
|
||||||
|
- Fix hamlib VFO selection
|
||||||
|
- Fix AX.25 engine Linux options
|
||||||
|
- Add missing PACTOR init script wiring
|
||||||
|
- Add missing schedule wiring
|
||||||
|
- Remove unsupported PACTOR and AX.25 PTT Control options
|
||||||
|
- Fix bfcache restoration issues
|
||||||
|
* Limit prehook paths to the prehooks directory
|
||||||
|
* Replace unmaintained howeyc/gopass with golang.org/x/term
|
||||||
|
|
||||||
|
-- Martin Hebnes Pedersen <martin.h.pedersen@gmail.com> Sun, 19 Apr 2026 17:47:46 +0200
|
||||||
|
|
||||||
pat (0.19.2) stable; urgency=medium
|
pat (0.19.2) stable; urgency=medium
|
||||||
|
|
||||||
* Fix rig selection reset on save in web config
|
* Fix rig selection reset on save in web config
|
||||||
|
|
|
||||||
|
|
@ -15,5 +15,5 @@ const (
|
||||||
// Forks should NOT bump this unless they use a unique AppName. The Winlink
|
// 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
|
// system uses this to derive the "these users should upgrade" wall of shame
|
||||||
// from CMS connects.
|
// from CMS connects.
|
||||||
Version = "0.19.2"
|
Version = "1.0.0"
|
||||||
)
|
)
|
||||||
|
|
|
||||||
|
|
@ -588,7 +588,7 @@
|
||||||
<key>USE_HFS+_COMPRESSION</key>
|
<key>USE_HFS+_COMPRESSION</key>
|
||||||
<true/>
|
<true/>
|
||||||
<key>VERSION</key>
|
<key>VERSION</key>
|
||||||
<string>0.19.2</string>
|
<string>1.0.0</string>
|
||||||
</dict>
|
</dict>
|
||||||
<key>UUID</key>
|
<key>UUID</key>
|
||||||
<string>5562F199-B4C6-48BC-98FA-5BBA494CB61F</string>
|
<string>5562F199-B4C6-48BC-98FA-5BBA494CB61F</string>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue