Releases: block-core/angor
Releases · block-core/angor
Angor 0.2.2
Full Changelog: v0.2.1...v0.2.2
Angor 0.2.0
What's Changed
- Fix responsiveness for Browse/Project Details by @SuperJMN in #503
- Make sections dynamic & reorganize DI composition by @SuperJMN in #508
- Make project creation smoother by @SuperJMN in #511
- Add theme switching functionality by @SuperJMN in #510
- Investor-spending by @DavidGershony in #509
- Restore Complete investment button by @SuperJMN in #513
- Add Project advanced settings by @SuperJMN in #515
- Show investment info in Browse/Project Details by @SuperJMN in #514
- Trivial UI Improvements by @SuperJMN in #516
- Add real data to Invested amount in Portfolio listing by @SuperJMN in #517
- Add profile name support via --profile argument by @SuperJMN in #518
- Transaction-flow by @DavidGershony in #520
- Add Wallet Refresh by @SuperJMN in #521
- Add the get test coins endpoint by @dangershony in #523
- Add Delete Wallet feature by @SuperJMN in #522
- Wire TransactionDraft for Investments by @SuperJMN in #524
- Add DeleteWallet method to IWalletAppService by @SuperJMN in #525
- document-db by @DavidGershony in #526
- Fix multiple backend calls for founder projects by @SuperJMN in #529
- Add more data to Founder/Project details by @SuperJMN in #531
- Fix transaction JSON command in Wallet/Transaction History by @SuperJMN in #532
- Add unit preference for amounts by @SuperJMN in #533
- Replace ProjectId by ProjectName in Penalties view by @SuperJMN in #534
- Integrating-db by @DavidGershony in #530
- db-accountInfo by @DavidGershony in #536
- Remove Investor/Manage Funds per-row buttons by @SuperJMN in #537
- Create Project: Fix problem with children validation by @SuperJMN in #538
- Add Tests and reorganize folders to group all tests by @SuperJMN in #541
- Add automation properties by @SuperJMN in #539
- Wire Investor/Manage funds by @SuperJMN in #540
- Add more AutomationIds by @SuperJMN in #542
- Wire portfolio View transaction button by @SuperJMN in #544
- Fix bug when no record found in portfolio then nothing to decrypt by @dangershony in #546
- Add file logging by @SuperJMN in #543
- Unify AngorApp Model projects by @SuperJMN in #545
- Unify button types by @SuperJMN in #548
- wallet-keys by @DavidGershony in #547
- Moved all operations to use the account balance info service by @DavidGershony in #549
- Remove incorrect text in XAML by @SuperJMN in #550
- Log unhandled exceptions in Avalonia app by @SuperJMN in #552
- Founder API: Return the result instead of continuing by @SuperJMN in #551
- Removed unrequired checks for the password by @DavidGershony in #556
- Implement Penalty Threshold by @dangershony in #528
- Added logging to the create project flow on failed results by @DavidGershony in #557
- Remove Explorer section from Settings by @SuperJMN in #554
- Replace named factories with Funcs by @SuperJMN in #555
- Rename design-time view models to sample by @SuperJMN in #560
- Refactor UI structure under AngorApp/UI by @SuperJMN in #561
- Add debug mode by @dangershony in #553
- Remove Execute().Subscribe() by @SuperJMN in #562
- Move away from the custom mempool by @dangershony in #559
- wallet-id-string by @DavidGershony in #564
- Introduce TryGet for Project Lookups by @SuperJMN in #566
- Add Refresh Indexers in Settings by @SuperJMN in #567
- Fix funding date validation logic when DebugMode is ON by @SuperJMN in #568
- Improvements for validations by @SuperJMN in #569
- Fix Portfolio "Complete Investment" flow by @SuperJMN in #570
- Migrate to new Zafiro.Avalonia by @SuperJMN in #571
- Move import wallet feature to settings by @SuperJMN in #572
- Sorted by descending the lists returned to the uI by @DavidGershony in #574
- Fix the web apps missing registrations by @dangershony in #575
- investment-handshake-db by @DavidGershony in #573
- Optimize and reorganize app.css by @miladsoft in #576
- Switch Map to Bind in WalletContextExtensions for proper result chaining by @SuperJMN in #581
- Fix UI bugs ( wallet page) by @miladsoft in #582
- fix some of the validation issues with the debug flag by @dangershony in #579
- Add the ability to cancel an investment by @dangershony in #580
- Add bullet-proof backend exception handling by @SuperJMN in #583
- Dynamic Stages by @dangershony in #558
- Fix UI bugs by @miladsoft in #585
- When claiming coins the stage number was not used correctly by @dangershony in #584
- Automatically create Wallet when needed by @SuperJMN in #577
- Clean up how we publish transactions by @dangershony in #587
- origin/project-seed by @DavidGershony in #586
- Implement UI v2. Stage 1. by @SuperJMN in #578
- Add the fund type to the create project by @dangershony in #589
- create-wallet-on-flight by @DavidGershony in #590
- fix the way we scan for all investments by @dangershony in #592
- Add the ability to import a moonshot project by @dangershony in #593
- Add Find Projects v2 by @SuperJMN in #594
- folder-restructure by @DavidGershony in #595
- Refactor AppServices by @dangershony in #597
- Avoid duplicate logger registration by @SuperJMN in #598
- Create release yml by @dangershony in #601
Full Changelog: 0.0.98...v0.2.0
Angor (0.0.98)
What's Changed
- Get-claimable-utxos by @DavidGershony in #500
- Add Investor/Manage Funds by @SuperJMN in #501
- Improve Responsiveness, Stats Display, and Modal Functionality by @miladsoft in #502
- Reduce the max limits for create (0.001) and invest (0.0001) by @dangershony in #504
- Allow a small margin in the total sum check when investing by @dangershony in #506
Full Changelog: 0.0.97...0.0.98
Angor (0.0.97)
What's Changed
- Turned continue-on-error to false by @mistic0xb in #480
- Swap params to fix a psbt test by @dangershony in #479
- Move Manage Funds to Founder/Project Details (Avalonia) by @SuperJMN in #482
- Calculate transaction fees immediately in Investor/Invest and Wallet/Send by @SuperJMN in #484
- Avalonia/Add project view by @miladsoft in #488
- Complete project creation workflow by @SuperJMN in #487
- Refine UI by @SuperJMN in #490
- Complete Settings Section by @SuperJMN in #493
- Founder-manage-funds by @DavidGershony in #492
- Improve home section performance by @SuperJMN in #491
- Improve UI/UX across multiple pages by @miladsoft in #485
- Auto-save functionality for Create page fields by @miladsoft in #489
- When metadata arrives first the stages are empty by @dangershony in #495
- Add some logs to investor scan by @dangershony in #481
- Review Founder/Project flow by @SuperJMN in #494
- Remove unfunded limit by @dangershony in #497
- Refactor UTXO logic and enhance password input handling by @miladsoft in #496
- General UI improvements by @SuperJMN in #498
- Fix date discrepancies by @dangershony in #499
Full Changelog: 0.0.96...0.0.97
Angor (0.0.96)
What's Changed
- Fix UI by @miladsoft in #457
- Create project UI (Avalonia) by @SuperJMN in #456
- Fix a bug - the decimals were not entered correctly in the wallet by @dangershony in #451
- Nip65 relay list by @dangershony in #448
- New UI for Project Creation Page by @yashop7 in #440
- Sweep / Send All Investment Option by @miladsoft in #395
- Mainnet Rule Mode Toggle UI button by @mistic0xb in #463
- Create-project by @DavidGershony in #459
- Added the service that fetches the penalties for the investor by @DavidGershony in #465
- Sweep all wallet plus psbt by @dangershony in #460
- Rebuild create_project page and add Date picker by @miladsoft in #467
- Add Manage funds UI (Avalonia) by @SuperJMN in #464
- Wire Penalties page with backend by @SuperJMN in #471
- Use PSBT for fee calculation by @SuperJMN in #468
- Fixed bugs in the penalties page by @DavidGershony in #476
- Publish-investment by @DavidGershony in #472
- added 'run-name' for better clarity of what PR_number is getting deployed on angor-debug by @mistic0xb in #473
- Add PSBT to create project by @dangershony in #466
- Add button to see previous investor offers in Founder Section (Avalonia) by @SuperJMN in #474
- debug-mode flag logic implementaion by @mistic0xb in #470
- Fix create project by @miladsoft in #475
- Enhance DatePicker component with responsive design by @miladsoft in #477
- Add more indexers by @dangershony in #478
Full Changelog: 0.0.95...0.0.96
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