Skip to content

Releases: MateusRodCosta/bign-handheld-thumbnailer

1.1.1

22 Nov 14:43
Compare
Choose a tag to compare

Changelog

  • Updated dependencies
  • Minor code tweaks
  • Correct developer name on AppStream metadata
  • Remove unneeded stderr print statements

Full Changelog: v1.1.0...v1.1.1

Notes

  • An alternate memory mapped file approach was developed, but it didn't appear to provide enough performance improvement and was dropped (this is still available as the mmap-support branch, some of the improvements were incorporated into the current release)
  • A man page and tests might be added in a future version

1.1.0

09 Sep 15:59
Compare
Choose a tag to compare

Changelog

  • Updated dependencies
  • Added support from getting icon from CIA's internal CXIs when CIA Meta section is not present
  • Separate CIA, CXI and CCI to their own files
  • Many code optimizations and simplifications
  • Many improvements to error handling
  • Improved argument parsing (includes new dry run mode, which can be triggered with -n)
  • Initial AppStream data file (.metainfo.xml)
  • Simplify 3DS icon unscrambling logic (thanks for the help @ihaveamac)
  • Further improvements to overall system stability and other minor adjustments have been made to enhance the user experience.

Full Changelog: v1.0.1...v1.1.0

1.0.1

18 May 15:59
Compare
Choose a tag to compare

What's Changed

  • Removed another Vec by @DaKnig in #2
  • build: Add meson build by @hadess in #3
  • Tweaks to mime type definition (aliases and generic icons)

New Contributors

  • @hadess made their first contribution in #3

Full Changelog: v1.0.0...v1.0.1

1.0.0

06 May 15:22
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @DaKnig made their first contribution in #1

Full Changelog: v0.9.0...v1.0.0

0.9.0

01 May 23:51
Compare
Choose a tag to compare

Initial public release