You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.1.12] - 2025-09-10
11
+
12
+
### Changed
13
+
-**Improved variable naming**: Updated variable names to be more descriptive and consistent across the codebase.
14
+
15
+
### Fixed
16
+
17
+
-**Conflicting trash items**: Updated logic to handle conflicts when recovering files with the same name.
18
+
Now, if a file with the same name exists in the original location, the recovered file will be renamed with a timestamp suffix to avoid overwriting.
19
+
20
+
10
21
## [0.1.11] - 2025-09-07
11
22
12
23
### Changed
@@ -17,11 +28,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17
28
## [0.1.10] - 2025-09-07
18
29
19
30
### Fixed
31
+
20
32
-**Critical ignore flag bug**: Fixed issue where `-i, --ignore` flag was not functioning correctly, causing errors while trying to ingore them while using `rmxt` commands
21
33
22
34
### Changed
23
-
- Imporved different cases handling in the ignore flag logic with match block
24
35
36
+
- Imporved different cases handling in the ignore flag logic with match block
0 commit comments