Skip to content

Releases: LeeeSe/MessAuto

v0.8.4

07 May 09:14
Compare
Choose a tag to compare

修复

  • MessAuto 现在可以正常弹出自动化权限请求

Fix

  • MessAuto can now pop up an automation permission request normally.

v0.8.3

29 Apr 03:56
Compare
Choose a tag to compare

修复

  • 恢复剪贴板前增加延迟以等待 applescript 脚本执行完毕

Fix

  • Add a delay before restoring the clipboard to wait for the applescript script to complete.

v0.8.2

15 Apr 06:45
Compare
Choose a tag to compare

修复

  • 利用 AppleScript 来发送键盘模拟命令

Fix

  • Use AppleScript to send keyboard simulation commands

v0.8.1

29 Mar 03:15
Compare
Choose a tag to compare

修复

  • MessAuto 的菜单栏图标不会再重复出现

Fix

  • MessAuto's menu bar icon will no longer appear repeatedly

v0.8.0

27 Mar 09:21
Compare
Choose a tag to compare

添加

  • 粘贴验证码后恢复剪贴板原内容

优化

  • 悬浮窗在 macOS12 上现在会出现在正确的位置
  • 支持提取包含 “-” 符号的验证码
  • 模拟粘贴和回车功能现在更稳定

移除

  • 自动更新

Additions

  • Restore the original clipboard content after pasting the verification code.

Optimizations

  • The floating window now appears in the correct position on macOS 12.
  • Support for extracting verification codes that include the "-" symbol has been added.
  • The simulated paste and enter functions are now more stable.

Removals

  • Automatic updates have been discontinued.

v0.7.0

14 Mar 02:23
Compare
Choose a tag to compare

优化

  • 悬浮窗位置可拖动
  • 悬浮窗会自动出现在鼠标当前位置附近
  • 悬浮窗使用过程更加简单,不再需要按 ⌘ 键
  • 优化权限授权流程

Optimization

  • The floating window position can be dragged.
  • The floating window will automatically appear near the current mouse position.
  • The use of the floating window is simplified, no longer requiring the ⌘ key.
  • The permission authorization process is optimized.

v0.6.4

06 Mar 15:29
Compare
Choose a tag to compare

修改:

  • 优化 i18n
  • 优化磁盘访问权限获取逻辑
  • 日志中不再记录信息的详细信息

Changes:

  • Optimize i18n
  • Optimize the logic of obtaining disk access rights
  • Details of messages are no longer recorded in the log

v0.6.3

18 Oct 06:37
Compare
Choose a tag to compare

修复

  • 现在托盘图标颜色在系统亮暗主题下会自动切换

Fixed

  • Tray icon color now automatically switches between system light and dark themes

v0.6.2

18 Oct 04:56
d406d86
Compare
Choose a tag to compare

修复: #29

  • 应用更新后重启 App 的路径应该是 .app 而不是二进制文件
  • 修改了 toml 中的 App 版本号,该问题导致 App 认为自己不是最新版本

Fixed: #29

  • App restart after update should be to .app instead of binary file.
  • Changed App version number in toml, this issue caused App to think it is not the latest version.

v0.6.1

18 Oct 00:38
Compare
Choose a tag to compare

修复:

  • 如果软件更新后增加了新配置选项,不再导致旧配置直接被默认值覆盖

Fix:

  • If a new configuration option is added after a software update, it no longer causes the old configuration to be directly overwritten by the default values