Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.16.2"
".": "0.17.0"
}
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion mac/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion windows/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "display-share-receiver",
"version": "0.16.2",
"version": "0.17.0",
"private": true,
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion windows/src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down