diff --git a/CHANGELOG.md b/CHANGELOG.md index af40182..26afb09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -23,6 +23,8 @@ share a version number. ## [Unreleased] +## [1.1.0] - 2026-08-24 + ### Added - Configurable keep-awake, under *Power* in Settings. **Never**, **While @@ -277,5 +279,6 @@ release. SHA-256 chain from `latest.json` is the only integrity anchor the auto-update path has. -[Unreleased]: https://github.com/TinkerNorth/dish-windows/compare/1.0.0...main +[Unreleased]: https://github.com/TinkerNorth/dish-windows/compare/1.1.0...main +[1.1.0]: https://github.com/TinkerNorth/dish-windows/releases/tag/1.1.0 [1.0.0]: https://github.com/TinkerNorth/dish-windows/releases/tag/1.0.0 diff --git a/CMakeLists.txt b/CMakeLists.txt index cd36ed3..c603edd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.21) project(Dish - VERSION 1.0.0 + VERSION 1.1.0 DESCRIPTION "Dish Windows client for the Satellite gamepad-over-LAN protocol" LANGUAGES CXX) diff --git a/packaging/dish.rc b/packaging/dish.rc index bc6f3f8..d6ad9fa 100644 --- a/packaging/dish.rc +++ b/packaging/dish.rc @@ -15,8 +15,8 @@ IDI_DISH_ICON ICON "dish.ico" VS_VERSION_INFO VERSIONINFO - FILEVERSION 1,0,0,0 - PRODUCTVERSION 1,0,0,0 + FILEVERSION 1,1,0,0 + PRODUCTVERSION 1,1,0,0 FILEFLAGSMASK VS_FFI_FILEFLAGSMASK FILEFLAGS 0 FILEOS VOS_NT_WINDOWS32 @@ -29,12 +29,12 @@ BEGIN BEGIN VALUE "CompanyName", "TinkerNorth" VALUE "FileDescription", "Dish — wireless gamepad client for Satellite" - VALUE "FileVersion", "1.0.0" + VALUE "FileVersion", "1.1.0" VALUE "InternalName", "dish" VALUE "LegalCopyright", "Copyright (C) 2026 Dish contributors. LGPL-3.0-or-later." VALUE "OriginalFilename", "dish.exe" VALUE "ProductName", "Dish" - VALUE "ProductVersion", "1.0.0" + VALUE "ProductVersion", "1.1.0" END END BLOCK "VarFileInfo" diff --git a/vcpkg.json b/vcpkg.json index 47b4d21..008fc46 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,7 +1,7 @@ { "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", "name": "dish", - "version-string": "1.0.0", + "version-string": "1.1.0", "description": "Dish Windows client for the Satellite wireless-gamepad protocol", "homepage": "https://github.com/TinkerNorth/dish-windows", "license": "LGPL-3.0-or-later",