Browse Source

Merge pull request 'Merge dev into main' (#149) from dev into master

Reviewed-on: #149
master v2.0.2
onryo 1 month ago
parent
commit
00fe0ea59d
  1. 7
      doc/relnotes.md
  2. 2
      lib/Cargo.lock
  3. 2
      lib/Cargo.toml
  4. 1
      src/mainwindow.cpp
  5. 1
      src/settings.cpp
  6. 2
      src/version.h

7
doc/relnotes.md

@ -1,3 +1,10 @@
# SilentDragonLite v2.0.2
This is an optional maintenance release.
* Updated checkpoints to 1.710.000 for security and faster syncing of new wallets.
* Removed a no longer supported lite server.
# SilentDragonLite v2.0.1 "Ethereal Electric Eel"
* Notes automation: https://git.hush.is/hush/SilentDragonLite/commit/84196cda87bc86802691fb89d1f89e3d52c9c412, https://git.hush.is/hush/SilentDragonLite/commit/fb1626d11d730e8c6d6f632c4be10acf6079cf45, https://git.hush.is/hush/SilentDragonLite/commit/c802a55bac46e18ee07f56e08e3e22c96d0f363b, https://git.hush.is/hush/SilentDragonLite/commit/c6e8268450fdeb4dfad2e29ecd9af1e0b276fab1, https://git.hush.is/hush/SilentDragonLite/commit/618625bc00fa8727befd146076b2d90dfd6b9f3b.

2
lib/Cargo.lock

@ -1849,7 +1849,7 @@ dependencies = [
[[package]]
name = "silentdragonlitelib"
version = "0.1.0"
source = "git+https://git.hush.is/hush/silentdragonlite-cli?rev=fe3026406471ea85786b28db82f1231395b1996b#fe3026406471ea85786b28db82f1231395b1996b"
source = "git+https://git.hush.is/hush/silentdragonlite-cli?rev=6476e438d002ca70c941f73bc0188a012d891def#6476e438d002ca70c941f73bc0188a012d891def"
dependencies = [
"base58",
"bellman",

2
lib/Cargo.toml

@ -12,4 +12,4 @@ crate-type = ["staticlib"]
libc = "0.2.58"
lazy_static = "1.4.0"
blake3 = "0.3.4"
silentdragonlitelib = { git = "https://git.hush.is/hush/silentdragonlite-cli", rev = "fe3026406471ea85786b28db82f1231395b1996b" }
silentdragonlitelib = { git = "https://git.hush.is/hush/silentdragonlite-cli", rev = "6476e438d002ca70c941f73bc0188a012d891def" }

1
src/mainwindow.cpp

@ -848,7 +848,6 @@ void MainWindow::setupSettingsModal() {
// List of default servers
settings.cmbServer->addItem("https://lite.hush.is");
settings.cmbServer->addItem("https://lite.hush.land");
settings.cmbServer->addItem("https://lite.hush.community");
settings.cmbServer->addItem("https://wtfistheinternet.hush.is");
settings.cmbServer->addItem("https://lite.myhush.org");
settings.cmbServer->addItem("https://poop.granitefone.me");

1
src/settings.cpp

@ -306,7 +306,6 @@ QString Settings::getRandomServer() {
// The more servers from different TLDs, the better
QList<QString> servers = {
"https://lite.hush.is",
"https://lite.hush.community",
"https://lite.myhush.org",
"https://wtfistheinternet.hush.is",
"https://poop.granitefone.me",

2
src/version.h

@ -1 +1 @@
#define APP_VERSION "2.0.1"
#define APP_VERSION "2.0.2"

Loading…
Cancel
Save