Skip to content

Commit

Permalink
release v1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-orlovsky committed Jul 11, 2023
1 parent 5e5b98f commit b0a9819
Show file tree
Hide file tree
Showing 8 changed files with 61 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mycitadel-desktop"
version = "1.3.0"
version = "1.4.0"
authors = ["Dr Maxim Orlovsky <orlovsky@pandoraprime.ch>"]
description = "Bitcoin, Lightning and RGB wallet; part of MyCitadel software suite."
repository = "https://github.com/mycitadel/mycitadel-desktop"
Expand Down
30 changes: 29 additions & 1 deletion data/io.mycitadel.Wallet.appdata.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,34 @@
</screenshot>
</screenshots>
<releases>
<release version="1.4.0" date="2023-07-11">
<description>
<p>MyCitadel 1.4 ships with a number of usability improvements, bugfixes and new
distributive formats.</p>

<p><em>UI improvements</em></p>
<ul>
<li>Context menus for transaction, address and coin lists</li>
<li>Copy txid, address, amounts, heights to clipboard via context menu</li>
<li>Ability to pay full wallet balance to an address</li>
<li>Improved fonts and colors for the transaction list</li>
</ul>

<p><em>Bugfixes</em></p>
<ul>
<li>Fixed date &amp; time precision for the list of transactions</li>
<li>Fixed display of transactions in mempool</li>
<li>Fixed signer renaming persistence in wallet settings</li>
</ul>

<p><em>Distributive</em></p>
<ul>
<li>New distributive format: Appimage</li>
<li>Included Python packaging in Windows, simplifying installation process</li>
</ul>
</description>
<url>https://github.com/mycitadel/mycitadel-desktop/releases/tag/v1.4.0</url>
</release>
<release version="1.3.0" date="2023-04-21">
<description>
<p>MyCitadel 1.3 ships with support for more advanced miniscripts with account-
Expand All @@ -88,7 +116,7 @@
<li>Freedesktop environment integration</li>
</ul>
</description>
<url>https://github.com/mycitadel/mycitadel-desktop/releases/tag/v1.2.0</url>
<url>https://github.com/mycitadel/mycitadel-desktop/releases/tag/v1.3.0</url>
</release>
<release version="1.2.0" date="2023-04-12">
<description>
Expand Down
22 changes: 22 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <orlovsky@mycitadel.io> 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.
Expand Down
6 changes: 3 additions & 3 deletions debian/files
Original file line number Diff line number Diff line change
@@ -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
6 changes: 3 additions & 3 deletions doc/INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


Expand Down Expand Up @@ -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 .
```

Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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', ],
)
Expand Down
2 changes: 1 addition & 1 deletion src/view/about/about.glade
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
<property name="visible">True</property>
<property name="can-focus">False</property>
<property name="halign">start</property>
<property name="label" translatable="yes">Pacific Eclipse (v1.3.0)</property>
<property name="label" translatable="yes">Ivana Kupaly (v1.4.0)</property>
</object>
<packing>
<property name="expand">False</property>
Expand Down

0 comments on commit b0a9819

Please sign in to comment.