Skip to content

Commit

Permalink
Prepare v1.7.7 release
Browse files Browse the repository at this point in the history
  • Loading branch information
adamqqqplay committed Aug 26, 2021
1 parent 0883da5 commit 69bbb03
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
11 changes: 10 additions & 1 deletion changelog/changelog_en.txt
Original file line number Diff line number Diff line change
Expand Up @@ -370,4 +370,13 @@ Optimize Item Purchase for 7.29.
6. Optimize item purchasing list of Dark Seeker and Orge Magi.
7. Fix typo in item_purchase_treant.
8. Remove Item Necronomicon.
9. Change item purchase order to relieve backpack congestion.
9. Change item purchase order to relieve backpack congestion.
v1.7.7 (2021.08.27)
Full update for 7.30.
1. Optimize AI's lane desire, now AI will lane more in the early game.
2. Optimize AI's push desire, now AI will not push too fast in the early game.
3. Add the function to get Outpost.
4. Improve the function of shopping in mysterious stores.
5. Remove some outdated files.
6. Update item purchasing for 7.30.
7. Many small bug fixes.
11 changes: 10 additions & 1 deletion changelog/changelog_zh_cn.txt
Original file line number Diff line number Diff line change
Expand Up @@ -373,4 +373,13 @@ v1.7.6 (2021.08.18)
6. 优化黑暗贤者和食人魔魔法师的物品购买列表。
7. 修正item_purchase_treant中的错字。
8. 移除物品死灵书。
9. 更改物品购买顺序以缓解背包拥堵。
9. 更改物品购买顺序以缓解背包拥堵。
v1.7.7 (2021.08.27)
全面支持7.30版本。
1. 改善了AI的对线欲望,现在AI将会在前期更多的占线发育。
2. 改善了AI的推进欲望,现在AI将不会在前期迅速集合推进。
3. 新增了抢占前哨的功能。
4. 改善了神秘商店购物的功能。
5. 移除了一些过时的文件。
6. 为7.30更新了物品购买列表。
7. 并修复了许多bug。
4 changes: 2 additions & 2 deletions util/ChatSystem.lua
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
local BotsInit = require("game/botsinit")
local M = BotsInit.CreateGeneric()

local version = "1.7.7"
local updateDate = "August 18, 2021"
local version = "1.7.8"
local updateDate = "August 27, 2021"

local announceFlag = false
function M.SendVersionAnnouncement()
Expand Down

0 comments on commit 69bbb03

Please sign in to comment.