Skip to content

Releases: ppb/ppb-mutant

v0.11.2: Update

22 Mar 00:58
Compare
Choose a tag to compare

This release only updates dependency metadata. No API or Emoji changes were made.

v0.11: New Mutant

28 Apr 20:41
Compare
Choose a tag to compare

Mutant Standard Emoji has made their April 2020 Release, and so ppb-mutant has been updated.

No other code changes have been made. See the release announcement above for their changelog.

(This fixes a previous v0.11.0 release that was botched.

v0.10

20 Apr 01:50
Compare
Choose a tag to compare

This release is for PPB v0.8 and Mutant v2020.02.

We're now using the upstream 128px renders instead of making our own 64px ones. There will be some increase in file sizes, but not as much as you'd expect.

In addition, support has been added for the new hoof morph type.

Full changelog:

  • New morph type 'hoof' and added TONES_HOOF
  • Emoji color_modifier and hand_splayed got some help for some missing versions
    • color_modifier with tone=None is mapped to tone='k2' (k2 is the default color)
    • hand_splayed with morph='paw' is mapped to hand (paws are always splayed)
  • Added SelectScene.include_hoof because hoof coverage is incomplete (expect it to be removed in the future)
  • MorphToneProxy now only reloads if it's an aliased shortcode (no user-visible difference)
  • ppb_mutant.index grew a loading screen
  • Build dramatically simplified

Minor Fixes

30 Mar 01:20
Compare
Choose a tag to compare

v0.9.0 left out some necessary files. This release fixes that.

PPB v0.7: Asset Rewrite

21 Feb 03:28
Compare
Choose a tag to compare

This updates for PPB v0.7 and Mutant Standard Emoji v0.4.1

PPB v0.7 dramatically altered how images are loaded via its new Asset system, and ppb-mutant was rewritten to be based on it.

  • MutantSprite is now deprecated. Just use ppb.Sprite with image = Emoji(...)
  • Added Emoji, which is an asset that takes the shortcode, morph, and tone.
  • Added MorphToneGroup, which is a way to change the morph and tone of a whole group of Sprites at once.

All the internals were also updated for the VFS system.

PPB v0.6

21 Feb 03:17
Compare
Choose a tag to compare

Updates to support PPB v0.6, and a collection of bugfixes. The biggest user-facing change is:

  • The full category path is no longer necessary. Just the shortcode. (That is, use 'slime' instead of 'people_animals/creatures/other/slime')

Mutant Standard v0.4.0

21 Feb 03:14
Compare
Choose a tag to compare

This release just updates the emoji set to Mutant Standard Emoji v0.4.0.

PPB v0.5 and Mutant v0.3.1

21 Feb 03:11
Compare
Choose a tag to compare

In addition to updating for PPB v0.5 and Mutant Standard v0.3.1:

  • Adds python -m ppb_mutant.picker to demonstrate the picker scene
  • The Special emoji were removed due to lack of 64px availability (Only 32px and 128px are now shipped)

Mutant Standard v0.3.1

02 Nov 08:29
Compare
Choose a tag to compare

Mutant Standard was updated to v0.3.1

In addition, the image assets are now part of the package instead of requiring a separate download.

Note: You likely want to download "ppb-mutant-0.5.0.tar.gz" and not "Source code".

Bug Fix

23 Oct 20:42
Compare
Choose a tag to compare

Simple bug fix release