Skip to content

Releases: LeeeSe/MessAuto

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

v0.6.0

16 Oct 17:03
Compare
Choose a tag to compare

v0.6.0

  • 添加了类似 Safari 的悬浮窗 / Added Safari-like hover window
  • 更新了 App 图标 / Updated App icon

v0.5.0

24 Sep 13:29
Compare
Choose a tag to compare

MessAuto 现在支持提取邮箱验证码 / MessAuto now supports extracting email verification codes

要求 / Request:

  • 使用 Mac 自带的邮件 App / Using the Mail App that came with your Mac
  • 邮件 App 需要后台常驻,否则不能实时获取最新邮件 / Mail App needs to be resident in the background, otherwise you can't get the latest emails in real time.
  • 勾选菜单栏中监听邮件选项 / Check the Listen to email option in the menu bar

v0.4.0

18 Sep 05:40
Compare
Choose a tag to compare
  • 增加日志功能 / Add log

v0.3.4

13 Sep 15:58
Compare
Choose a tag to compare
  • 使用 Github Action 自动化发布release,平台为 macOS 11 ,解决了低版本 macOS 无法打开 App 的问题 / Automated release using Github Action on macOS 11 to solve the problem of not being able to open apps on lower macOS versions.
  • 修复了一些软件内更新的逻辑错误 / Fixed some logic errors with in-software updates

v0.3.0

12 Sep 15:58
Compare
Choose a tag to compare
  • 优化验证码提取规则 / Optimize CAPTCHA extraction rules
  • 自定义关键词 / Customized Keywords
  • 菜单中增加配置选项 / Add configuration options to the menu
  • 应用内更新 / In-App Updates
  • 更新了一些依赖 / Updated some dependencies
  • 优化了自动粘贴和自动回车的逻辑 / Optimized the logic of autopaste and auto-return

v0.2.2

09 May 14:59
Compare
Choose a tag to compare
  1. 修复了开机自启不生效的问题 / Fix the problem that the auto launch does not take effect

v0.2.1

03 May 02:06
Compare
Choose a tag to compare
  1. 上游仓库修复了Mac的图标隐藏问题,该问题导致图标隐藏时仍然占用位置 / Upstream repository fixed the icon hiding problem for Mac, which caused the icon to still occupy the position when hidden

v0.2.0

07 Apr 11:33
Compare
Choose a tag to compare

代码重构,主要目标为改善交互

  • 核心功能随软件启动
  • 自动粘贴与自动回车可分别自行配置
  • 添加隐藏图标功能,两种隐藏方式
  • 添加登录自启选项
  • 添加 i18n
  • 优化验证码提取算法

v0.1.2

18 Dec 06:15
Compare
Choose a tag to compare
  • 初步支持中文、英语、韩语验证码
  • 支持提取 4-6 位数字和字母组合的验证码类型
  • 若短信中有多个4-6位数字和字母组合的字符串,则根据与触发词的距离远近来判断谁是真验证码
  • 编译了 M1&M2 架构,由于没有签名,需要在终端中输入xattr -cr /Applications/MessAuto.app以解决安装包损坏问题