Skip to content

Commit

Permalink
v1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ElektroStudios committed Sep 14, 2024
1 parent 23ccc61 commit e0b74eb
Show file tree
Hide file tree
Showing 14 changed files with 368 additions and 356 deletions.
11 changes: 9 additions & 2 deletions Docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,18 @@
# PS3 Quick Disc Decryptor Change Log 📋

## v1.2 *(current)* 🆕
## v1.3 *(current)* 🆕
#### 🌟 New Features:
• Added support for zip archives (for both PS3 disc images and decryption key files).
#### 🌟 Improvements:
• Additional PS3Dec process error information when compact mode is enabled.
• Implemented checks for the required disk space needed for unzipping and decrypting

## v1.2 🔄
#### 🌟 Improvements:
• Added basic PS3 disc image file (*.iso) validation.
• Added progress on Windows task bar.
#### 🛠️ Fixes:
• The status label disappear when the string exceeds the window bounds.
• The status label disappear when the text exceeds the control bounds.

## v1.1 🔄
#### 🚀 New Features:
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ The decrypted PS3 disc images will work with [RPCS3](https://rpcs3.net/) emulato

- Simple, user-friendly graphical user-interface.
- Designed for batch processing.
- Supports zip archives (for both PS3 disc images and decryption key files).
- Meticulous status report and error handling.
- Logging features.
- Allows to abort the decryption procedure on demand.
Expand Down
85 changes: 0 additions & 85 deletions Source/PS3 Quick Disc Decryptor/DevCase/LogfileUtil.vb

This file was deleted.

230 changes: 0 additions & 230 deletions Source/PS3 Quick Disc Decryptor/DevCase/LogfileWriter.vb

This file was deleted.

Loading

0 comments on commit e0b74eb

Please sign in to comment.