Releases: the-marenga/sf-scrapbook-helper
v0.2.4
Changelog
- Limit attack targets by attributes by @GutZuFusss in #93
- fix total order panic by @nilz3000 in #92
v0.2.3
Important
S&F added rate-limiting (200reqs/min), so the ability to manually crawl an entire server is limited for the foreseeable future. I will work on updating the pre-crawled player lists, so that this will largely not be required
Changelog
- Fix parsing for the new server update #88
v0.2.2
Important
S&F added rate-limiting (200reqs/min), so the ability to manually crawl an entire server is limited for the foreseeable future. I will work on updating the pre-crawled player lists, so that this will largely not be required
Changelog
- Handle the new rate limiting of the server correctly
- Added the ability to automate luring
- Added the ability to login saved players on startup
- Added options to save the auto-battle / auto-lure status for the next login
- On the overview you can now
- see the crawling, arena, luring & scrapbook status
- interact with multiple accounts at once
- Hopefully fixed most of the "logging in again" loops
- Added button to copy the best luring targets
- Make blacklist threshold configurable via the settings
- Added a cli startup option, that can crawl servers without characters & no ui
- Fix number inputs & correctly load their icons
- Misc. smaller fixes & improvements
v0.2.1
0.2.1 Changelog 🎉
-
In 0.2.0, the tool started to automatically update the player every few seconds, to make sure all stats were correct. This lead to problems for people, that use this in combination with the MFBot, or the normal webui. From now an this behaviour will be disabled by default and can be reenabled in the settings if you want
-
In addition to the order in which the HoF is crawled, you can now also limit the level of players you want to crawl. This can substantially speed up crawling, if you are sure, that you for example already have all low level items, or are too low level to fight high level chars anyways. Because you can get this wrong, this is locked behind an advanced option in the settings
-
Icons for character classes to help you make a better decision about who to attack #51 (feel free to give feedback, about them)
If you do not like them, they can be disabled in the settings
-
You can now sort the list of best players per item count by attributes, instead of level. This might become the default, if this turns out to be be universally better.
-
A new server released and there is no online HoF available for it yet. In addition, the existing files are all very much out of date. I will spend the next few days to get a system running, that should hopefully allow me to have them auto-update
I am back from holiday and my university exam season is over, so I should have a bit more time to work on this tool again, so feel free to suggest new features 😄
Full Changelog: v0.2.0...v0.2.1
v0.2.0
This update is a total rewrite of the old code 🎉
It includes a bunch of new feautres like:
- Multi account support
- A new (better) UI
- Different color schemes (themes)
- Support for login via Steam & Google
- Remember me button for SF & normal accounts
- Automatic refetching of the best characters to make sure the info is correct
- Arena Blacklist to avoid strong enemies during auto battle after a few tries
- Seperate tab to view high level characters with no equipment for easy underworld progress
- Custom Crawling order, that you can change at any time
- Option in the settings to disable loading of new HoF versions from my server
- Faster and less server intensive crawling with only 1 crawler account per server, instead of 1 per thread
- Faster calculations for best players
- Faster backup reading & writing
- Info column to see player attributes, not just level in scrapbook view
- Fix a bunch of bugs
As always, if you experience any issues, feel free to open an issue.
Full Changelog: v0.1.4...v0.2.0
v0.1.4
- Automatically fetches the latest HoF from the web, if that version is newer, than the local version
- Displays a notification, that a newer version of this tool is available on github
- Bumps dependencies to fix at least one sf-api error
Full Changelog: v0.1.3...v0.1.4
v0.1.3
The times of hour long crawling are over 🥳 🎉
This tool now automatically downloads a full pre-crawled HoF list during login. Depending on the server, the files are only between 1 and 40MB large, which should not take longer, than a few seconds for you to fetch and allows you to start attacking the best players immediately. No lengthy crawling on your part is required anymore!
I will keep the online snapshots somewhat regularly updated, but if you need the absolute latest data for some reason, you can of course still manually crawl.
The online files will only be downloaded, if there is no existing backup, so you might have to delete/move your partial crawling backup, if you have one
The UI also got cleaned up a bit and the calculation logic behind the scenes is now a lot faster.
This is a pretty large update, so if you find any errors, feel free to open an issue.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
Tiny bugfix release
What's Changed
- Fix oob error for characters with 11 new items. by @the-marenga in #8
Full Changelog: v0.1.1...v0.1.2
v0.1.1
- Basic hover text to explain buttons
- Calculate the optimal battle order and add a button to copy to clipboard
- Code refactoring
- Remove transitive openssl dependency
- Trying the auto-build yaml again
- Fix upcoming fused server bug
Full Changelog: v0.1.0...v0.1.1
Initial Release
A basic working version