Skip to content

BPGM v0.1.3 - "All About Columns"

Compare
Choose a tag to compare
@Wolfsblvt Wolfsblvt released this 04 Oct 21:56
· 39 commits to master since this release

Next version, some new features around.
Do note that there are not that much than I would like to have to, because at the moment I am working nearly alone on this ._.

Hope to do some more stuff soon.
Will be happy about feedback and/or bug reports.

This releases is named All About Columns, cause... it's all about the new columns and reworked ones.

Changelog:

  • New Login Method for Google: App Password - Could fix those login issues
  • Attempt to fix Google Auth Token login issues, reworked some login functionality
  • Reworked Duel Ability, Gym Offense and Gym Defense column. They compare to the best Pokémon now
  • Added Rating columns for each of those three, which weighs against the best possible Pokémon of that species
  • Added "Caught Coordinates", "Caught Location" and "Caught City" columns. The latter two queries Google Maps Geocoding API and caches the locations locally to locations.json. (Mode Details)
  • Added PID column
  • Added "Row" column displaying the row number
  • Reordered columns to an order that makes more sense
  • Reworked renaming patterns
  • Added Pokémon count to title
  • Changed table formatting. Numbers right aligned, cell spacing and padding. (Row height configurable in config.json)
  • Code: Extracted all columns in a single file, PokeColumn, which makes it easy to add custom columns for you (:
  • More checks on batch operations. Prevents API calls where not neccessary
  • Option to setup own device info (see Wiki Article)
  • Fixed Fontsizes
  • Fixed Move Type 2 now using the correct move type
  • Fixed refreshing "Evolvable" column when "transfer after evolve" is changed
  • Fixed charset errors (You have to use the Run scripts for it, or set UTF-8 as default charset for your JRE)

For more detailed changes, see Pull Requests for v0.1.3.