Releases: raspiblitz/raspiblitz-web
Releases · raspiblitz/raspiblitz-web
1.3.1
1.3.0 - Chilled chocolate
- The WebUI now has a totally new redesigned setup, big thanks to @karnagebitcoin for the design and @escapedcat for the implementation
- Fixed many small bugs (e.g. not logging in again on window reload)
- Added some E2E Tests, more coming soon
- Updated dependencies
New Contributors
- @lingo21m made their first contribution in #435
- @depfu made their first contribution in #444
- @Yonben made their first contribution in #449
- @we-do-it-lu made their first contribution in #668
- @jpyepez made their first contribution in #692
Full Changelog: 1.2.0...1.3.0
1.2.0 - lucky day
What's Changed
- Translations update from Hosted Weblate by @weblate in #608
- feat(TransactionCard): add confirmation icons for on-chain tx #95 by @escapedcat in #617
- add test for AvailableBalance by @cstenglein in #618
- (dev): include untested files to coverage, exclude test files by @cstenglein in #623
- Feat/minor styling by @escapedcat in #634
- Update GitHub workflows to use node 20 by @cstenglein in #645
- feat(alby): add connect via settings #632 by @escapedcat in #640
- fix onion links in AppCard by @cstenglein in #647
- add support for auth url in authMethod by @cstenglein in #649
- use separate confirmModals for reboot and shutdown; add tests for ActionBox and DebugLogBox by @cstenglein in #659
- (dev): migrate from yarn to npm by @cstenglein in #661
- add mempool video to image carousel by @cstenglein in #664
- (dev): update dependencies, use js modules for vite 5+, format with p… by @cstenglein in #665
- Little typo by @we-do-it-lu in #668
- migrate to full ln-info from ln-info-lite sse message by @cstenglein in #671
- fix path alias, add text and loading indicator to shutdown modal #475 by @cstenglein in #672
- remove confirmEndpoint in ConfirmModal by @cstenglein in #673
- send toast success only on successful payment by @cstenglein in #674
- Small improvements by @cstenglein in #675
- use PropsWithChildren instead of defining children extra by @cstenglein in #677
- update dependencies, stack toasts by @cstenglein in #678
- (ci): add github actions v4 by @cstenglein in #681
- add custom app page functionality & electrs as custom app by @cstenglein in #666
- Translations update from Hosted Weblate by @weblate in #683
- remove api versioning from calls by @cstenglein in #686
- fix open button appearing two times for electrs by @cstenglein in #687
- (electrs): add message when initial sync is not done yet by @cstenglein in #691
- feat: add refresh address button for qr code by @jpyepez in #692
- feat: add caps-lock hook and warning by @jpyepez in #693
New Contributors
- @we-do-it-lu made their first contribution in #668
- @jpyepez made their first contribution in #692
Full Changelog: 1.1.0...1.2.0
1.1.0 - Lounge Breakfast
Highlights
- Update of translations - Thanks to all translators! 👍
- (i18n): add czech, swedish, vietnamese to available languages
- Provide the balance dynamically for Confirm (issue 401) by @Yonben
- The sidebar now displays the apps (desktop only) and they can be opened from there
- display modals full-screen on mobile
- (dev): Migrate from CRA to Vite for better performance and less dependencies and thus a faster install
- add sweep functionality for on-chain
- show available balance in OpenChannelModal
- other small design improvements
New Contributors
Thank you to our new contributors!
Existing Contributors
Thanks to our existing contributors!
Full Changelog: 1.0.0...1.1.0
You can also check the Milestone for changes
Verifying this release
- Download my pubkey from https://github.com/cstenglein.gpg
- Import the pubkey.asc with
gpg --import cstenglein.gpg
- Run
gpg --verify build.sig build.zip
1.0.0 - Sunny day
What's Changed
- Translations update from Hosted Weblate by @weblate in #378
- add error handling and loading spinner to confirmSendModal by @cstenglein in #381
- unify error handling by @cstenglein in #385
- fix sending non-zero amount invoices with ln by @cstenglein in #386
- fix syncscreen error message by @cstenglein in #388
- chore(deps): update by @escapedcat in #380
- use eventsourcepolyfill to send header with token to sse endpoint by @cstenglein in #389
- update readme and preview image by @cstenglein in #390
Full Changelog: 1.0.0-beta.3...1.0.0
Verifying this release
- Download my pubkey from [here](https://github.com/cstenglein.gpg)
- Import the pubkey.asc with
gpg --import cstenglein.gpg
- Run
gpg --verify build.sig build.zip
1.0.0-beta.3
What's Changed
- opening & closing channels should now work 🎉 #370
- fix #371, so unlock in syncscreen is submitted by hitting enter as well
- correct handling of lightning invoices, fixes #373
- poll transactions every 20s (before 5s) to reduce load on raspberry pi #374
- more translations, especially spanish and french, thanks to all translators 🙏
- small fixes & internal refactors
New Contributors
Full Changelog: 1.0.0-beta.2...1.0.0-beta.3
Verify this release
- Download my pubkey here
- Import the pubkey.asc with gpg --import cstenglein.gpg
- Run gpg --verify build.sig build.zip
1.0.0-beta.2
What's Changed
- implement suggestions from escapedcat by @cstenglein in #346
- text change to reflect that also core lightning gets migrated by @rootzoll in #347
- UI fixes by @cstenglein in #351
- update dependencies, add typing for tailwind config by @cstenglein in #349
- add tooltip with login information for installed apps by @cstenglein in #348
- handle system_startup_info event of new blitz_api version; move backe… by @cstenglein in #353
Full Changelog: 1.0.0-beta.1...1.0.0-beta.2
Verify this release
- Download my pubkey here
- Import the pubkey.asc with gpg --import cstenglein.gpg
- Run gpg --verify build.sig build.zip
1.0.0-beta.1 - Mysterious ticking noise
The first beta release of the Raspiblitz WebUI is here :)
Still missing some features, but wanted to make a pre-release anyway 🙌
A big thank you to everyone who contributed to this release, be it code, translations or other support!
Without you, this would never have been possible! ❤️
Special thanks to:
- @escapedcat - my first regular contributor,
- @rootzoll @openoms & Freerk for their support & glorious bug fixes in El Salvador ;),
- @johnsBeharry, @AlexaAker & the Bitcoin Design Community who laid the foundation for the Dashboard & made the Bitcoin Icons
- @comradekingu for helping me set up Weblate
- (I hope I didn't miss anyone 😯 if yes, write me)
New Contributors
- @blackcoffeexbt made their first contribution in #17
- @escapedcat made their first contribution in #61
- @AaronDewes made their first contribution in #170
- @rootzoll made their first contribution in #226
- @geco91 made their first contribution in #230
Full Changelog: https://github.com/cstenglein/raspiblitz-web/commits/1.0.0-beta.1
Verifying this release
- import the
pubkey.asc
withgpg --import pubkey.asc
(Same pubkey as my commits, click the "Verified" label on the commits page - Run
gpg --verify build.sig build.zip