diff --git a/doc/relnotes.md b/doc/relnotes.md index 184fd65..d60d20b 100644 --- a/doc/relnotes.md +++ b/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. diff --git a/lib/Cargo.lock b/lib/Cargo.lock index 145372e..5b5bd71 100644 --- a/lib/Cargo.lock +++ b/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", diff --git a/lib/Cargo.toml b/lib/Cargo.toml index b1fbddf..2667bd7 100644 --- a/lib/Cargo.toml +++ b/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" } diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp index 2ff78ef..5842e96 100644 --- a/src/mainwindow.cpp +++ b/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"); diff --git a/src/settings.cpp b/src/settings.cpp index a8c0f31..32464e4 100644 --- a/src/settings.cpp +++ b/src/settings.cpp @@ -306,7 +306,6 @@ QString Settings::getRandomServer() { // The more servers from different TLDs, the better QList servers = { "https://lite.hush.is", - "https://lite.hush.community", "https://lite.myhush.org", "https://wtfistheinternet.hush.is", "https://poop.granitefone.me", diff --git a/src/version.h b/src/version.h index 67c2064..3aab047 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "2.0.1" +#define APP_VERSION "2.0.2"