Releases: Smilin-Dominator/Devify
Devify
Devify
I fixed an error of Devify not being able to hash relative / filename only paths
Features
- None
Fixed
- Made Devify Support Relative File Paths
Devify
Me and Manish fixed a few UI related mistakes in Pull Request #19. Afterwards, I rewrote the documentation
and did some maintenance as well.
Features
- Aligned the Main Elements in the Hash Class to the Center
- Added the license string and file descriptions to all files
- Rewrote documentation (README.md)
Fixed
- Fixed faulty tests (outdated, more rather)
- Optimized Imports
- Cleaned Code (Hash, verify)
- Removed redundant file ThreadWrapper.java
Devify
I added an 'Operations' Class to the program. This essentially wraps the functions
in com.smilin_dominator.devify.backend.verify and com.smilin_dominator.devify.backend.hash with Threads.
This ensures that the app runs smoothly and doesn't freeze when hashing large files.
Features
- Threading Support with new class Operations
- Made the Verify Tree a Scrollable Element
- Redesigned Logo by Manish
Fixed
- Handled scenarios where files don't exist
Devify
I added the logo (designed by Manish) to all the UIs in the Frontend.
Features
- Logo in all the UIs
Fixed
- None
Devify
I redesigned the main user interface by splitting the user interface into three;
- The Selection Screen
- Hashing
- Verifying
And unlike earlier, there's support for multi-file verifying!
Features
- New user interface with similarities to the original versions
- Multi-File Verifying Support (from the same checksum file)
Devify
I added a class that can return Fonts and ImageIcons from files that're in the Jar File
Features
- New 'resources' class in the backend
- font -> Returns a Font object
- image -> Returns an ImageIcon object
- Gradle 'run' Task
- Now you can type 'gradle run' and it'll launch the class; As well as 'gradle runShadow' which uses shadowJar
Fixed
- None
Devify
I changed the license to a GNU AGPL v3 License.
Features
- Copyright String On The Top Of All Source Code
Fixed
- None
Devify
This release added the ability to read a checksum file with a filename of your choice, instead of the default 'sha256.txt'.
Features
- New text field at the very bottom, allowing you to specify the filename of the checksum file.
Fixed
Devify
This release added test classes for Verify and Common
Features
- New test classes!
Fixed
- None