forked from HorizenOfficial/zencash-swing-wallet-ui
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e98d772
commit ff150e1
Showing
7 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -86,7 +86,7 @@ public AboutDialog(JFrame parent) throws UnsupportedEncodingException{ | |
" |____/ | | | |/ / / / \\ \\| | | |\\ | | / / \\ \\ /\\ / / _` | | |/ _ \\ __| | | || | \n" + | ||
" | ___ \\| |_ | |\\ \\__ \\ \\_/ /| |_ | | \\ | / /_ \\ V V / (_| | | | __/ |_| |_| || | \n" + | ||
" |_____/____| |_| \\____|\\___/_____||_| \\_|/____| \\_/\\_/ \\__,_|_|_|\\___|\\__|\\___/|___| \n" + | ||
" Version 2.0.8-rc1 \n \n" + | ||
" Version 2.0.8 \n \n" + | ||
|
||
" Copyright (c) 2017-2022 BitcoinZ team \n" + | ||
" Copyright (c) 2016-2018 Ivan Vaklinov <[email protected]> \n" + | ||
|
@@ -128,7 +128,7 @@ public AboutDialog(JFrame parent) throws UnsupportedEncodingException{ | |
aboutNORTH_CENTER.setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5)); | ||
aboutNORTH_CENTER.setText( | ||
"<html><b><span style='font-weight:bold;font-size:2.3em'>" + | ||
"BitcoinZ Wallet UI</span></b><br> Version 2.0.8-rc1</html>"); | ||
"BitcoinZ Wallet UI</span></b><br> Version 2.0.8</html>"); | ||
|
||
// About description | ||
JLabel aboutCENTER = new JLabel(); | ||
|
@@ -181,7 +181,7 @@ public AboutDialog(JFrame parent) throws UnsupportedEncodingException{ | |
"<html>" + | ||
"<div style='display: table; padding: 10px; height: 400px; max-width: 600px; overflow: hidden;'> " + | ||
|
||
"<b><u>v2.0.8-rc1 (JUL-2022)</u></b><br>"+ | ||
"<b><u>v2.0.8 (SEP-2022)</u></b><br>"+ | ||
"- Added Viewing key import and usage. <br><br>"+ | ||
|
||
"<b><u>v2.0.7-u3 (MAY-2022)</u></b><br>"+ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Package: bitcoinz-wallet | ||
Version: 2.0.8-rc1 | ||
Version: 2.0.8 | ||
Section: misc | ||
Priority: low | ||
Architecture: all | ||
|