diff --git a/README.md b/README.md index d8e5cac7..446668a4 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,10 @@ ## 最新版本 -[**v1.1 (2015.10.28)**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/releases/tag/v1.1) +[**v1.2 (2015.12.17) 重要更新**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/releases/tag/v1.2) -1. 服务运行时防止息屏。 +1. 增加了微信语言 英语 的支持,修复了由此导致的一系列问题。 +2. 修改了红包重复判断的逻辑,戳“名称与缓存不一致的红包”和“名称一致且间隔大于5秒”的红包。 ## 使用方法 @@ -28,6 +29,6 @@ 本项目源自小米今年秋季发布会时演示的抢红包测试[源码](https://github.com/XiaoMi/LuckyMoneyTool)。stable分支基于此代码继续开发,dev分支重写了几乎所有的逻辑代码。应用的包名com.miui.hongbao未变。 -由于插件可能会改变自然的微信交互方式,这份代码仅可用于教学目的,不得更改后用于其他用途。 +由于插件可能会改变自然的微信交互方式,这份代码仅可用于教学目的,不得更改后用于其他用途。对于使用插件时可能发生的任何情形,由使用者自行承担,包括但不限于“禁用红包功能”、“微信封号”。 -项目使用MIT许可证。在上述前提下,你可以将代码用于任何用途。 \ No newline at end of file +项目使用MIT许可证。在理解可能的风险后,你可以将代码用于任何用途。 \ No newline at end of file diff --git a/README_EN.md b/README_EN.md index 4b3a608b..75ad267a 100644 --- a/README_EN.md +++ b/README_EN.md @@ -12,9 +12,10 @@ The following doc is targeted at **stable branch**. ## Newest Version -[**v1.1 (2015.10.28)**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/releases/tag/v1.1) +[**v1.2 (2015.12.17) !important**](https://github.com/geeeeeeeeek/WeChatLuckyMoney/releases/tag/v1.2) -1. Keep screen on when service is running. +1. Add support for the English language. Fix related issues. +2. Change the logic of detecting duplicate red envelopes. Only those name unmatched with cached or those name matched but with a duration > 5 secs will be touched. ## Usage @@ -30,4 +31,4 @@ The following doc is targeted at **stable branch**. The project was heavily inspired by an [app](https://github.com/XiaoMi/LuckyMoneyTool) demonstrated on XiaoMi's news conference for its phone product this autumn. The stable branch is developed after this, while the dev branch rewrites nearly all the code. The package name remains unchanged as `com.miui.hongbao`. -**Note that:** This app might alter the natural way of interactions with WeChat. Thus the code is restricted to educational use only. You are *not* allowed to use it for other purposes. \ No newline at end of file +**Note that:** This app might alter the natural way of interactions with WeChat. Thus the code is restricted to educational use only. You are *not* allowed to use it for other purposes. You must understand and be fully responsiable of the potential risks of using the app, including "being forbidden to use WeChat Lucky Money functionality", etc. \ No newline at end of file