Skip to content

Commit 3b47097

Browse files
committed
Updated to v1.1.2
1 parent 9f2601b commit 3b47097

3 files changed

Lines changed: 14 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [1.1.2] - 2020-11-02
5+
### Fixed
6+
- Summary no longer shows split folders on all drives
7+
- Improved detection of leftover files to delete
8+
### Changed
9+
- Aligned text in summary frame to columns
10+
- Adjusted window size
11+
- Replaced text label branding with Logo
12+
413
## [1.1.1] - 2020-10-21
514
### Fixed
615
- Deleting files that are no longer allocated to a drive now happens before the robocopy in order to prevent running out of space while copying new files
@@ -24,5 +33,5 @@ All notable changes to this project will be documented in this file.
2433
- Added proper branding
2534
- Performance improvements
2635

27-
## 1.0.0 - 2020-09-11
36+
## [1.0.0] - 2020-09-11
2837
Initial release

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
<p align="center">
22
<img alt="Logo" src="https://github.com/TechGeek01/BackDrop/raw/master/media/logo.png">
3-
<br /><br />
4-
<a href="https://lgtm.com/projects/g/TechGeek01/BackDrop/context:python"><img alt="undefined" src="https://img.shields.io/lgtm/grade/python/github/TechGeek01/BackDrop"/></a>
3+
<br />
4+
<a href="https://lgtm.com/projects/g/TechGeek01/BackDrop/context:python"><img alt="Language grade: Python" src="https://img.shields.io/lgtm/grade/python/g/TechGeek01/BackDrop.svg?logo=lgtm&logoWidth=18"/></a>
55
<br />
66
<a href="https://github.com/TechGeek01/BackDrop/releases/latest"><img alt="undefined" src="https://img.shields.io/github/v/release/TechGeek01/BackDrop"></a>
77
<img alt="undefined" src="https://img.shields.io/github/downloads/TechGeek01/BackDrop/total" />
88
<a href="https://github.com/TechGeek01/BackDrop/blob/master/LICENSE"><img alt="undefined" src="https://img.shields.io/github/license/TechGeek01/BackDrop"></a>
99
<br />
10-
<a href="https://github.com/TechGeek01/BackDrop/releases/download/v1.1.1/backdrop-v1.1.1.exe" target="_blank"><img alt="undefined" src="https://badgen.net/badge/Download/Windows/?color=blue&icon=windows&label"></a>
10+
<a href="https://github.com/TechGeek01/BackDrop/releases/download/v1.1.2/backdrop.exe" target="_blank"><img alt="undefined" src="https://badgen.net/badge/Download/Windows/?color=blue&icon=windows&label"></a>
1111
<br /><br />
1212
</p>
1313

backdrop.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
from PIL import Image, ImageTk
1717

1818
# Set meta info
19-
appVersion = '1.1.2-alpha.1'
19+
appVersion = '1.1.2'
2020
threadsForProgressBar = 5
2121

2222
# TODO: @Shares are copied to root of drives, so other directories with data are most likely left intact

0 commit comments

Comments
 (0)