Skip to content

Releases: clajiness/qbop

v1.8.2

28 Feb 14:56
9267bee
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.8.1...v1.8.2

v1.8.1

26 Feb 17:41
11b72dc
Compare
Choose a tag to compare

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

26 Feb 03:54
25be1c3
Compare
Choose a tag to compare

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

25 Feb 16:24
a427ac9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.6.0...v1.7.0

v1.6.0

25 Feb 14:05
0267c7a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.5.3...v1.6.0

v1.5.3

23 Feb 18:37
7477f82
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.4.1...v1.5.3

v1.4.1

23 Feb 04:45
74490bd
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.3.0...v1.4.1

v1.3.0

14 Feb 16:11
Compare
Choose a tag to compare

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

Full Changelog: v1.2.0...v1.3.0

v1.2.0

11 Feb 17:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.2...v1.2.0

v1.0.2

03 Feb 03:09
Compare
Choose a tag to compare

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 the API class and its endpoints.
  • framework/db_initialization.rb: Added comments explaining the DbInitialization class and its role in database setup.
  • framework/web.rb: Provided comments detailing the routes and functionality of the Web class.
  • jobs/qbop.rb: Documented the Qbop class, explaining its role in synchronizing port forwarding settings and its use of background job processing.
  • jobs/test_job.rb: Added comments to the TestJob class, describing its purpose and logging functionality.

Code updates:

  • Dockerfile: Added a new line to copy the public 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