diff --git a/Cargo.lock b/Cargo.lock index 486ba73..74d38ae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1195,7 +1195,7 @@ dependencies = [ [[package]] name = "mycitadel-desktop" -version = "1.3.0" +version = "1.4.0" dependencies = [ "amplify", "bitcoin", diff --git a/Cargo.toml b/Cargo.toml index b36d32a..7f439a8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mycitadel-desktop" -version = "1.3.0" +version = "1.4.0" authors = ["Dr Maxim Orlovsky "] description = "Bitcoin, Lightning and RGB wallet; part of MyCitadel software suite." repository = "https://github.com/mycitadel/mycitadel-desktop" diff --git a/data/io.mycitadel.Wallet.appdata.xml.in b/data/io.mycitadel.Wallet.appdata.xml.in index 7ded109..dc5ffc4 100644 --- a/data/io.mycitadel.Wallet.appdata.xml.in +++ b/data/io.mycitadel.Wallet.appdata.xml.in @@ -62,6 +62,34 @@ + + +

MyCitadel 1.4 ships with a number of usability improvements, bugfixes and new + distributive formats.

+ +

UI improvements

+
    +
  • Context menus for transaction, address and coin lists
  • +
  • Copy txid, address, amounts, heights to clipboard via context menu
  • +
  • Ability to pay full wallet balance to an address
  • +
  • Improved fonts and colors for the transaction list
  • +
+ +

Bugfixes

+
    +
  • Fixed date & time precision for the list of transactions
  • +
  • Fixed display of transactions in mempool
  • +
  • Fixed signer renaming persistence in wallet settings
  • +
+ +

Distributive

+
    +
  • New distributive format: Appimage
  • +
  • Included Python packaging in Windows, simplifying installation process
  • +
+
+ https://github.com/mycitadel/mycitadel-desktop/releases/tag/v1.4.0 +

MyCitadel 1.3 ships with support for more advanced miniscripts with account- @@ -88,7 +116,7 @@

  • Freedesktop environment integration
  • - https://github.com/mycitadel/mycitadel-desktop/releases/tag/v1.2.0 + https://github.com/mycitadel/mycitadel-desktop/releases/tag/v1.3.0
    diff --git a/debian/changelog b/debian/changelog index 4c193ae..7134f0f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,25 @@ +mycitadel (1.4.0-1) unstable; urgency=medium + + [ UI improvements ] + + * Context menus for transaction, address and coin lists + * Copy txid, address, amounts, heights to clipboard via context menu + * Ability to pay full wallet balance to an address + * Improved fonts and colors for the transaction list + + [ Bugfixes ] + + * Fixed date & time precision for the list of transactions + * Fixed display of transactions in mempool + * Fixed signer renaming persistence in wallet settings + + [ Distributive ] + + * New distributive format: Appimage + * Included Python packaging in Windows, simplifying installation process + + -- Dr Maxim Orlovsky Tue, 11 Jul 2023 12:51:00 +0200 + mycitadel (1.3.0-1) unstable; urgency=medium * Account-based multi-sigs with time-locks and complex miniscript descriptors. diff --git a/debian/files b/debian/files index 04e1363..b636020 100644 --- a/debian/files +++ b/debian/files @@ -1,3 +1,3 @@ -mycitadel-dbgsym_1.3.0-1_amd64.deb debug optional automatic=yes -mycitadel_1.3.0-1_amd64.buildinfo unknown optional -mycitadel_1.3.0-1_amd64.deb unknown optional +mycitadel-dbgsym_1.4.0-1_amd64.deb debug optional automatic=yes +mycitadel_1.4.0-1_amd64.buildinfo unknown optional +mycitadel_1.4.0-1_amd64.deb unknown optional diff --git a/doc/INSTALL.md b/doc/INSTALL.md index 7fde7c0..85b10f9 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -48,7 +48,7 @@ locally $ sudo apt install mycitadel_N_OS_amd64.deb ``` replacing `N` and `OS` in the package name with the filename you have -downloaded (like `mycitadel_1.3.0_1_ubuntu_amd64.deb`) matching latest +downloaded (like `mycitadel_1.4.0_1_ubuntu_amd64.deb`) matching latest MyCitadel version and the target platform. @@ -156,10 +156,10 @@ $ cargo install --path . ``` You may also compile a specific release tag; for that after the cloning -in the reposirory directory run, replacing `v1.3.0` with the desired version +in the reposirory directory run, replacing `v1.4.0` with the desired version name: ```console -$ git checkout v1.3.0 +$ git checkout v1.4.0 $ cargo install --path . ``` diff --git a/meson.build b/meson.build index 45c6af5..3c5f2f4 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('mycitadel', 'rust', - version: '1.3.0', + version: '1.4.0', meson_version: '>= 0.62.0', default_options: [ 'warning_level=2', 'werror=false', ], ) diff --git a/src/view/about/about.glade b/src/view/about/about.glade index 3bfb86e..00c4fd2 100644 --- a/src/view/about/about.glade +++ b/src/view/about/about.glade @@ -76,7 +76,7 @@ True False start - Pacific Eclipse (v1.3.0) + Ivana Kupaly (v1.4.0) False