Skip to content

Releases: liewcf/QuickRes

QuickRes 1.5.0

Choose a tag to compare

@liewcf liewcf released this 26 May 01:50

QuickRes v1.5.0

QuickRes 1.5.0 adds Movie Mode to the macOS menu bar resolution switcher and rolls forward recent reliability hardening.

Highlights

  • Added Movie Mode directly in the QuickRes menu, immediately above Settings.
  • Movie Mode blacks out non-main displays with full-screen black shield windows while keeping the main display visible.
  • Active Movie Mode shields refresh when the display setup changes.
  • The About panel now comes forward more reliably in the accessory/menu-bar app.

Reliability

  • Display mode switching now re-queries available modes before applying a selected resolution.
  • Display-change monitor cleanup remains retryable if CoreGraphics unregistering fails.
  • Hidden-resolution preferences are bounded and oversized stored keys are ignored.
  • Local build/test commands quote and validate DERIVED_DATA_PATH before passing it to xcodebuild.

Verification

  • Required test gate: make test DERIVED_DATA_PATH=/tmp/QuickResDerivedData
  • Release build gate: make build-release DERIVED_DATA_PATH=/tmp/QuickResDerivedData
  • Lint gate: make lint
  • Manual multi-display Movie Mode check: completed.

Distribution

This is a source-only release. No public .zip or .dmg artifacts are attached to v1.5.0.

Downloadable app artifacts should only be attached after Developer ID signing and notarization are complete.

QuickRes 1.3

Choose a tag to compare

@liewcf liewcf released this 07 Mar 05:30

QuickRes 1.3 is now available as a source-only release.

This release updates the project to version 1.3 and aligns the repository’s release metadata and documentation with that version. Signed and notarized macOS binaries are not included in this release yet.

Highlights

  • Bumped the app version to 1.3
  • Aligned release metadata and project documentation for the 1.3 release
  • Added a changelog entry for version 1.3

Source Only

This release does not include downloadable .app, .zip, or .dmg artifacts.

To build locally:

make build

To run unit tests:

make test

Requirements

  • macOS 14.0 or later
  • Apple Silicon Mac
  • Xcode 16.4 or a compatible local toolchain

Notes

Public signed and notarized binaries will be added in a future release once Apple Developer signing is configured.