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 @@
{
".": "1.2.1"
".": "1.2.2"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this

For the full CapyDeploy project changelog, see the [main project](https://github.com/lobinuxsoft/capydeploy/blob/master/CHANGELOG.md).

## [1.2.2](https://github.com/lobinuxsoft/decky-capydeploy/compare/v1.2.1...v1.2.2) (2026-09-13)


### Bug Fixes

* resolve real home path before building shortcut paths ([9266c7e](https://github.com/lobinuxsoft/decky-capydeploy/commit/9266c7ed2997f0bccd9c16ff42d5e2ceb7ff0788))
* resolve real home path before building shortcut paths ([23295d3](https://github.com/lobinuxsoft/decky-capydeploy/commit/23295d3473077434485a5265a86c66ac5de05605)), closes [#35](https://github.com/lobinuxsoft/decky-capydeploy/issues/35)

## [1.2.1](https://github.com/lobinuxsoft/decky-capydeploy/compare/v1.2.0...v1.2.1) (2026-05-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "decky-capydeploy",
"version": "1.2.1",
"version": "1.2.2",
"description": "Decky plugin for CapyDeploy - receive games and create shortcuts in gaming mode",
"type": "module",
"scripts": {
Expand Down