Releases: clajiness/qbop
v1.8.2
v1.8.1
What's Changed
- Improve error handling when proton tunnel is down by @clajiness in #30
Full Changelog: v1.8.0...v1.8.1
v1.8.0
What's Changed
- Add status bubbles to alert on service connection by @clajiness in #29
Full Changelog: v1.7.0...v1.8.0
v1.7.0
v1.6.0
v1.5.3
v1.4.1
v1.3.0
This release includes updates to the GitHub Actions workflow and dependency upgrades in the Gemfile. The most important changes include adding permissions to the Docker publish workflow, updating action versions in the workflow, and upgrading several gems.
GitHub Actions workflow updates:
.github/workflows/docker-publish.yml: Added permissions for actions, contents, packages, and security-events to the build job.
.github/workflows/docker-publish.yml: Updated the versions of several actions used in the workflow to their latest versions. The actions updated include find-latest-tag, setup-qemu-action, setup-buildx-action, login-action, and build-push-action. [1] [2]
Dependency upgrades:
Gemfile: Upgraded the versions of grape, json, logger, rack, and rubocop gems to their latest releases.
What's Changed
- Cleaned up security warnings @clajiness in #24
Full Changelog: v1.2.0...v1.3.0
v1.2.0
What's Changed
- Added favicon support for more devices by @clajiness in #23
Full Changelog: v1.0.2...v1.2.0
v1.0.2
1.0! 🥳 I think the tool is good enough to warrant a 1.0 tag, so I hope it works well for you, too. Enjoy forwarding some ports!
This release includes several documentation improvements and minor code updates across various modules and files. The changes primarily focus on adding detailed comments to classes and methods to enhance code readability and maintainability.
Documentation improvements:
framework/api.rb
: Added detailed comments describing the purpose and functionality of theAPI
class and its endpoints.framework/db_initialization.rb
: Added comments explaining theDbInitialization
class and its role in database setup.framework/web.rb
: Provided comments detailing the routes and functionality of theWeb
class.jobs/qbop.rb
: Documented theQbop
class, explaining its role in synchronizing port forwarding settings and its use of background job processing.jobs/test_job.rb
: Added comments to theTestJob
class, describing its purpose and logging functionality.
Code updates:
Dockerfile
: Added a new line to copy thepublic
directory into the Docker image.views/layout.erb
: Updated the stylesheet link to include integrity and crossorigin attributes, and added a link to a favicon.
These changes collectively improve the clarity and maintainability of the codebase by providing better documentation and ensuring that all necessary files are included in the Docker image.
Full Changelog: v1.0.1...v1.0.2