Skip to content

Commit 7b58795

Browse files
boojackjohnnyjoygh
andauthored
chore(main): release 0.2.0 (#5)
* chore(main): release 0.2.0 * docs(changelog): rewrite 0.2.0 notes for users --------- Co-authored-by: johnnyjoygh <johnnyjoygg@gmail.com>
1 parent 73ab2d2 commit 7b58795

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.1.0"
2+
".": "0.2.0"
33
}

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Changelog
2+
3+
## [0.2.0](https://github.com/usememos/web-clipper/compare/v0.1.0...v0.2.0) (2026-07-23)
4+
5+
### What's new
6+
7+
- Connect directly to a Memos instance with its URL and a personal access token—no usememos.com account required.
8+
- Choose between usememos.com and a direct connection with a new guided setup experience.
9+
- Customize how clipped content is formatted with reusable templates, placeholders, and a live preview.
10+
- Use the extension in English, Chinese (Simplified and Traditional), French, German, Japanese, or Spanish.
11+
12+
### Improvements
13+
14+
- Connection details are validated before they are saved, with clearer guidance when something goes wrong.
15+
- Access tokens and sign-in credentials receive stronger protection throughout connection and clipping.
16+
- Visibility options are easier to read and explain who can see each memo.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@usememos/web-clipper",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"private": true,
55
"description": "Browser extension for clipping web content to Memos.",
66
"engines": {

0 commit comments

Comments
 (0)