Skip to content

Commit

Permalink
Muledump v0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jakcodex committed Dec 1, 2017
1 parent a246858 commit db47107
Show file tree
Hide file tree
Showing 22 changed files with 3,131 additions and 2,092 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,27 @@
**2017-11-30** version 0.8.3-0

- New Features
* Added Wawawa option (#19)
* Total living character hours active now displayed in Account Info (#67)
* XpBooster and Loot Drop / Tier info added (#56)

- Bug Fixes
* Verify import data of custom options over default options (#64)
* Options setting throwing errors (#75)
* Empty vaults being displayed incorrectly as empty spaces (#77)
* Gifts chests properly displayed in totals when vaults are disabled (#73)

- Improvements
* Constants updated with bagType, soulbound, and st/ut data (#69)
* Item tooltip replaced (#70)

- Renders updated to X.20.0
- Meta data added to account data cache (#68)
- Re-enabled text selection in About and CORS Assistant
- Default Groups Manager Mode changed from Parallel to Serial
- Default Account Reload Days changed from 0 to 1 (conditional client config upgrade)
- Temporarily disabled the Account Reload Days master off setting

**2017-11-20** version 0.8.2

- New Features
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See the [Requirements](REQUIREMENTS.md) page for more information.

## Release Information

The current version is Jakcodex/Muledump v0.8.2.
The current version is Jakcodex/Muledump v0.8.3.

Muledump Online is available hosted on Github [here](https://jakcodex.github.io/muledump/muledump.html).

Expand Down Expand Up @@ -62,16 +62,16 @@ Head over to [Installation and Setup](https://github.com/jakcodex/muledump/wiki/
- logins thru muledump count towards daily login calendar
- account settings include automatic reload, login-only (daily calendar only), and cache disable

## Head to the [wiki](https://github.com/jakcodex/muledump/wiki) for more information!
## Check out the [Frequently Asked Questions](https://github.com/jakcodex/muledump/wiki/Frequently-Asked-Questions) and explore the [wiki](https://github.com/jakcodex/muledump/wiki) for more information!

<a id="jakcodex-supportandcontributions"></a>
## Support and Contributions

A new Discord for Jakcodex/Muledump is available here - [https://discord.gg/JFS5fqW](https://discord.gg/JFS5fqW).
Jakcodex/Muledump operates its own support Discord server - [https://discord.gg/JFS5fqW](https://discord.gg/JFS5fqW).

Feel free to join and ask for help getting setup, hearing about updates, offer your suggestions and feedback, or just say hi.
Feel free to join and ask for help getting setup, hear about new updates, offer your suggestions and feedback, or just say hi.

If you encounter a bug, have a feature request, or have any other feedback then you can check out the [issue tracker](https://github.com/jakcodex/muledump/issues) to see if it's already being discussed. If not then you can [submit a new issue](https://github.com/jakcodex/muledump/issues/new).
If you encounter a bug, have a feature request, or have any other feedback you can also check out the [issue tracker](https://github.com/jakcodex/muledump/issues) to see if it's already being discussed. If not then you can [submit a new issue](https://github.com/jakcodex/muledump/issues/new).

If you are interested in helping test new versions of this software before release then check out [Muledump Preview](https://github.com/jakcodex/muledump-preview/) for the recent stable development builds of Muledump.

Expand All @@ -81,13 +81,13 @@ Feel free to submit pull requests or patches if you have any Muledump changes yo

Muledump versions are described as 0.x.y-p where x is the major version, y is the minor version, and p is the patch version.

All incrementes of x or y are published as an official Muledump Local release. The patch version at time of release will be noted in the release notes. Subsequent patches after release will not be published as a new release unless they are for a high severity issue or there is a cumulative release.
All incrementes of x or y are published as an official Muledump Local release. Subsequent patches after release will not be published as a new release.

Muledump Online always runs the latest version of Muledump with all patches.

## Special Thanks

Muledump Renders and Constants are maintained for Jakcodex/Muledump with contributions by [TheSTDMan](https://github.com/thestdman), [Wawawa](https://github.com/wawawawawawawa), and [tuvior](https://github.com/tuvior).
Muledump Renders and Constants are maintained by [tuvior](https://github.com/tuvior).

## Original Muledump License

Expand Down
2 changes: 2 additions & 0 deletions THANKS.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,6 @@ Jeff

Lucy

tuvior

Numerous others from the community who offered feedback.
Binary file added lib/bagTypes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added lib/boost.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit db47107

Please sign in to comment.