Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.15.1 #430

Merged
merged 24 commits into from
Nov 8, 2023
Merged

Release v0.15.1 #430

merged 24 commits into from
Nov 8, 2023

Conversation

martinhpedersen
Copy link
Member

I think it's time for a new patch release 🎉

Changelog:

  • 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)

martinhpedersen and others added 22 commits June 14, 2023 21:22
* libhamlib v4.2 compatibility (ref pr #423)
* mailbox: Remove warning on missing file extension
* catalog: Improve position report's Course
No need to use both gorilla's mux and http's ServeMux.
The reference date is MST (seven hours west of GMT). This is a very
common mistake when constructing formatting strings to be used with
time.Format.

Since we converted all dates that includes zone information to UTC
*before* outputting in Z time, this bug did not affect the output
strings. But it's best to use the correct reference time anyway, in case
we later add a string representation including zone information that is
not UTC.
* fbb: Ignore leading whitespace when parsing msg
* Update dependencies (requires Go 1.19)
... but run the pipeline on release/* branches, so we can verify that
they build before merging to master and tagging.
Updated dependencies
Needed for various API calls. Avoids having to mount from host.
Override configuration values by setting PAT_* environment variables.
This is handy when deploying a containerized/scripted setup.

Syntax examples:
* PAT_MYCALL=LA5NTA
* PAT_ARDOP_ADDR="host:port"
Set ENTRYPOINT to the Pat executable, and use CMD to provide default
arguments. By doing this, users can run on-off commands with docker as
if the app was running natively on the host.

E.g. `docker compose run pat interactive`.
@martinhpedersen martinhpedersen added this to the v0.15.1 milestone Nov 5, 2023
@martinhpedersen martinhpedersen self-assigned this Nov 5, 2023
The envconfig package introduced in 77cc83b does not handle map of
structs, so we have to handle hamlib_rigs manually.

This also defaults the "network" attribute to "tcp", which is what most
users want (for rigctld).
Copy link
Contributor

@xylo04 xylo04 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🚀

@martinhpedersen martinhpedersen merged commit b9f4b00 into master Nov 8, 2023
3 of 5 checks passed
@martinhpedersen martinhpedersen deleted the release/v0.15.1 branch November 8, 2023 18:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants