Skip to content
This repository was archived by the owner on Apr 6, 2022. It is now read-only.

Releases: Smilin-Dominator/Devify

Devify

13 Feb 12:40
818f7f0

Choose a tag to compare

I made the program support hashing with the SHA512 and MD5 Algorithms. You can
switch them by using the new ComboBox widget.

Features

  • Support for MD5 Hashes
  • Support for SHA512 Hashes

Fixed

  • None

Devify

13 Feb 11:56
ac540a7

Choose a tag to compare

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

10 Feb 16:35
1390ef6

Choose a tag to compare

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

10 Feb 13:27
0a1c7c7

Choose a tag to compare

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

09 Feb 19:36
0a0ed70

Choose a tag to compare

I added the logo (designed by Manish) to all the UIs in the Frontend.

Features

  • Logo in all the UIs

Fixed

  • None

Devify

09 Feb 07:55
f1b1564

Choose a tag to compare

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

14 Jan 09:27
v1.2.2
b9d07b2

Choose a tag to compare

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

14 Jan 08:12
v1.2.1
2e41965

Choose a tag to compare

I changed the license to a GNU AGPL v3 License.

Features

  • Copyright String On The Top Of All Source Code

Fixed

  • None

Devify

01 Jan 17:26
784aea0

Choose a tag to compare

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

  • The test class for Verify (9b237e8)
  • The test class for Hashing (8054858)

Devify

31 Dec 11:55
a0c6bba

Choose a tag to compare

This release added test classes for Verify and Common

Features

  • New test classes!

Fixed

  • None