Skip to content
This repository has been archived by the owner on Sep 24, 2023. It is now read-only.

Latest commit

 

History

History
48 lines (41 loc) · 2.04 KB

CHANGELOG.md

File metadata and controls

48 lines (41 loc) · 2.04 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.4 - 2023-09-24

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.

0.1.3 - 2022-03-25

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.

0.1.2 - 2022-10-15

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.

0.1.1 - 2021-12-05

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.

0.1.0 - 2021-02-27

Added

  • Initial public release.