From 6b32895f6cea2c594e2a0af781bdb4376c11d066 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 13:49:40 +0000 Subject: [PATCH] chore(main): release 0.17.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ mac/project.yml | 2 +- windows/package.json | 2 +- windows/src-tauri/tauri.conf.json | 2 +- 5 files changed, 16 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 45c13ca..7b51ca0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.16.2" + ".": "0.17.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f1c347..eebc787 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.17.0](https://github.com/nbkdoesntknowcoding/display-share/compare/v0.16.2...v0.17.0) (2026-08-26) + + +### Features + +* say which side the second screen is on ([#71](https://github.com/nbkdoesntknowcoding/display-share/issues/71)) ([fdfa9ba](https://github.com/nbkdoesntknowcoding/display-share/commit/fdfa9baeaf54bdfc31bba37cf00cbd45e69a4b33)) + + +### Bug Fixes + +* the receiver erased the one thing that explained the failure ([#70](https://github.com/nbkdoesntknowcoding/display-share/issues/70)) ([5514de4](https://github.com/nbkdoesntknowcoding/display-share/commit/5514de4266d704a9efae543b28c60295de309e7c)) + ## [0.16.2](https://github.com/nbkdoesntknowcoding/display-share/compare/v0.16.1...v0.16.2) (2026-08-26) diff --git a/mac/project.yml b/mac/project.yml index 6643ec8..0279433 100644 --- a/mac/project.yml +++ b/mac/project.yml @@ -9,7 +9,7 @@ settings: base: SWIFT_VERSION: '6.0' CLANG_ENABLE_MODULES: 'YES' - MARKETING_VERSION: 0.16.2 + MARKETING_VERSION: 0.17.0 CURRENT_PROJECT_VERSION: '1' ARCHS: arm64 x86_64 ONLY_ACTIVE_ARCH: 'NO' diff --git a/windows/package.json b/windows/package.json index 450d984..d421384 100644 --- a/windows/package.json +++ b/windows/package.json @@ -1,6 +1,6 @@ { "name": "display-share-receiver", - "version": "0.16.2", + "version": "0.17.0", "private": true, "type": "module", "scripts": { diff --git a/windows/src-tauri/tauri.conf.json b/windows/src-tauri/tauri.conf.json index 9eafe43..541ee70 100644 --- a/windows/src-tauri/tauri.conf.json +++ b/windows/src-tauri/tauri.conf.json @@ -1,7 +1,7 @@ { "$schema": "https://schema.tauri.app/config/2", "productName": "Display Share Receiver", - "version": "0.16.2", + "version": "0.17.0", "identifier": "in.theboringpeople.displayshare.receiver", "build": { "beforeDevCommand": "npm run dev",