From 41017bca32257fcdc79111d786db5d15d1ae999d Mon Sep 17 00:00:00 2001 From: Alex Martens Date: Sat, 3 Jan 2026 10:25:52 -0800 Subject: [PATCH] version: 4.1.1 -> 4.2.0 --- CHANGELOG.md | 15 ++++++++++++++- pyproject.toml | 2 +- uv.lock | 4 ++-- 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0718ca8..82a4aee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,18 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), as of version 2.1.1. +## [4.2.0] - 2026-01-03 +### Added +- Added volume and mute controls by [@contemno] in [#413]. + +### Fixed +- Fixed printing monitor input names instead of codes by [@danudey] in [#408]. + +[@danudey]: https://github.com/danudey +[@contemno]: https://github.com/contemno +[#408]: https://github.com/newAM/monitorcontrol/pull/408 +[#413]: https://github.com/newAM/monitorcontrol/pull/413 + ## [4.1.1] - 2025-05-29 ### Fixed - Fixed AttributeError exceptions when passing an int with `--set-input-source`. @@ -133,7 +145,8 @@ as of version 2.1.1. - Added a changelog. -[Unreleased]: https://github.com/newAM/monitorcontrol/compare/4.1.1...HEAD +[Unreleased]: https://github.com/newAM/monitorcontrol/compare/4.2.0...HEAD +[4.2.0]: https://github.com/newAM/monitorcontrol/compare/4.1.1...4.2.0 [4.1.1]: https://github.com/newAM/monitorcontrol/compare/4.1.0...4.1.1 [4.1.0]: https://github.com/newAM/monitorcontrol/compare/4.0.1...4.1.0 [4.0.1]: https://github.com/newAM/monitorcontrol/compare/4.0.0...4.0.1 diff --git a/pyproject.toml b/pyproject.toml index bcd4295..cfd751a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [project] name = "monitorcontrol" description = "Monitor controls using MCCS over DDC-CI." -version = "4.1.1" +version = "4.2.0" authors = [{ name = "Alex Martens", email = "alex+monitorcontrol@thinglab.org" }] license = "MIT" readme = "README.rst" diff --git a/uv.lock b/uv.lock index b8be7d9..f456fa4 100644 --- a/uv.lock +++ b/uv.lock @@ -1,5 +1,5 @@ version = 1 -revision = 2 +revision = 3 requires-python = ">=3.9" resolution-markers = [ "python_full_version >= '3.10'", @@ -364,7 +364,7 @@ wheels = [ [[package]] name = "monitorcontrol" -version = "4.1.1" +version = "4.2.0" source = { editable = "." } dependencies = [ { name = "pyudev", marker = "sys_platform != 'win32'" },