* Corrected readme
* Made the ".buildenv" name not hard-coded but read from os.environ["VIRTUAL_ENV"]
* Added the virtualenv instructions also to build-instructions.md
Co-authored-by: k9ert <k9ert@gmx.de>
* Add codesigning for macos app
* Add dock icon and fix fullscreen on mac
* Revert "Add dock icon and fix fullscreen on mac"
This reverts commit 7598cab644.
* Use electron for mac
* Download from GH, splash screen
* fixes
* Fix reopening after closing window
* Screen based default size
* Fix quit issue
* Fix camera access
* Add file hash verification
* Add auto generate of hash for macos release
* Only download for mac
* Preferencs and HWIBriidge mode
* Bugfixes
* Fix certificate errors
* Windows support
* Add tor support
* set version js script
* Fix windows release script
* Update docs and delete old app
* Update main.js
* Add error handling
* update unix build
* update windows binary
* Update build-osx.sh
* Update .gitlab-ci.yml
* delete accidental import
* switch to electron-builder
* kick
* kick
* kick
* kick
* remove docker info thing
* pip -> pip3
* fix pip again
* disable snap
* fix
* remove specterd-binaries (and hotwallet . typo), fix build
* test windows build
* Bugfix: move update_pending_psbt into try/except block
* Add specterd specific settings
* Show tor URL in HWIBridge mode (if --tor specified)
* Finish CI
* Build specterd only windows ci
Co-authored-by: Kim Neunert <k9ert@gmx.de>
Co-authored-by: Stepan Snigirev <snigirev.stepan@gmail.com>
* Add basic tray app
* Run specterd from release
* Start on launch
* Support remote node
* Auto whitelist remote node url
* Windows related fixes
* fixes
* pyinstaller on windows
* update instructions
* update pyinstaller readme
Co-authored-by: Stepan Snigirev <snigirev.stepan@gmail.com>