Skip to content

Releases: tmck-code/pokesay

v0.10.0

16 Jan 12:56
Compare
Choose a tag to compare

Feature update

Japanese names have been added!! ⛩️

This uses a metadata file in the awesome pokesprite repo that the sprites are sourced from.

Use with -japanese-name! This has a negligible impact on performance, no latency is added by using it

echo hello world | ~/bin/pokesay -japanese-name
# ...
# > charizard-mega-y / リザードン (riza-don) | medium/shiny

What's Changed

Full Changelog: v0.9.0...v0.10.0

v0.9.0

16 Jan 01:54
Compare
Choose a tag to compare

TL;DR

Now at least 20% smaller and faster! Achieved by removing redundant cowfiles and categories

What's Changed

Full Changelog: v0.8.9...v0.9.0

v0.8.9

01 Dec 12:22
Compare
Choose a tag to compare

What's Changed

  • Use printf for printing the text bubble by @tmck-code in #41
  • Include case for width and line of equal length by @tmck-code in #42

Bugfix!

fixes:

panic: strings: negative Repeat count

v0.8.8

29 Nov 13:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.7...v0.8.8

v0.8.7

29 Nov 13:38
Compare
Choose a tag to compare

What's Changed

  • Add usage readme section by @tmck-code in #38
  • Reduce the bubble padding by 1 by @tmck-code in #39
    # before
    /----------------------\
    | hello world           | <---
    \----------------------/
    
    # after
    /----------------------\
    | hello world          | <-----
    \----------------------/
    

Full Changelog: v0.8.6...v0.8.7

v0.8.6

28 May 09:59
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.5...v0.8.6

v0.8.5

26 May 12:23
Compare
Choose a tag to compare

What's Changed

Save 2 terminal lines for every cowfile!

Full Changelog: v0.8.4...v0.8.5

v0.8.4

17 May 12:12
Compare
Choose a tag to compare

The main change in this release is the addition of a "size" category to every pokemon, you can use them via:

echo w | pokesay -category big
echo w | pokesay -category medium
echo w | pokesay -category small

What's Changed

Full Changelog: v0.8.3...v0.8.4

v0.8.3

16 Apr 07:20
Compare
Choose a tag to compare

The main changes are to the -list-names (new feature) and -list-categories.
They now both print a space-separated list of all items, and a summary line at the end with the total

What's Changed

Full Changelog: v0.8.2...v0.8.3

v0.8.2

13 Apr 10:59
Compare
Choose a tag to compare

Quality-of-life improvements around the build stage, and added some minor styling to the choice/category output line.
Also moved from 2 -> 4 spaces of padding

What's Changed

Full Changelog: v0.8.1...v0.8.2