What's Changed
MyCitadel 1.3 ships with support for more advanced miniscripts with account- based time-locked multi-sigs and multiple user interface improvements.
Core functionality
Account-based multi-sigs with time-locks and complex miniscript descriptors. This adds ability to compose complex time-locked conditions involving same signers in different time-locks (for instance having 2-of-4 multi-sig which in 1 year becomes 1-of-2).
UI improvements
- Double-click on addresses copies address to clipboard
- Double-click on history entry copies transaction id to clipboard
- Double-click on coin entry copies outpoint information to clipboard
- Added displaying of unused addresses, visually distinguished from used
- Notification on the main screen to subscribe app updates
New distributive packages
- Debian package
- Flatpak package
- Windows installer
- Freedesktop environment integration
Full Changelog: v1.2.1...v1.3.0
Installation instructions
NB: If you plan to use hardware wallets/signers, please make sure that you have HWI installed and working according to the instructions which can be found here.
Windows
Download the msi
file, double-click on it and follow the instructions.
Debian-based distributives
For Debian stable (including PureOS 10) please download mycitadel_1.3.0-1_debian11_amd64.deb
.
For Ubuntu >= 22.10, please download mycitadel_1.3.0-1_ubuntu_amd64.deb
.
For other OS it is advised to try Ubuntu version first, and if it fails to install - fallback to Debian.
Double-click on the downloaded file (in Ubuntu) to install - or type in the command line sudo apt install mycitadel_1.3.0-1_ubuntu_amd64.deb
.
Alternatively, you may use Flatpak as described below.
Other Linux
Download flatpak file and install it with a double-click - or providing it as an argument to flatpak install
.
Compiling from sources
Please refer to the guidelines.