Skip to content

Commit 98fa0f9

Browse files
author
unknown
committed
chore: release version 1.0.9
1 parent 21b4b01 commit 98fa0f9

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [1.0.8] - 2026-01-24
8+
## [1.0.9] - 2026-01-24
99

1010
### Added
1111
- **Partition Management**: Added Mount/Unmount buttons for all disk partitions.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "diskofflaner"
3-
version = "1.0.8"
3+
version = "1.0.9"
44
edition = "2021"
55

66
[dependencies]

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
44
[![Rust](https://img.shields.io/badge/rust-1.80%2B-orange.svg)](https://www.rust-lang.org/)
55
[![Platform](https://img.shields.io/badge/platform-Windows%20%7C%20Linux-lightgrey.svg)](https://github.com/appsjuragan/diskOfflaner-rust)
6-
[![Version](https://img.shields.io/badge/version-1.0.8-green.svg)](CHANGELOG.md)
6+
[![Version](https://img.shields.io/badge/version-1.0.9-green.svg)](CHANGELOG.md)
77

88
**Safe and simple disk management for Windows and Linux.**
99

@@ -14,6 +14,9 @@ DiskOfflaner is a cross-platform desktop application designed to manage the onli
1414
- **Visual Dashboard**: View all physical disks, models, sizes, and partition information in a clean layout
1515
- **Status Indicators**: Clear visual cues distinguish between Online (Green) and Offline (Red) drives
1616
- **One-Click Control**: Toggle disk status easily without complex command-line tools
17+
- **Partition Management**:
18+
- **Mount/Unmount**: Easily mount or unmount individual partitions on any disk
19+
- **Drive Letter Selection**: Choose specific drive letters when mounting partitions (Windows)
1720
- **USB Auto-Detection**: Automatically detects when USB drives are connected or disconnected
1821
- **Improved Disk Detection**: Accurately distinguishes between SSD, HDD, and NVMe drives on Windows using seek penalty checks
1922
- **Safety Mechanisms**:
@@ -59,7 +62,9 @@ sudo ./scripts/install_linux.sh
5962
- **Set Online**: Click the "Set Online" button to remount a disk
6063
- **Refresh**: Use the Refresh button in the top panel to update the list after connecting new hardware
6164
- **Theme**: Toggle between Light and Dark modes using the theme button in the header
62-
- **Partition Management**: View partition details and manage mount/unmount operations (Linux)
65+
- **Partition Management**:
66+
- Click "Unmount" to remove a drive letter from a partition
67+
- Click "Mount" to assign a drive letter (you can choose a specific letter or let Windows decide)
6368

6469
## Building from Source
6570

0 commit comments

Comments
 (0)