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.1.0"
".": "0.2.0"
}
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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鈥攏o 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.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
Loading