Skip to content

Releases: Volfheim/Binity

Binity v3.3.7

14 Feb 18:40

Choose a tag to compare

⚙️ Settings & Updates (v3.3.7)

Reorganized settings menu and improved update checking.

✨ Features

  • Settings: Added "Windows" submenu grouping autostart, overflow notification, and theme sync settings.
  • Updates: App now checks for updates on every launch (with 24h cooldown for background rechecks).

🔧 Improvements

  • UX: Cleaner settings menu layout with logical grouping.

Full Changelog: v3.3.6...v3.3.7

Binity v3.3.6

14 Feb 18:40

Choose a tag to compare

🛠️ Code Refactoring & Stability (v3.3.6)

Internal code cleanup and improved crash resilience.

🔧 Improvements

  • Stability: Added global crash handler — unhandled exceptions are now logged to crash.log instead of silently terminating the app.
  • Code: Refactored settings, updater, and sound service internals for cleaner structure and reduced redundancy.
  • Code: Simplified property accessors and consolidated repetitive logic patterns.

Full Changelog: v3.3.5...v3.3.6

Binity v3.3.5

13 Feb 13:02

Choose a tag to compare

📐 UI Tweak (v3.3.5)

More compact update dialog.

🖼️ Changes

  • UI: Reduced the width of the update prompt to remove excess empty space.

Full Changelog: v3.3.4...v3.3.5

Binity v3.3.4

13 Feb 12:17

Choose a tag to compare

⌨️ UX Improvements (v3.3.4)

Better keyboard navigation and text formatting.

✨ Features

  • UX: Pressing Enter in the "Confirm Clear" dialog now confirms the action (focus is on "Clear" button).
  • UI: Improved release notes formatting (better Markdown stripping).

Full Changelog: v3.3.3...v3.3.4

Binity v3.3.3

13 Feb 11:44

Choose a tag to compare

🛠️ UI Polish & Sound Fix (v3.3.3)

Fixes for update dialog resizing and sound packaging.

🐛 Fixes

  • UI: Normalized update dialog size (was too wide) and increased progress bar size.
  • Sound: Fixed packaging issue where the new "Throw in trash" sound was missing in the release.

Full Changelog: v3.3.2...v3.3.3

Binity v3.3.2

13 Feb 11:16

Choose a tag to compare

🔊 New Sound (v3.3.2)

Minor update adding a new sound effect.

🔊 Features

  • Sound: Added a new "Throw in trash" sound effect.

📝 Notes

  • Enjoy the satisfying sound of cleaning up!

Full Changelog: v3.3.1...v3.3.2

Binity v3.3.1

13 Feb 11:11

Choose a tag to compare

🚀 Updater Stability (v3.3.1)

Major reliability improvements for the auto-updater and UI polish.

🔄 Updater

  • Robustness: Increased download timeouts (180s) and added retry logic to prevent failures on slow connections.
  • Fallbacks: If replacing the file fails, the app now launches from a temporary location and notifies the user.
  • UI: Added a wider update dialog and explicit progress bar for downloads.

🐛 Fixes

  • Icons: Fixed missing icons in "Already running" and confirmation dialogs.
  • Notes: Cleaner release notes display (removed raw Markdown).

Full Changelog: v3.3.0...v3.3.1

Binity v3.3.0

13 Feb 11:06

Choose a tag to compare

🛡️ Secure Delete (Best Effort) & UX (v3.3.0)

Major update introducing privacy-focused deletion features and enhanced settings.

🔥 New Features

  • 🛡️ Secure Delete:
    • Added "Secure Delete" modes in Settings: 1-pass zeros and 1-pass random data.
    • Best Effort: Attempts to overwrite file content before deletion.
    • Payload Protection: Strictly wipes only files within $Recycle.Bin matching specific patterns ($R...), ensuring safety of other data.
    • Feedback: Detailed notifications about how many files were successfully overwritten and if any were locked.
  • Improved UX:
    • Confirmation Dialogs: Now clearly state which mode is active (Normal vs Secure) and warn about disk load.
    • Warnings: One-time warning when enabling secure mode about SSD wear and limitations.

🛠️ Improvements

  • Tests: Added unit tests for secure deletion logic and settings normalization.
  • I18n: Fully localized (RU/EN) for all new dialogs and menus.

📝 Notes

  • SSD Users: Please note that due to hardware wear leveling, absolute secure deletion cannot be guaranteed on modern SSDs/NVMe drives without full disk encryption/sanitization. Binity does its best to overwrite data at the OS level.

Full Changelog: v3.2.1...v3.3.0

Binity v3.2.1

13 Feb 09:14

Choose a tag to compare

🛠️ UX Improvements (v3.2.1)

Hotfix release improving the Auto-Updater user experience.

improvements

  • User Feedback: "Check for updates" now displays an immediate "Checking..." notification.
  • Dialogs: "No updates found" and errors are now shown in a dialog box instead of a transient notification, ensuring you don't miss the result.

📝 Notes

  • Release to ensure users have the best updater experience out-of-the-box.

Full Changelog: v3.2.0...v3.2.1

Binity v3.2.0

13 Feb 08:53

Choose a tag to compare

🚀 Auto-Updater & Tray Improvements (v3.2.0)

Major update introducing seamless in-app updates and refined tray experience.

🔥 New Features

  • 🔄 Auto-Updater: Binity now checks for updates automatically and installs them in one click.
    • Supports "Check now", "Skip version", and "Remind later".
    • Secure validation of downloaded updates (Signature & Size check).
    • Background downloading without freezing the UI.
  • 📋 Tray Menu:
    • Added "Check for updates" option.
    • New settings for update preferences.

🛠️ Fixes & improvements

  • Git: Fixed project metadata issues.
  • I18n: Added Russian/English translations for updater dialogs.
  • Stability: Improved error handling during network requests.

📝 Notes

  • This version includes a self-updating mechanism that will make future updates much easier!

Full Changelog: v3.1.0...v3.2.0