Skip to content

Releases: Cu3PO42/KeySAVe

1.2.1

25 Jun 18:17
Compare
Choose a tag to compare

Fixed

  • Fixed a race condition that would cause the main window not to show in a lot of cases.

1.2.0

25 Jun 12:45
Compare
Choose a tag to compare
1.2.0 Pre-release
Pre-release

* THIS RELEASE HAS A MAJOR ISSUE: PLEASE USE 1.2.1 INSTEAD*

Added

  • Added TEA dumping: Can dump trades in progress using NTR CFW.
  • Added logging. This will be helpful in debugging possible future issues.
  • Save the SV filter in the config.

Changed

  • Hide the menubar by default on Windows and Linux. Press Alt to show it. (thanks @bulldog98!)

Fixed

  • Rewrite the updater entirely. This should fix some problems Windows users were experiencing.

1.1.3

03 Jun 06:37
Compare
Choose a tag to compare

Fixed

  • Fixed a bug that prevented all Handlebars formats from working.

1.1.2

02 Jun 20:02
Compare
Choose a tag to compare

Changed

  • TID and SID are now padded to 5 digits in Handlebars and Legacy formats. (#104)
  • Change how form names are handled in the Legacy plugin. Instead of just showing the form names for certain Pokémon, show it whenever there is an alternate form.

Fixed

  • Use the proper ball name for the ball image helper in Handlebars. (#109)
  • Fix a bug that would cause specific battle video slots and saves to not save their key and crash KeySAVe on some platforms. (#101)
  • Fix a minor layout in the breaking tab. (#110)
  • Fix the breaking result messages in some cases and add a new error when saving the key to disk fails.
  • Fix a bug that would cause KeySAVe to become unresponsive when unknown helpers were used. (#107)

1.1.1

26 May 10:18
Compare
Choose a tag to compare

Changed

  • Slightly tweaked default formatting options to more closely resemble KeySAV2 defaults.
  • Updated all dependencies.
  • App is bundled as asar file. This means a slight increase in bundle size, but should resolve issues with path length on Windows and enable incremental updates in the future.

Fixes

  • Fix the updater (again).
  • Interpret Handlebars box header as HTML.
  • Fix the upper box filter. It now properly excludes all boxes above the selected number instead of including the next one as well.

1.1.0

19 May 18:51
Compare
Choose a tag to compare

Added

  • Added a Characteristic' helper for the Handlebars option.
  • Added a lot of math helpers for Handlebars (modulo, binary operations).
  • Added an eval helper for Handlebars. See the documentation for more information about these.

Changed

  • Instead of sliders for box selection there are now dropdown menus for performance reasons and to make an accurate selection easier.
  • Changed how the alternate form Handlebars helper works. Instead of checking if the Pokémon is actually a non-standard form, it checks if the species has multiple forms and the current form has a special name.

Fixed

  • Fixed a bug that would mean only the first of the entered SVs in the filter was properly parsed.
  • Fixed some scenarios in which the formatting options wouldn't update properly.
  • Fixed custom formatting options not saving properly under some circumstances.
  • Fixed Pokémon forms being displayed incorrectly.

1.0.0

05 May 11:00
Compare
Choose a tag to compare

This version is basically an entire rewrite of previous versions, as such a lot has changed

Added

  • Added a plugin system that allows for your own formatting plugins.
  • Added a pretty output plugin.
  • Display Markdown output like it will look on Reddit.
  • Support for formatting strings from KeySAV2.
  • Wrote a documentation.
  • Added Handlebars dashbars helpers.
  • Added a custom filter that allows you to execute arbitrary code.
  • You can now open files by pressing Ctrl/Cmd+O

Changed

  • Improved key management (slots may unlock quicker).
  • KeySAV2 installations are no longer searched for automatically, this is now a menu option.
  • You can specify KeySAV2 installations manually, too.
  • Improved overall responsiveness.

Fixed

  • Inability to use filters.
  • Met and hatched date now display the month correctly.

1.0.0 - Release Candidate 2

05 May 10:35
Compare
Choose a tag to compare
Pre-release

Fixed

  • Removed a superfluous | character in the Reddit output.
  • Fixed the box filters not working.

1.0.0 - Release Candidate 1

04 May 19:05
Compare
Choose a tag to compare
Pre-release

This version is basically an entire rewrite of previous versions, as such a lot has changed

Added

  • Added a plugin system that allows for your own formatting plugins.
  • Added a pretty output plugin.
  • Display Markdown output like it will look on Reddit.
  • Support for formatting strings from KeySAV2.
  • Wrote a documentation.
  • Added Handlebars dashbars helpers.
  • Added a custom filter that allows you to execute arbitrary code.

Changed

  • Improved key management (slots may unlock quicker).
  • KeySAV2 installations are no longer searched for automatically, this is now a menu option.
  • You can specify KeySAV2 installations manually, too.
  • Improved overall responsiveness.

Fixed

  • Inability to use filters.
  • Met and hatched date now display the month correctly.

0.17.2

15 Feb 18:45
Compare
Choose a tag to compare

Fixed

  • Fixed an issue with old style keys that would cause them to not work or be saved at all.
  • Fixed the dialog being shown while scanning a folder never closing after the scan is complete.
  • The same dialog can also not be closed manually while a scan is in progress anymore.