Skip to content

Commit 868f695

Browse files
authored
Merge pull request #565 from lockdown-systems/release-1.1.19
Cyd v1.1.19
2 parents b4a2944 + 217285d commit 868f695

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/blog/2025-08-18-cyd.1.1.19.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
slug: cyd-1.1.19
3+
title: Cyd 1.1.19 released
4+
---
5+
6+
**We're pleased to announce Cyd 1.1.19 is released.** Here's what's new:
7+
8+
- Bug fix: Resolve issues migrating media in Bluesky ([#560](https://github.com/lockdown-systems/cyd/pull/560))
9+
- Bug fix: Use existing user folder if it exists for exports ([#562](https://github.com/lockdown-systems/cyd/pull/562))
10+
- Developer experience: Switch from npm to pnpm, and redo the linting and the GUI tests ([#544](https://github.com/lockdown-systems/cyd/pull/544))
11+
12+
See the [release on GitHub](https://github.com/lockdown-systems/cyd/releases/tag/v1.1.19).
13+
14+
<!-- truncate -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cyd",
33
"private": true,
4-
"version": "1.1.18",
4+
"version": "1.1.19",
55
"main": ".vite/build/main.js",
66
"description": "Automatically delete your data from tech platforms, except for what you want to keep",
77
"license": "proprietary",

0 commit comments

Comments
 (0)