Skip to content

Commit

Permalink
Updated to 3.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TechGeek01 committed Apr 1, 2021
1 parent 50e7d5e commit 0e27227
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Changelog
All notable changes to this project will be documented in this file.

## 3.1.2 - TBD
## 3.1.2 - 2021-03-31
### Added
- Failed file operations now increment the status bar file counter
- Data verification is now killable
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<img alt="undefined" src="https://img.shields.io/github/downloads/TechGeek01/BackDrop/total" />
<a href="https://github.com/TechGeek01/BackDrop/blob/master/LICENSE"><img alt="undefined" src="https://img.shields.io/github/license/TechGeek01/BackDrop"></a>
<br />
<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>
<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>
<br /><br />
</p>

Expand Down
4 changes: 2 additions & 2 deletions backdrop.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
exit()

# Set meta info
APP_VERSION = '3.1.2-alpha.1'
APP_VERSION = '3.1.2'

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

# Preferences menu
Expand Down

0 comments on commit 0e27227

Please sign in to comment.