Skip to content

Commit 0e27227

Browse files
committed
Updated to 3.1.2
1 parent 50e7d5e commit 0e27227

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

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

4-
## 3.1.2 - TBD
4+
## 3.1.2 - 2021-03-31
55
### Added
66
- Failed file operations now increment the status bar file counter
77
- Data verification is now killable

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
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/v3.1.1/backdrop.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/v3.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
exit()
4242

4343
# Set meta info
44-
APP_VERSION = '3.1.2-alpha.1'
44+
APP_VERSION = '3.1.2'
4545

4646
# Set constants
4747
SOURCE_MODE_SINGLE = 'single'
@@ -3331,7 +3331,7 @@ def on_close():
33313331
# Tools menu
33323332
tools_menu = tk.Menu(menubar, tearoff=0, bg=uicolor.DEFAULT_BG, fg=uicolor.BLACK)
33333333
tools_menu.add_command(label='Verify Data Integrity on Selected Drives', underline=0, command=start_verify_data_from_hash_list)
3334-
tools_menu.add_command(label='Config Builder', underline=7, accelerator='Ctrl+B', command=show_config_builder)
3334+
tools_menu.add_command(label='Config Builder...', underline=7, accelerator='Ctrl+B', command=show_config_builder)
33353335
menubar.add_cascade(label='Tools', underline=0, menu=tools_menu)
33363336

33373337
# Preferences menu

0 commit comments

Comments
 (0)