Skip to content

Releases: bmjcode/renamifier

Version 0.99.2

Choose a tag to compare

@bmjcode bmjcode released this 05 Jul 18:26

Fixed

  • Correctly handle scaling by inches vs. pixels on high-DPI screens.

Changed

  • Refactored and optimized more internals.

Version 0.99.1

Choose a tag to compare

@bmjcode bmjcode released this 29 Jun 01:17

Fixed

  • Image scaling on high-DPI screens.

Version 0.99.0

Choose a tag to compare

@bmjcode bmjcode released this 28 Jun 18:28

Changed

  • Ported to Qt 6.
  • Filenames passed on the command line can now include wildcard characters.

Added

  • Zooming support.
  • A settings dialog.
    • Settings for custom paths for helper programs (Ghostscript and GhostXPS).

Removed

  • The bundled GhostXPS in the Windows installer.

Fixed

  • Massively cleaned up internals.
  • Optimized the rendering logic to reduce memory usage.

Version 0.1.4

Choose a tag to compare

@bmjcode bmjcode released this 24 Sep 16:11

Code cleanup release.

Changed

  • Update the bundled dependencies on Windows.

Fixed

  • Clean up Qt support files when upgrading the Windows version.
  • Clean up the existing GhostXPS installation when upgrading the Windows version.

Version 0.1.3

Choose a tag to compare

@bmjcode bmjcode released this 26 Mar 00:16

Bugfix release.

Changed

  • Open the rename and move dialog in the file's original location the first time it is used.
  • Don't quit the program if the initial browse dialog is canceled. (A user might want to open files another way like dragging and dropping.)

Fixed

  • Don't process Unix-style hidden files whose names start with a . character.
  • Always preserve the original file extension when rename-and-moving.
  • Remove obsolete dependencies when upgrading the Windows version.

Version 0.1.2

Choose a tag to compare

@bmjcode bmjcode released this 15 Oct 23:38

Bugfix release.

Changed

  • Prompt to exit the application after rename-and-moving the last file.
  • Update the bundled dependencies on Windows.

Fixed

  • Recognize application/xps as an alternate MIME type for XPS documents.

Version 0.1.1

Choose a tag to compare

@bmjcode bmjcode released this 05 Dec 18:46

Bugfix release.

Changed

  • Prompt to exit the application after renaming the last file.
  • Follow Qt's coding style.
  • Cleaned up some messy spots in the code.

Fixed

  • Enter on the numeric keypad also triggers the rename action.
  • Improve paged content rendering on high-DPI screens.
  • Create Start menu and desktop shortcuts system-wide rather than per-user.

Version 0.1.0

Choose a tag to compare

@bmjcode bmjcode released this 27 Feb 21:40

Initial release