From de7e52db7409f6d92157997fd3d87ebdaa7a5659 Mon Sep 17 00:00:00 2001 From: NK Date: Wed, 8 Mar 2023 12:23:17 +0000 Subject: [PATCH] changelog --- .github/CHANGELOG.md | 29 +++++++++++++++++++++++++++++ README.md | 25 +------------------------ 2 files changed, 30 insertions(+), 24 deletions(-) create mode 100644 .github/CHANGELOG.md diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md new file mode 100644 index 0000000..a702b94 --- /dev/null +++ b/.github/CHANGELOG.md @@ -0,0 +1,29 @@ +- v1.0.1-beta - Initial Release, with auto buy +- v1.0.2 - Added flipper, profit check, auto post +- v1.0.21 - + - Auto reconnect to server when disconnected + - Ungrab mouse when sniping/flipping + - Auto skip confirmation screen, with GUI showing coord fps and time and more error catching + - However config still broken, keep using Lilase.cfg first. Will fix config and discord in next update + - Some movement during sniping so hypixel won't send to afk +- v1.0.22 - Fatal bug fixed (before it will crash when open controls gui), also added title for process +- v1.0.23 - More lines in GUI, flipped, posted, sniped +- v1.0.24-beta + - Remove the use of org.json dependency + - Fixing flipper could not be started when item is sniped + - Making send auction to webhook to be toggleable + - Added blacklist for sniping + - Changing API URL to a more stable one + - Have at most 99 items to snipe at the same time, with 99 items to blacklist too + - Mod will now only generate first three items config in the file, but you can add yourself + - Fetching price of item earlier so it won't be bugged when posting on auctio house + - Fix the weird lag when doing random motion when sniping + - Changed names in config so it is more readable and understanable + - Added days in GUI +- v1.0.25 - Fix in crash in flipper, some code optimisation, having a better config +- v1.0.26 + - Image render on GUI of crabby + - Renamed ProfitPercentage to MinimumProfitPercentage + - Added "Bed Spam Delay" and "Only Sniper" in config so you can set the delay between each bed spam and config sniper to not autosell + - Added auto detect of cookie so you can start sniper at everywhere + - Refactoring AuctionHouse class to Sniper \ No newline at end of file diff --git a/README.md b/README.md index c63e715..710738e 100644 --- a/README.md +++ b/README.md @@ -43,30 +43,7 @@ List of things you can put in Type section ANY, WEAPON, ARMOR, ACCESSORIES, CONSUMABLES, BLOCKS, MISC ``` # Changelog: -- v1.0.1-beta - Initial Release, with auto buy -- v1.0.2 - Added flipper, profit check, auto post -- v1.0.21 - - - Auto reconnect to server when disconnected - - Ungrab mouse when sniping/flipping - - Auto skip confirmation screen, with GUI showing coord fps and time and more error catching - - However config still broken, keep using Lilase.cfg first. Will fix config and discord in next update - - Some movement during sniping so hypixel won't send to afk -- v1.0.22 - Fatal bug fixed (before it will crash when open controls gui), also added title for process -- v1.0.23 - More lines in GUI, flipped, posted, sniped -- v1.0.24-beta - - Remove the use of org.json dependency - - Fixing flipper could not be started when item is sniped - - Making send auction to webhook to be toggleable - - Added blacklist for sniping - - Changing API URL to a more stable one - - Have at most 99 items to snipe at the same time, with 99 items to blacklist too - - Mod will now only generate first three items config in the file, but you can add yourself - - Fetching price of item earlier so it won't be bugged when posting on auctio house - - Fix the weird lag when doing random motion when sniping - - Changed names in config so it is more readable and understanable - - Added days in GUI -- v1.0.25 - Fix in crash in flipper, some code optimisation, having a better config -- v1.0.26 - Image render on GUI of crabby +[ChangeLog](https://gtihub.com/night0721/lilase/blob/main/.github/CHANGELOG.md) # To Do Features: - Console client??