Skip to content

Releases: jmshal/pokevision-cli

1.0.10

30 Jul 02:19
Compare
Choose a tag to compare

This release adds some additional functionality to customise the terminal output.

Changelog

  • Ability to customise the terminal output using a valid text/template string (see advanced usage)

1.0.9

29 Jul 23:01
Compare
Choose a tag to compare

Check out all the goodies that shipped in 1.0.7 - as this is a bugfix update, not very interesting.

Bugfixes

  • Fixes the duplicate Pokémon issue (due to the fact that the PokéVision API does not provide a unique persistent ID for reference between polls)

1.0.8

29 Jul 21:47
Compare
Choose a tag to compare

Check out all the goodies that shipped in 1.0.7 - as this is a bugfix update, not very interesting.

Bugfixes

  • Fixes the duplicate Pokémon issue (due to the fact that the PokéVision API does not provide a unique persistent ID for reference between polls)

1.0.7

29 Jul 21:17
Compare
Choose a tag to compare

This release likely fixes the error you're currently seeing. See below for more information.

This release candidate adds support for Linux & Windows desktop notifications, filtering in/out specific Pokémon, and default locale detection.

screenshot 2016-07-30 02 03 03

screenshot 2016-07-30 02 03 30

Changelog

  • Linux desktop notifications (big thanks to @WISC for #11)
  • Windows 10 toast notifications (see this for setup instructions)
  • Support for Pokémon filters (--only and --ignore) (e.g. --ignore=zubat,pidgey)
  • Auto-detect locale (from supported locale list, en by default)

Bugfixes

  • Fixes a major bug with PokéVision changing the endpoint (#14)

1.0.7-rc.3

29 Jul 14:00
Compare
Choose a tag to compare
1.0.7-rc.3 Pre-release
Pre-release

This release candidate adds support for Linux & Windows desktop notifications, filtering in/out specific Pokémon, and default locale detection.

screenshot 2016-07-30 02 03 03

screenshot 2016-07-30 02 03 30

Changelog

  • Linux desktop notifications (big thanks to @WISC for #11)
  • Windows 10 toast notifications (see this for setup instructions)
  • Support for Pokémon filters (--only and --ignore) (e.g. --ignore=zubat,pidgey)
  • Auto-detect locale (from supported locale list, en by default)

1.0.7-rc.2

29 Jul 07:18
Compare
Choose a tag to compare
1.0.7-rc.2 Pre-release
Pre-release

This release candidate adds support for filtering in/out specific Pokémon, and default locale detection. Please be advised - this build may be unstable for non-english users - if you encounter any issues, please make an issue (they're very much welcome).

Changelog

  • Support for Pokémon filters (--only and --ignore) (e.g. --ignore=zubat,pidgey)
  • Auto-detect locale (from supported locale list, en by default)

1.0.7-rc.1

29 Jul 06:04
Compare
Choose a tag to compare
1.0.7-rc.1 Pre-release
Pre-release

This release candidate adds support for filtering in/out specific Pokémon, and default locale detection. Please be advised - this build may be unstable for non-english users - if you encounter any issues, please make an issue (they're very much welcome).

Changelog

  • Support for Pokémon filters (--only and --ignore) (e.g. --ignore=zubat,pidgey)
  • Attempt to auto-detect locale (could be unstable)

1.0.6

28 Jul 03:13
Compare
Choose a tag to compare

This release adds support for desktop notifications (on Mac OS X), speeds up initial load time, adds multi-language support for Pokémon names, and fixes a minor bug with displaying expiration times.

screenshot 2016-07-28 15 07 31

Changelog

  • Support for desktop notifications (on Mac OS X) (--notify) (#2)
  • Built in Pokédex (should speed up initial load time)
  • Multi-language support for Pokémon names (--locale) (#5)

Bugfixes

  • Fixes an error which exits the cli when a Pokémon expires "now" (even in forever mode)

1.0.6-rc.2

28 Jul 01:43
Compare
Choose a tag to compare
1.0.6-rc.2 Pre-release
Pre-release

This release candidate adds support for desktop notifications (on Mac OS X), speeds up initial load time, and fixes a minor bug with displaying expiration times.

screenshot 2016-07-27 12 47 43

Changelog

  • Support for desktop notifications (on Mac OS X) (--notify) (#2)
  • Built in Pokédex (should speed up initial load time)
  • Multi-language support for Pokémon names (--locale) (#5)

Bugfixes

  • Fixes an error which exits the cli when a Pokémon expires "now" (even in forever mode)

1.0.6-rc.1

27 Jul 01:17
Compare
Choose a tag to compare
1.0.6-rc.1 Pre-release
Pre-release

This release candidate adds support for desktop notifications (on Mac OS X), speeds up initial load time, and fixes a minor bug with displaying human-time.

screenshot 2016-07-27 12 47 43

Changelog

  • Support for desktop notifications (on Mac OS X) (--notify)
  • Caches the pokedex.json file (from GitHub), speeding up the cli's load time

Bugfixes

  • Fixes an error which exits the cli when a pokemon expires "now" (even in forever mode)