Releases: la5nta/pat
v0.19.1
Need help? Check out the Install FAQ.
Linux
- Debian/Ubuntu/Mint:
- pat_0.19.1_linux_amd64.deb
- pat_0.19.1_linux_arm64.deb (Raspberry Pi 64-bit)
- pat_0.19.1_linux_armhf.deb (Raspberry Pi 32-bit)
- pat_0.19.1_linux_i386.deb
- Other distributions:
Apple macOS
Microsoft Windows
Changes
- Fix Reply All button accumulating event handlers in web GUI
- Fix interrupt (ctrl+c) in
pat configurecommand - Search brew prefix and share folders for voacapl data directory
- Improve Winlink over-the-air account activation flow following CMS fix
- Require Go 1.24 or later (due to updated dependencies)
For more details, see milestones/v0.19.1 and compare/v0.19.0...v0.19.1.
v0.19.0
Need help? Check out the Install FAQ.
Linux
- Debian/Ubuntu/Mint:
- pat_0.19.0_linux_amd64.deb
- pat_0.19.0_linux_arm64.deb (Raspberry Pi 64-bit)
- pat_0.19.0_linux_armhf.deb (Raspberry Pi 32-bit)
- pat_0.19.0_linux_i386.deb
- Other distributions:
Apple macOS
Microsoft Windows
Changes
- Add VOACAP-based HF propagation prediction (docs)
- Add support for automatic locator updates from GPSd
- Add support for adding and deleting connect aliases in web GUI
- Add filtering and pagination to RMS list in web GUI
- Add 'Set from GPS' option for locator in web GUI config
- Embed RMS list for offline operation
- Log to stderr
- Minor bug fixes
For more details, see milestones/v0.19.0 and compare/v0.18.0...v0.19.0.
v0.18.0
Need help? Check out the Install FAQ.
Linux
- Debian/Ubuntu/Mint:
- pat_0.18.0_linux_amd64.deb
- pat_0.18.0_linux_arm64.deb (Raspberry Pi 64-bit)
- pat_0.18.0_linux_armhf.deb (Raspberry Pi 32-bit)
- pat_0.18.0_linux_i386.deb
- Other distributions:
Apple macOS
Microsoft Windows
Changes
- Add support for Message Pickup Station (MPS) management in the CLI
- Add an option to specify the ARDOP connect request count
- Configuration Live Reload:
- Support for live reloading of the configuration via SIGHUP signals
- The web interface automatically reloads when settings are changed
- Templates & Forms:
- Add a text-only template editor to the web GUI
- Add search functionality to the Forms catalog browser
- Add support for the
{FormFolder}tag in templates - Add a spinner during Standard Forms updates
- Improved template parsing and detection
- Fix duplicate subfolders in the form catalog listing
- Fix parsing of ReplyTemplate template command
- Version Management:
- Show a popup in the web GUI when a new release is available
- Add a CLI option to check for updates (
pat version --check)
- Busy Channel Detection:
- Add busy channel detection for VARA HF and VARA FM
- Show a prompt with an option to continue when waiting for a clear channel
- Improve ARDOP busy channel detection and handling
- Onboarding:
- Guide users toward safer, online account creation to prevent lockouts
- Add the
pat initcommand, a CLI wizard for basic configuration and account creation - Add an account creation wizard to the web interface
- Prompt users to create a new account online before their first connection in the web interface
- Add reminders to set a password recovery email
- CLI message reader/composer:
- Refactor composer to unify interactive, non-interactive and template-based composition
- Add message preview and confirmation prompt in interactive mode
- Add option to forward message
- Add option to delete message
- Web GUI:
- Add "Edit as new..." message action
- Show desktop notifications for prompts
- Add a favicon
- Fix highlighting of the active tab in the web interface navbar
- Fix bug removing attachment from composer
- Fix Telnet URI building
- Fix unintentional QSY during the initial load of the GUI
- Web Config:
- Fix VARA HF/FM bandwidth options
- Prevent unwanted config saves on alias/schedule buttons
For more details, see milestones/v0.18.0 and compare/v0.17.0...v0.18.0.
v0.17.0
Need help? Check out the Install FAQ.
Linux
- Debian/Ubuntu/Mint:
- pat_0.17.0_linux_amd64.deb
- pat_0.17.0_linux_arm64.deb (Raspberry Pi 64-bit)
- pat_0.17.0_linux_armhf.deb (Raspberry Pi 32-bit)
- pat_0.17.0_linux_i386.deb
- Other distributions:
Apple macOS
Microsoft Windows
Changes
- Add Configuration page to web GUI
- Add optional message download prompting with size limits
- Add Reply All message action
- Major improvements to attachment handling:
- Include attachments when forwarding messages
- Add button to remove attachments
- Fix attachments not retained when adding more to the same message
- Improve attachment layout
- Templates:
- Add support for multi-line prompt in text templates
- Add CLI command 'templates' for managing forms/templates
- Add support for template sequence numbers
- Fix UTF-8 BOM handling in templates
- Fix empty attached_text form values panic
- Fix Safari GPS timestamp issues
- Fix AGWPE timeout issues
- Fix FBB protocol turnover handling when all messages are deferred and/or rejected
For more details, see milestones/v0.17.0 and compare/v0.16.0...v0.17.0.
v0.16.0
Need help? Check out the Install FAQ.
Linux
- Debian/Ubuntu/Mint:
- pat_0.16.0_linux_amd64.deb
- pat_0.16.0_linux_arm64.deb (Raspberry Pi 64-bit)
- pat_0.16.0_linux_armhf.deb (Raspberry Pi 32-bit)
- pat_0.16.0_linux_i386.deb
- Other distributions:
Apple macOS
Microsoft Windows
Changes
- Major overhaul of the template/forms engine (bug fixes and enhancements)
- Add low-level support for packet node traversal (connection pre-hook)
- Add support for administering Winlink password recovery email address
- Always auto-convert images when using CLI composer (remove prompt)
- Fix missing /tmp folder in Docker image
- Fix error handling in interactive command 'freq'
For more details, see milestones/v0.16.0 and compare/v0.15.1...v0.16.0.
v0.15.1
Need help? Check out the Install FAQ.
Linux
- Debian/Ubuntu/Mint:
- pat_0.15.1_linux_amd64.deb
- pat_0.15.1_linux_arm64.deb (Raspberry Pi 64-bit)
- pat_0.15.1_linux_armhf.deb (Raspberry Pi 32-bit)
- pat_0.15.1_linux_i386.deb
- Other distributions:
Apple macOS
Microsoft Windows
Changes
- Support config overrides using env variables
- Only attach Forms XML if a viewer file is defined
- Fix handling of SVG attachments (don't attempt auto resize)
- VARA: Silence "got a vara command I wasn't expecting..." messages
- VARA: Fix leak when re-initializing the modem connection
- hamlib: Fix compatibility with rigctld in VFO Mode
- hamlib: Fix tests and compilation when statically linking libhamlib
- New experiment FW_AUX_ONLY_EXPERIMENT (disabled by default)
- Require Go 1.19 or later (due to updated dependencies)
For more details, see milestones/v0.15.1 and compare/v0.15.0...v0.15.1.
v0.15.0
Need help? Check out the Install FAQ.
Linux
- Debian/Ubuntu/Mint:
- pat_0.15.0_linux_amd64.deb
- pat_0.15.0_linux_arm64.deb (Raspberry Pi 64-bit)
- pat_0.15.0_linux_armhf.deb (Raspberry Pi 32-bit)
- pat_0.15.0_linux_i386.deb
- Other distributions:
Apple macOS
Microsoft Windows
Changes
- 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)
For more details, see milestones/v0.15.0 and compare/v0.14.1...v0.15.0.
v0.14.1
Need help? Check out the Install FAQ.
Linux
- Debian/Ubuntu/Mint:
- pat_0.14.1_linux_amd64.deb
- pat_0.14.1_linux_arm64.deb (Raspberry Pi 64-bit)
- pat_0.14.1_linux_armhf.deb (Raspberry Pi 32-bit)
- pat_0.14.1_linux_i386.deb
- Other distributions:
Apple macOS
Microsoft Windows
Changes
- VARA: Fix panic on 32-bit builds
For more details, see milestones/v0.14.1 and compare/v0.14.0...v0.14.1.
v0.14.0
Need help? Check out the Install FAQ.
Linux
- Debian/Ubuntu/Mint:
- pat_0.14.0_linux_amd64.deb
- pat_0.14.0_linux_arm64.deb (Raspberry Pi 64-bit)
- pat_0.14.0_linux_armhf.deb (Raspberry Pi 32-bit)
- pat_0.14.0_linux_i386.deb
- Other distributions:
Apple macOS
Microsoft Windows
Changes
- AX.25: Implement ability to switch between different AX.25 engines
- AX.25: Add AGWPE support (use Direwolf directly over TCP on all platforms)
- Winlink HTML Forms: Various compatibility fixes
- VARA: Switch to more idiomatic config fields
- VARA: Improved progress report on outbound traffic
- VARA: Add support for dial cancellation
- VARA: Reject inbound P2P sessions (listener not supported yet)
For more details, see milestones/v0.14.0 and compare/v0.13.1...v0.14.0.
v0.13.1
Need help? Check out the Install FAQ.
Linux
- Debian/Ubuntu/Mint:
- pat_0.13.1_linux_amd64.deb
- pat_0.13.1_linux_arm64.deb (Raspberry Pi 64-bit)
- pat_0.13.1_linux_armhf.deb (Raspberry Pi 32-bit)
- pat_0.13.1_linux_i386.deb
- Other distributions:
Apple macOS
Microsoft Windows
Changes
- Fix panic when using unregistered VARA instances
- Use VARA HF/FM defaults if undefined in config
- Fix case sensitive matching when resolving aux addresses' passwords
For more details, see milestones/v0.13.1 and compare/v0.13.0...v0.13.1.