Releases: block-core/angor
Releases · block-core/angor
Angor (0.0.95)
What's Changed
- Indicator for Unseen messages on Approve Investment button by @yashop7 in #413
- Enhance investment status display by @miladsoft in #414
- Get Invested Status and reflect changes in the UI (Avalonia) by @SuperJMN in #409
- Improve Portfolio section (Avalonia) by @SuperJMN in #418
- Make signet.angor.online promary for test by @dangershony in #430
- Fix progress bar width calculation in FounderProjectItem component by @miladsoft in #431
- Improved the structure and flow of the project creation wizard by @miladsoft in #407
- Rename "transactions" to "utxo/utxos" in => (stages section), for better understanding. by @mistic0xb in #437
- Improve UI by @SuperJMN in #434
- Fee estimation was not correct - added fake witscript to get accurate… by @dangershony in #438
- New UI for Investor to provide clarity at the time of Investing by @yashop7 in #435
- Improve "Invest in project" for Avalonia App by @SuperJMN in #442
- Use end date (end of funding window) when check stage dates by @dangershony in #441
- Improve Portfolio section (Avalonia) by @SuperJMN in #447
- Format dates to be more readable by @dangershony in #446
- Seed Phrase Suggestion Bug by @yashop7 in #421
- cherry-picked-fixes-for-portfolio by @DavidGershony in #444
- Refresh profile metadata by @dangershony in #452
- Create penalties and recovery pages by @miladsoft in #449
- Change fee to be sats/vB by @dangershony in #450
- updated pr-deploy yml by @mistic0xb in #453
- updated checkout action to v4 by @mistic0xb in #454
- corrected token name by @mistic0xb in #455
New Contributors
- @mistic0xb made their first contribution in #437
Full Changelog: 0.0.94...0.0.95
Angor (0.0.94)
What's Changed
- Use the EndDate instead of StartDate to allow to invest by @dangershony in #412
Full Changelog: 0.0.93...0.0.94
Angor (0.0.93)
What's Changed
- Fix project startdate validation bug by @dangershony in #411
Full Changelog: 0.0.92...0.0.93
Angor (0.0.92)
What's Changed
- New Founder View with Progress Bar by @yashop7 in #393
- Fix ObjectDisposedException on race condition for Avalonia application by @SuperJMN in #406
- Fix GetFounderProjects concurrency issues in Avalonia Application by @SuperJMN in #408
- Fix stuck Feerate "Calculating" (Avalonia) by @SuperJMN in #410
- Hotfix to reduce the min investment limit to 0.01 @dangershony in ba63c49
Full Changelog: 0.0.91...0.0.92
Angor (0.0.91)
Hot fix investor portfolio recovery
Angor (0.0.90)
What's Changed
- Scan for how an investment was spent when recovering by @dangershony in #392
Full Changelog: 0.0.89...0.0.90
Angor (0.0.89)
What's Changed
- Fix Avalonia solution file by @SuperJMN in #398
- Update package versions for the Avalonia Application by @SuperJMN in #399
- Add Avalonia feature: founder investment approval by @SuperJMN in #388
- Handle project data loading exceptions by @SuperJMN in #400
- Changed the http client to use IHttpClientFactory by @DavidGershony in #394
- Refactor FeeSelector by @miladsoft in #397
- Enhance project view page UI by @miladsoft in #396
- Moved the reference to nostr client from the invest page by @DavidGershony in #402
- Replace electrs with falcrum in the angornet script by @dangershony in #403
- Update sidebar icon in NavMenu by @miladsoft in #404
- Increase the limit of fetching investments to 50 instead of 10 by @dangershony in #405
Full Changelog: 0.0.88...0.0.89
Angor (0.0.88)
What's Changed
- Add a check box to stay logged in when the user is active by @dangershony in #367
- Add Messages feature by @miladsoft in #343
- Remove a subscription from the keep alive list when disconnecting by @dangershony in #376
- Adding feature flags by @theDRB123 in #372
- Sorting app.css by @miladsoft in #377
- Fixed the double deserialization bug by @DavidGershony in #379
- Update PasswordComponent to use radio buttons by @miladsoft in #378
- fix stage day calculation in View.razor by @itailiors in #325
- Use hardcoded wrapper methods for HW_Support by @theDRB123 in #380
- Sanitize the content received from the relay by @dangershony in #373
- Added OK response handling to the request for investment sent to the founder by @DavidGershony in #382
- Move Avalonia sln to its folder by @SuperJMN in #385
- Replace "sad-circle" icon with "unlock" icon by @miladsoft in #384
- Improve create page by @miladsoft in #383
- PSBT support - separate the add inputs and sign and use psbt by @dangershony in #361
- Fix broken Avalonia build by @SuperJMN in #389
- (FIX): Fixed the Founder Tab redirection error to Browse Tab on clcking on View Projects by @ritankarsaha in #391
- Instant validation for recovery phrase input by @miladsoft in #387
- Improve wizards by @SuperJMN in #374
- Connected the transaction history to the indexer service and added the missing method by @DavidGershony in #386
- UI and Service Fix for featureflags by @theDRB123 in #381
- Check if founder has pending messages by @dangershony in #375
New Contributors
- @theDRB123 made their first contribution in #372
Full Changelog: 0.0.87...0.0.88
Angor (0.0.87)
What's Changed
- Add Pending Investments to the Backend API by @SuperJMN in #365
- Increase the minimum investment amount to 0.2 btc by @dangershony in #371
- Added Investor Link to angor indexer project page by @yashop7 in #370
- Add Website and DisplayName to the project metadata by @sondreb in #369
- Add Founder projects to Avalonia app by @SuperJMN in #366
Full Changelog: 0.0.86...0.0.87
Angor (0.0.86)
What's Changed
- Error: Add handling for empty case errors in the AddExplorer method inside Settings. by @shuklamaneesh23 in #345
- Rename nostrPubKey to nostrEventId by @dangershony in #352
- Rename protocolnew to protocol by @dangershony in #353
- fix: show error popup on empty input for
Indexer
,Nostr Relays
, andChat Apps
by @kumarsuraj212003 in #355 - Swap labels for fee options to reflect correct priority levels in FeeSelector component by @miladsoft in #354
- Capitalize the first word of settings in order to maintain the consistency. by @shuklamaneesh23 in #357
- Add Invest to Project to Avalonia App by @SuperJMN in #350
- Update word verification logic to use selected word indices by @miladsoft in #359
- Use correct Protocol namespace by @SuperJMN in #364
- Added check for investment in the indexer to notify the founder of the final state by @DavidGershony in #356
- Upgrade to nbitcoin 7.0.46 by @dangershony in #216
- Replace metadata info kind from ApplicationSpecificData (30078) to 3030 by @dangershony in #362
- Change the default indexer and add a new indexer by @dangershony in #368
New Contributors
- @shuklamaneesh23 made their first contribution in #345
Full Changelog: 0.0.85...0.0.86