-
Notifications
You must be signed in to change notification settings - Fork 86
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
Release v0.15.1 #430
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Resolves #417
* 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`.
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).
xylo04
approved these changes
Nov 7, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I think it's time for a new patch release 🎉
Changelog: