Skip to content

Releases: Calendis/CalCorrupt

CalCorrupt 1.0.2 -- bugfixes

04 Mar 06:42

Choose a tag to compare

Fixes numerical errors with modulus and percentage (whoops!)

CalCorrupt 1.0.1 -- Fixing long-standing bugs :)

16 Dec 04:01

Choose a tag to compare

Fixed the 'log' feature not working at all due to a typo...
Hopefully fixed the app not working on locales which use a ',' instead of a '.' as their decimal separator

CalCorrupt 1.0.0 -- Fuzz feature and migration to Qt5!

04 Jan 10:53

Choose a tag to compare

CalCorrupt is now a Qt application rather than a Tk application. It'll support your themes this way and look a LOT nicer. It's also easier to design.

Also, I added a random fuzz that can be applied to the corruption value per-byte. A couple of error checks were added to make sure that the byte and fuzz ranges are valid (eg, max not smaller than min)

CalCorrupt v0.0.8 -- Error Handling and a UI improvement

05 Oct 02:10

Choose a tag to compare

The program now throws graphical error boxes if the user makes a mistake, and I also added a label to the value entry. All-in-all, CalCorrupt is now easier to use.

CalCorrupt 0.0.6 -- Corruption Stacking!

20 Jun 02:19

Choose a tag to compare

Added a toggle for whether or not corruptions stack with each other, an important feature.

CalCorrupt 0.0.5 -- Formal release, and behaviour improvements.

08 May 04:07

Choose a tag to compare

Software is now licensed.
You can now use floating-point values for corruptions, and files are reloaded before corruption.

CalCorrupt 0.0.4 -- Added polish

22 Apr 01:09

Choose a tag to compare

Added some polish.

Open function now opens files, instead of just copying their paths and letting the corrupt function open them. You cannot corrupt .py files anymore, to prevent the user from destroying the program. Some file information is actually displayed now. The window is no longer resizable.

TODO:
Not have an error when 'Cancel' is clicked when choosing a file
Add a help and about screen
Add some default values
Notify the user when no file is opened but they try and corrupt one
Add a window icon

CalCorrupt 0.0.3 -- Better UI

22 Apr 00:08

Choose a tag to compare

I made the window smaller and fixed some text bugs in the UI.

TODO:
Display file info
Not have an error when 'Cancel' is clicked when choosing a file
Add a window title
Catch more potential errors during corruption
Add a help and about screen
Add protection so you can't corrupt the source code using the corrupter.
Add some good default values.

CalCorrupt 0.0.2 -- Moderately Working

21 Apr 22:30

Choose a tag to compare

STILL TODO:
Display file info
Not have an error when 'Cancel' is clicked when choosing a file
Add a window title
Catch more potential errors during corruption, if any exist
Add a help and about screen
Add protection so you can't corrupt the source code using the corrupter.
Add some good default values.
Update the "no file corrupted text" to say "file corrupted" after the file is corrupted.

CalCorrupt 0.0.1 -- First usable version

21 Apr 07:27

Choose a tag to compare

The corrupter is now usable. All the features written by the radio buttons are implemented.

TODO:
Display file info
Not have an error when 'Cancel' is clicked when choosing a file
Add a window title
Catch more potential errors during corruption, if any exist
Add a help and about screen
Add protection so you can't corrupt the source code using the corrupter.
Add some good default values.
Update the "no file corrupted text" to say "file corrupted" after the file is corrupted.