Skip to content

Releases: russellbanks/HashHash

v1.12.0

14 Jan 13:48
Compare
Choose a tag to compare

v1.11.0

06 Aug 10:15
d50ff06
Compare
Choose a tag to compare

What's Changed

  • New theme for light mode
  • Add line-by-line text hashing options
  • Make macOS icon fit Apple Human Interface Guidelines by @jackdevey in #66
  • Dependency updates

java_0RzeDehhVo

Full Changelog: v1.10.0...v1.11.0

🛡 VirusTotal analysis

v1.10.0

07 Jul 12:03
13ad47f
Compare
Choose a tag to compare

What's Changed

  • Koin is now used for dependency injection
  • Kotlin has been updated to 1.7.0 from 1.6.21

Fixed

  • Unnecessary recompositions have been greatly reduced

Full Changelog: v1.9.0...v1.10.0

v1.9.0

05 Jul 18:39
1d3f5da
Compare
Choose a tag to compare

What's Changed

  • The icon for an file will show as an image if it is readable as an image (isn't reliant on file type)
  • Add "Copied to Clipboard" Snackbar
  • Add toolbar
  • Redesign Settings Dialogs with navigation and give all other dialogs a new header
  • A small info icon is shown in the toolbar if there is a new update. Clicking it will open a dialog with a link to the new release page
  • UI and design changes have been made for each screen, to make it look better and scale more pleasantly on different screens

Fixes

  • Fix crash when trying to hash a deleted file
  • Fix text screen not showing if a hash matches
  • Fix drag and drop not clearing hash results

JMRXhVOC3l

Full Changelog: v1.8.0...v1.9.0

v1.8.0

27 Jun 15:43
9512fcb
Compare
Choose a tag to compare

What's Changed

  • Add .icns file for macOS by @jackdevey in #44
  • The File info icon uses the system file type icon rather than custom file type icons
    • If the file is an image, it will show the image, rather than a file type icon
  • Fixed several dialogs able to be open at once
  • Make window title blank (Looks cleaner and avoids showing the black background of the text in Windows 11 on native mode)
  • The compare files screen now remembers previous hashes

Full Changelog: v1.7.0...v1.8.0

v1.7.0

22 Jun 18:33
698ff59
Compare
Choose a tag to compare

What's Changed

  • Added a restart button that shows when the window preferences have been changed
java_YTpWts5PvG.mp4

Full Changelog: v1.6.0...v1.7.0

v1.6.0

22 Jun 12:09
bf51b59
Compare
Choose a tag to compare

What's Changed

  • All calculated hashes for a given file are remembered so they do not have to be recalculated when switching between hash types
  • Added improved elapsed time
  • Added horizontal lines between major components on the file screen
  • Rename mode to list
  • Various bug fixes and efficiency improvements
  • Added jSystemThemeDetector so that HashHash's theme will change when the system's theme is changed (when HashHash is set to System default)
  • Added Compose Window Styler for a more modern, native window on Windows 11
  • Added the ability to change the corners of the window on Windows 11
    • Default
    • Not Rounded
    • Rounded
    • Small Rounded

java_if032yeSu9

Full Changelog: v1.5.1...v1.6.0

v1.5.1

01 Jun 13:27
0fcc79c
Compare
Choose a tag to compare

What's Changed

  • Fix rare crash when switching between tabs (animation issues)

Full Changelog: v1.5.0...v1.5.1

v1.5.0

01 Jun 00:58
34ef4b3
Compare
Choose a tag to compare

What's Changed

  • Add Ktor to check for updates and retrieve GitHub release data
  • Redesign About dialog with "Check for updates" button
  • Add Klogging for logging
  • Migrate to Decompose for navigation (potential memory and performance improvements)
  • Change direction of select buttons on compare files screen to be horizontal rather than vertical
  • Add new icon for switching cases of text fields (will show differently based on case)

Full Changelog: v1.4.0...v1.5.0

v1.4.0

21 May 08:54
74a5d90
Compare
Choose a tag to compare

What's Changed

  • Added text hashing page
  • Added compare files page
  • Added tabs to switch between pages
  • Fixed F11 making the app fullscreen and floating in one press
  • Make text fields remember cases (if you selected uppercase previously, it will stay in uppercase and vice versa)

Full Changelog: v1.3.0...v1.4.0