Commit graph

25 commits

Author SHA1 Message Date
Moy
340122e3b2 build: 1.7.1 - add display name regex replacement, fix #37 2026-05-28 14:21:46 +08:00
Moy
620460fe5a build: 1.7.0
- Code block detection now returns innermost nested block
- Settings tab: async/await -> void in onChange handlers
- Settings tab: SettingGroup updates
- package.json: fix name field to easy-copy
2026-05-26 22:13:30 +08:00
Moy
ea87a27a88 fix: correct fenced code block detection and add unit tests
- Fix false positive when cursor is between two code blocks: the old
  upward search couldn't distinguish closing fences from opening ones
- Fix nested fence support: closing fence must be >= opening fence
  length per CommonMark spec; shorter inner fences are now treated
  as content lines
- Extract detection logic to pure function detectCodeBlockFromLines
  in src/codeBlockDetect.ts for testability
- Add 37 unit tests covering the bug scenario, nested fences,
  unclosed blocks, all CodeBlockBehavior modes, and fence-line edges
2026-05-26 21:17:59 +08:00
Moy
096a74c0c3 bump: reset the version 2026-05-15 17:43:08 +08:00
Moy
c0a275f3e7 build: bump version to 1.6.5 2026-05-15 16:47:32 +08:00
Moy
42b41f5df4 build: 1.6.4 2026-05-15 15:11:58 +08:00
Moy
30a8ac63d8 build: 1.6.3 2026-05-15 13:33:22 +08:00
Moy
38456ef3af build: 1.6.2 2026-05-15 11:25:16 +08:00
Moy
aa73736d9f build: 1.6.1 2026-05-12 12:56:21 +08:00
Moy
63c636de7b build: 1.6.0 2026-05-09 19:08:04 +08:00
Moy
a07b499f4a build: 1.5.3 2026-04-22 12:58:16 +08:00
Moy
14a98fa8e1 build: 1.5.2 2026-04-02 20:11:11 +08:00
Moy
68f239900b build: 1.5.1 2025-12-12 00:21:09 +08:00
Moy
d716806092 build: 1.5.0 2025-11-05 13:54:17 +08:00
Moy
bf98aeaa09 bump version to 1.4.0 2025-10-21 17:15:20 +08:00
Moy
faba964011 build: 1.3.5 2025-09-15 20:21:55 +08:00
Moy
df9494ed7d Bump version to 1.3.4 2025-09-15 18:42:16 +08:00
Moy
5571b258c4 chore(release): bump version to 1.3.3 2025-09-15 11:56:10 +08:00
Moy
1f879988cf build: 1.3.1 2025-05-23 13:11:04 +08:00
Moy
4d95c0bbc7 build: 1.3.0 2025-05-21 14:42:52 +08:00
Moy
f745fae9d8 build: 1.2.2 2025-05-09 20:01:01 +08:00
Moy
1abedd7983 build: 1.2.1 2025-05-09 15:38:10 +08:00
Moy
5420afa9d9 build: 1.2.0 2025-05-07 22:03:24 +08:00
Moy
7dfac7b742 bump version 2025-05-07 22:00:31 +08:00
Moy
9540b2ab28
Initial commit 2025-03-22 17:35:15 +08:00