Skip to content

Releases: ChurchTao/Lanaya

Lanaya v1.2.1

03 Jan 04:04
Compare
Choose a tag to compare

v1.2.1

  • CN
    • 新增windows系统支持 #12
    • 暂时关闭了自动更新功能,因为官方的打包程序有问题 tauri-apps/tauri#3055
  • EN
    • Add windows support #12
    • Temporarily turned off the auto update function, because the official packaging program has problems tauri-apps/tauri#3055

Lanaya v1.1.9

07 Apr 05:43
e8ef104
Compare
Choose a tag to compare

v1.1.9

Feature

  • CN
    • 新增功能自动粘贴,可以自动粘贴前一个窗口的焦点输入框 #8
    • 新增配置删除前确认 #7
  • EN
    • Add function auto paste, can automatically paste the focus input box of the previous window #8
    • Add configuration delete before confirm #7

Lanaya v1.1.8

04 Apr 16:09
8e80717
Compare
Choose a tag to compare

v1.1.8

Feature

  • CN
    • 新增功能,添加标签、搜索标签
  • EN
    • Add function, add tag, search tag

Lanaya v1.1.7

01 Apr 08:56
d082844
Compare
Choose a tag to compare
  • CN

    • 窗口出现时,会自动聚焦到搜索框 #4
    • 修复了当复制 html 标签时,列表框结果展示异常的问题 #5
  • EN

    • When the window appears, it will automatically focus on the search box #4
    • Fixed the problem that the list box result display is abnormal when copying html tags #5

Lanaya v1.1.6

14 Mar 03:20
ef6030a
Compare
Choose a tag to compare
  • CN
    • 新增引入了 daisyui
    • 升级了 vite
    • 修复了限制条数功能不生效的问题
  • EN
    • Added daisyui
    • Upgraded vite
    • Fixed the problem that the limit number function does not take effect

Lanaya v1.1.5

23 Feb 11:04
fc8408f
Compare
Choose a tag to compare
  • CN
    • 我忘了解开 blur 的注释..
  • EN
    • I forgot to remove the comment of blur

Lanaya v1.1.4

23 Feb 05:08
34d2bad
Compare
Choose a tag to compare

Bug Fixes

  • CN
    • 修复了因为 objc 导致的内存泄露
    • 修复了显示速度
  • EN
    • Fixed the memory leak caused by objc
    • Fixed the display speed

Lanaya v1.1.3

15 Feb 09:22
dfc7eec
Compare
Choose a tag to compare

v1.1.3

  • CN
    • 修复了截取字符串时,不安全的切片导致的崩溃问题
  • EN
    • Fixed the problem of unsafe slice caused by crash when cutting strings

Lanaya v1.1.2

14 Feb 08:05
a8f2fd6
Compare
Choose a tag to compare

Feature

  • CN
    • 新增删除某一条功能
  • EN:
    • add delete one feature.

Bug Fixes

  • CN
    • 修复了大文本复制时,会导致 UI 渲染卡顿的问题
    • 修复了搜索收藏记录时,无法搜索到图片的问题
    • 修复了清空记录时,会清除收藏的记录的问题
  • EN
    • Fixed the problem that large text copy will cause UI rendering to stall
    • Fixed the problem that the image cannot be searched when searching for favorite records
    • Fixed the problem that the record will be cleared when the record is cleared

Lanaya v1.1.1

14 Feb 03:57
35524dd
Compare
Choose a tag to compare

Bug Fixes

  • CN
    • 修复了搜索时的 SQL 注入,导致崩溃的问题
  • EN
    • Fixed the problem of SQL injection when searching, causing a crash