Skip to content

Releases: ToxicFrog/bltool

v0.2.4

17 Sep 17:15
Compare
Choose a tag to compare

Bug fixes:

  • use HTTPS for all calls to backloggery, fixes issues with import
  • skip blank lines reading text input

v0.2.3

16 Sep 21:58
Compare
Choose a tag to compare

Use HTTPS for login. This fixes --to backloggery and --from backloggery always failing to log in.

v0.2.2

13 Dec 14:38
Compare
Choose a tag to compare
  • [hyphz] Updated XBox API key
  • [jawshooah] Added xbox live to --help output
  • [jawshooah] Added instructions for installing from Homebrew in OSX
  • [ToxicFrog] Added JSON read/write support (issue #23)
  • [ToxicFrog] Fixed the version number in project.clj and some debug code in steam2backloggery.sh

v0.2.1

10 Feb 15:14
Compare
Choose a tag to compare

Added by hyphz:

  • command line option to set region
  • infer "unplayed" vs "unfinished" status based on hours-played count
  • support for imports from XBox Live
  • improved sorting of games with names starting with "the"

v0.2.0

26 May 02:02
Compare
Choose a tag to compare

New features:

  • Backloggery compilations are now supported
  • --filter-from and --filter-input options replace the old --filter, allowing filtering from sources other than Backloggery
  • steam2backloggery.sh for Linux systems, including experimental filter cache support

Fixes:

  • Documentation improvements
  • Fixed some %PATH% issues in steam2backloggery.bat
  • Text format parser now understands completed rather than the (incorrect) complete
  • "Now Playing" games are properly loaded from Backloggery
  • Text and EDN formats now write a terminating newline

v0.1.2

14 Jan 00:09
Compare
Choose a tag to compare

This is a bugfix release.

Bug fixes:

  • steam2backloggery.bat now uses the right output format.
  • --input steam now properly reports common errors.
  • More output-flushing related bugs fixed, mostly affecting error message display.
  • Various errors and omissions in the documentation have been corrected.

bltool 0.1.1

18 Dec 16:33
Compare
Choose a tag to compare

New features:

  • bl-wishlist input format for reading from the backloggery wishlist.
  • bl-html-debug input format for reading from a saved HTML file (mostly useful for testing).

Bug fixes:

  • steam2backloggery.bat now uses the right jar name and properly passes the password to bltool.
  • Exceptions now result in more readable stack traces.
  • Output is now properly flushed on exit.
  • Failure to log in to backloggery will result in an error.
  • Collections in the game list will no longer cause crashes.

Proper support for collections is planned for 0.1.2. Until then, collection contents will just be skipped.

bltool 0.1.0

09 Nov 00:15
Compare
Choose a tag to compare

First release of bltool. Still some major features like HTML output missing, but it's complete enough to be useful.