Skip to content

v1.0.0

Latest

Choose a tag to compare

@darylwright darylwright released this 28 Jan 23:11
· 1 commit to main since this release

1.0.0 (2022-01-28)

Features

  • documentation: added a README to the project (6ae455d), closes #6
  • help: added a second build owner field and a repository field to help text (60dd857)
  • installation: added PowerShell module manifest file (03125a0)
  • help: changed title of details view to 'Help' when the help text is displayed (bbef895)
  • installation: completed installation scripts for Linux (55154bd)
  • installation: completed installation scripts for Windows (d59bcdf)
  • help: created help text that displays in the details pane (adb4ec5), closes #11
  • release: digitally signed the Windows executable (93d525b), closes #1
  • release: digitally signing all PowerShell scripts during release (bcfff6f)
  • disabled glob characters in filter input unless in manual glob entry mode (7e38380)
  • release: ensured each release contains changelog text for the current version only (c2a595d)
  • installation: ensured that forceful exits of the application are indicated pleasantly (55432ba)
  • release: generated SHA-256 checksums of release package files (906adc2)
  • coverage: implemented code coverage to an acceptable threshold (fdcd78d), closes #9 #2
  • introduced different filtering modes for directory list (fccfa28), closes #12
  • set styles for filter component and handled Esc key presses (31eea84)
  • release: skipped Version workflow for branches when tagging releases (8bdef97)

Bug Fixes

  • release: added LICENSE and CHANGELOG.md files to the release package (b5c59d9), closes #5
  • installation: changed the encoding of the PS module manifest to UTF-8 (ad2586d), closes #27
  • logging: changed the location of the log file to that of the executable directory (9e3b533)
  • release: copied correct files to Windows release package during build (0d32392)
  • installation: corrected handling of version numbers and their comparison (e5ee2ef)
  • release: ensured changelog text is generated to an existent directory (dd33ba1)
  • ensured consistent directory and file sorting across components and platforms (10627b6), closes #24
  • release: ensured module version in PowerShell manifest file is in correct format (34c49cc)
  • ensured symbolic links are navigable in the directory list (d830ddd), closes #15
  • release: ensured that the checksum file is named and formatted correctly (0ce7a07)
  • release: output changelog text to file due to envvar issues with markdown format (39deadd)