Commit Graph

48 Commits

Author SHA1 Message Date
jonny 944be49edb Support Memos v0.27 and improve API parsing
Bump supported Memos version to v0.27 across locales, README changelog, and manifest (version and version_name). Improve memos API compatibility: prefer and return trimmed username when present, handle non-numeric trailing name segments safely, and encode userid in the user-scoped memos URL to avoid issues with special characters.
2026-04-21 15:26:22 +08:00
jonny ed5fc86e39 Replace language select with toggle menu
Replace the old <select> language picker with a custom toggle button and dropdown menu. Updates include new popup HTML (langToggle button, langMenu with menuitemradio buttons), new CSS for .lang-toggle/.lang-menu/.lang-menu-item (styling, hover/active states, shadow, rounded corners), and JS to manage label sync, menu state, click handlers, outside-click and Escape to close, and applying the selected UI language. Also update references in i18n code (setTitle target and language init flow) and persist language selection. Bump manifest version from 2026.03.24 to 2026.03.25.
2026-03-23 11:29:49 +08:00
jonny 0f468d49aa Update Chinese strings and bump version
Optimize Chinese display text and bump extension version. Add a README changelog entry for "优化中文显示效果"; simplify several zh_CN locale strings (lock labels shortened to "私有", "登录可见", "公开" and default tag placeholders updated). Also increment manifest version to 2026.03.24.
2026-03-23 10:52:59 +08:00
jonny d237a7f1c6 Bump manifest version and add mobile portrait note
Update manifest.json version to 2026.03.22 and add a README changelog entry (20260322) noting adaptation for mobile portrait windows.
2026-03-22 20:48:23 +08:00
jonny e9730b5839 Lower minimum supported Memos to v0.15.0
Update compatibility range to include Memos v0.15.0 across README and locale files (en, ja, ko, zh_CN). Bump manifest version/date to 2026.03.12 and update version_name to reflect the new supported range. This extends backward compatibility to older Memos releases.
2026-03-12 18:35:06 +08:00
jonny f2f1ff2c10 Bump manifest version and update changelog
Update manifest.json to version 2026.03.11 and set version_name to "Supports 0.18.0 - 0.26.x". Also add a README changelog entry for 2026-03-10 noting remembered drag window size and removal of drag window animation. This prepares a small release update and documents the recent UI tweak.
2026-03-09 20:07:57 +08:00
jonny 85cc964836 Bump manifest version and update changelog
Add a 20260309 changelog entry noting: right-click send selected text preserves original formatting and added fullscreen and window-zoom features. Also bump manifest version from 2026.03.08 to 2026.03.09 to reflect the update.
2026-03-07 14:45:17 +08:00
jonny 30b7cf2491 向前兼容memos到v0.18
Introduce compatibility layers and runtime detection for older Memos API variants (v0.18/v0.19/v0.20/v0.21/v0.23 and older). Added js/compat/memosApi.v023.js and js/compat/memosApi.v1.js to provide filter building, listing, upload and resource helpers for legacy endpoints. Updated js/oper.js to track apiFlavor, probe/detect flavor on save, and to adapt uploads, deletes, tag listing, search and preview image hydration to the appropriate API flavor (including buildV1ResourceStreamUrl, normalizeUnixTimeToMs, getMemoUid and other helpers). Also updated user-facing strings and README to reflect broader compatibility (locales and README changes) and minor UI/manifest popup adjustments. These changes enable the extension to work with a wider range of Memos server versions while preserving existing behavior for modern endpoints.
2026-03-06 18:51:12 +08:00
jonny 9a90c2e2bf Bump version to 2026.03.07 and update changelog
Update manifest.json version to 2026.03.07 and add a README changelog entry for 2026-03-07 noting a language switch button and added Korean and Japanese support.
2026-03-05 21:05:18 +08:00
jonny 52f06909f3 Append reference link when sending selection
Add the original page/link as a Markdown reference when sending selected text via the context menu. background.js now appends `[Reference Link](...)` using info.linkUrl or info.pageUrl; manifest version bumped to 2026.03.06; README changelog updated to note the new right-click behavior.
2026-03-05 10:21:55 +08:00
jonny 1857504ee7 Format changelog entries as list items
Prefix two dated entries in README.md with '- ' to convert them into bullet list items for improved formatting and readability in the update log.
2026-03-05 09:45:00 +08:00
jonny 95940201aa Bump version and add compatibility note
Update manifest version to 2026.03.05 and change version_name to indicate support from 0.24.0 to the latest. Add a 2026-03-05 changelog entry in README noting forward compatibility with v0.24.0 (and inviting issues for older versions). No functional changes.
2026-03-05 09:40:30 +08:00
jonny dd2609e1e4 适配v0.26.1
Update endpoints and metadata to match newer memos backend and record new maintainer.

- js/oper.js: switch upload endpoint to api/v1/attachments; replace auth/status POST with auth/me GET and adapt response parsing to response.user.name; stop using user-scoped memo endpoints and use api/v1/memos for tag/search/random requests; fix memo link path to /memos/{uid}.
- manifest.json: bump extension version to 2026.02.22 and update homepage_url to the GitHub repo.
- README.md: add maintainer note, compatibility (v0.26.1) and a collapsible details block.

These changes align the extension with backend API changes and mark the new maintenance status.
2026-02-22 15:14:48 +08:00
林木木 d0be87a3dc Update README.md 2024-07-21 22:25:21 +08:00
林木木 a60fcf7a85 Update README.md 2024-06-15 16:26:31 +08:00
林木木 aa505c9fa6 Update README.md 2024-05-26 17:19:26 +08:00
林木木 f3aabb2e9a Update README.md 2023-09-19 20:08:12 +08:00
lmm214 63effbdc77 v0.15 2023-09-19 20:07:02 +08:00
lmm214 32dcd1f162 2023.07.16 2023-07-16 21:30:02 +08:00
lmm214 a5f62b1958 2023.04.29 右键菜单的一系列改进 2023-04-29 09:42:37 +08:00
lmm214 adc84ebfec 20230409 2023-04-09 20:33:42 +08:00
lmm214 c14540da4e 2023.03.25 2023-03-25 14:09:04 +08:00
lmm214 833dfdfca8 2023.03.19 2023-03-19 21:22:03 +08:00
lmm214 5deb081c67 2023.03.19 2023-03-19 21:20:09 +08:00
lmm214 a39d4b9a2a 2023.03.10 修复发布后调用最新一条 Memos。 2023-03-10 22:05:54 +08:00
lmm214 deec1e77a5 2023.03.09 新增右键发送文本至 Memos 输入框。 2023-03-09 23:25:08 +08:00
林木木 e740545dad Update README.md 2023-03-05 19:21:35 +08:00
lmm214 2f48b1e73a up 2023-03-05 19:19:58 +08:00
lmm214 1035134582 tags 2023-03-05 15:41:53 +08:00
lmm214 5631e937ec memos 2023-02-25 16:21:25 +08:00
lmm214 57fd068ba9 Memos 2023-02-25 15:57:37 +08:00
lmm214 480895fcda 修复随机按钮 2023-02-25 10:28:16 +08:00
林木木 54ab561e75 Update README.md 2023-02-06 19:16:46 +08:00
lmm214 b9c4c17062 memo 2023-02-06 19:03:56 +08:00
lmm214 3961ffdf09 memos 2023-02-05 21:50:53 +08:00
林木木 db245269ef Update README.md 2023-02-04 20:48:12 +08:00
lmm214 6183dea011 Memos 2023-02-04 20:47:02 +08:00
lmm214 1f47e5146b memos random 2023-02-04 17:23:49 +08:00
lmm214 20fcbbc1f6 2022.11.15 2022-11-15 19:52:15 +08:00
lmm214 31490c9921 2022.11.15 新增插入文件图片按钮。 2022-11-15 19:43:04 +08:00
lmm214 8ac7b2a081 newtodo 2022-11-13 21:14:34 +08:00
lmm214 e67f37370b 2022.11.8 支持拖拽上传附件(一个个传)。 2022-11-08 00:21:00 +08:00
lmm214 bbdd3b100a 2022.11.8 支持粘贴、拖拽上传图片。 2022-11-08 00:08:56 +08:00
lmm214 26c5280461 添加 visiblity 发送设置。 2022-10-24 22:37:00 +08:00
lmm214 f9efc9faad Chrome 应用商店 2022-10-16 11:02:24 +08:00
lmm214 453863d16e v3 2022-10-12 19:52:06 +08:00
林木木 b09ebc960f Add files via upload 2022-10-09 21:08:57 +08:00
林木木 3b09ba3255 Initial commit 2022-10-09 21:08:07 +08:00