diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 466df71..2be9c43 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.2.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..59f7b2c --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# Changelog + +## [0.2.0](https://github.com/usememos/web-clipper/compare/v0.1.0...v0.2.0) (2026-07-23) + +### What's new + +- Connect directly to a Memos instance with its URL and a personal access token—no usememos.com account required. +- Choose between usememos.com and a direct connection with a new guided setup experience. +- Customize how clipped content is formatted with reusable templates, placeholders, and a live preview. +- Use the extension in English, Chinese (Simplified and Traditional), French, German, Japanese, or Spanish. + +### Improvements + +- Connection details are validated before they are saved, with clearer guidance when something goes wrong. +- Access tokens and sign-in credentials receive stronger protection throughout connection and clipping. +- Visibility options are easier to read and explain who can see each memo. diff --git a/package.json b/package.json index 1c70cef..2e99eca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@usememos/web-clipper", - "version": "0.1.0", + "version": "0.2.0", "private": true, "description": "Browser extension for clipping web content to Memos.", "engines": {