Skip to content

0.5.1

Choose a tag to compare

@github-actions github-actions released this 05 Nov 10:33
· 58 commits to master since this release

✨ 新功能

  • 响应式多栏布局:侧边栏支持瀑布流布局,根据宽度自动调整栏数,充分利用空间

🎨 优化改进

  • 添加单词体验优化:添加单词对话框自动定位到光标位置 #13
  • 展开/收起交互优化:改进定义内容的展开/收起按钮点击体验
  • 设置界面优化:统一各设置区块的标题样式,提升视觉一致性
  • AI 词典优化:提取重复的 prompt 替换逻辑,代码更简洁

🐛 问题修复

  • 修复新添加单词后立即编辑时的显示问题
  • 修复右键菜单添加单词时无法获取文档例句的问题
  • 修复 {{sentence}} 占位符无法正确提取句子的问题

✨ New Features

  • Responsive Multi-Column Layout: Sidebar now supports masonry layout with automatic column adjustment based on width, maximizing space utilization

🎨 Improvements

  • Enhanced Word Addition Experience: The add word dialog box automatically locates to the cursor position. #13
  • Improved Expand/Collapse Interaction: Enhanced click experience for definition content toggle buttons
  • Settings UI Refinement: Unified heading styles across all settings sections for better visual consistency
  • AI Dictionary Optimization: Extracted duplicate prompt replacement logic for cleaner code

🐛 Bug Fixes

  • Fixed display issue when immediately editing newly added words
  • Fixed context menu not extracting document sentences when adding words
  • Fixed {{sentence}} placeholder not correctly extracting sentences