Skip to content

Releases: melvio/hopla

release/0.0.28-alpha

12 Oct 19:29
Compare
Choose a tag to compare
release/0.0.28-alpha Pre-release
Pre-release

Improved throttling.

Full Changelog: release/0.0.26-alpha...release/0.0.28-alpha

release/0.0.25-alpha

11 Oct 12:01
6e280d2
Compare
Choose a tag to compare

🥳 --force and --yes were added to hopla feed-all and
hopla hatch-all. make release now performs the entire
release. --times and --until-gp-runs-out are now mutually
exclusive options for hopla buy enchanted-armoire.

What's Changed

  • bugfix/184 hatch all with lots of pets with few potions by @melvio in #185
  • Add .values, eq, post_init improvements to Collections by @melvio in #188
  • release/v0.0.22 hopla add todo by @melvio in #193
  • Fix error message for empty hatch plan by @melvio in #198
  • enhancement/160 until out of mana option by @melvio in #199
  • Bump version to 0.0.24 by @melvio in #200
  • Add make release by @melvio in #202
  • enhancement/100 make times and until poor mutually exclusive by @melvio in #203
  • enhancement/204 add force yes options to hatch all and feed all by @melvio in #205

Full Changelog: release/0.0.19-alpha...release/0.0.25-alpha

Milestone hatching commands

03 Oct 17:13
Compare
Choose a tag to compare
Pre-release

This milestone includes new commands:

hopla hatch {eggname} {potionname}
hopla hatch-all

Further improvements:

  • --today and --tomorrow flags for hopla add todo.
  • hopla feed-all now supports feeding previously released pets
  • code improvements (e.g. higher test coverage, better naming)

Previous improvements:

  • hopla cast for spells that don't require a target uuid

release/v0.0.18-hopla-feed-all-for-released-pets: Release v0.0.18

02 Oct 09:27
1abf27f
Compare
Choose a tag to compare
This adds the `hopla cast {spell}` command.
There is support for all {spell}s that are cast on
the use, or the party, or all tasks. There is no
support for spells for single tasks yet.

This improves the `hopla feed-all` command.
There is no support for feeding previously released pets.

v0.0.14-hoplalib-throttling

26 Sep 17:35
5935668
Compare
Choose a tag to compare
Pre-release
Hoplalib now has throttling functionality

Throttling has been implemented for all
commands that do a larger number of
requests. For now, this includes:
* `hopla feed-all`
* `hopla buy --times|--until-poor`

Hopla is now available on pypi

26 Sep 07:15
03910a2
Compare
Choose a tag to compare
Pre-release

Hopla claimed the hopla-cli name on pypi: https://pypi.org/project/hopla-cli/ 🥳.

So, Hopla is now installable with:

python3 -m pip install --user hopla-cli

release/v0.0.12-alpha-automatic-feeding-of-pets

25 Sep 13:39
64d478b
Compare
Choose a tag to compare

With this release, you can execute hopla feed-all to feed all your pets at once 😃.
It also includes many feature additions to the hopla feed command, and a lot of pet and feed logic has been added to hoplalib.

Installation, for now, can only be performed with the README.md instructions.
Making hopla pip-installable is part of milestone 3: https://github.com/melvio/hopla/milestone/3