|
| 1 | +BitBlocks Core version 1.1.3 is now available from: |
| 2 | + |
| 3 | + <https://github.com/bitblocks-project/bitblocks/releases> |
| 4 | + |
| 5 | +This is a new patch version release, including various bug fixes, performance improvements, GUI enhancements, and updated translations. |
| 6 | + |
| 7 | +Please report bugs using the issue tracker at github: |
| 8 | + |
| 9 | + <https://github.com/bitblocks-project/bitblocks/issues> |
| 10 | + |
| 11 | +Compatibility |
| 12 | +============== |
| 13 | + |
| 14 | +BitBlocks Core is extensively tested on multiple operating systems using |
| 15 | +the Linux kernel, macOS 10.8+, and Windows Vista and later. |
| 16 | + |
| 17 | +BitBlocks Core should also work on most other Unix-like systems but is not |
| 18 | +frequently tested on them. |
| 19 | + |
| 20 | +Notable Changes |
| 21 | +=============== |
| 22 | + |
| 23 | +### GUI Improvements |
| 24 | +- Modernized GUI with card-based design, improved UX, and visual enhancements |
| 25 | +- Implemented stable sort in TransactionFilterProxy using sortKey and hash |
| 26 | + |
| 27 | +### Performance Improvements |
| 28 | +- Optimized wallet rescan performance and prevented UI freezing |
| 29 | + |
| 30 | +### Network and Consensus |
| 31 | +- Updated mainnet checkpoints to block 3685080 |
| 32 | +- Added new DNS seeds |
| 33 | +- Refactored: Separated PoW and PoS target spacing/timespan parameters |
| 34 | +- Fixed: Corrected fShouldBan flag in Misbehaving() |
| 35 | + |
| 36 | +### Build System |
| 37 | +- Fixed Windows compilation with MinGW-w64 |
| 38 | +- Cleaned repository: removed autotools generated files |
| 39 | +- Added .gitignore to prevent committing generated files |
| 40 | + |
| 41 | +### Translations |
| 42 | +- Completed pt_BR translations and fixed typo |
| 43 | + |
| 44 | +### Bug Fixes |
| 45 | +- Fixed block reward error |
| 46 | + |
| 47 | +1.1.3 Change log |
| 48 | +================= |
| 49 | + |
| 50 | +Detailed release notes follow. This overview includes changes that affect |
| 51 | +behavior, not code moves, refactors and string updates. |
| 52 | + |
| 53 | +### GUI |
| 54 | +- Modernized GUI with card-based design, improved UX, and visual enhancements |
| 55 | +- Implemented stable sort in TransactionFilterProxy using sortKey and hash |
| 56 | + |
| 57 | +### Wallet |
| 58 | +- Optimized wallet rescan performance and prevented UI freezing |
| 59 | + |
| 60 | +### Network |
| 61 | +- Updated mainnet checkpoints to block 3685080 |
| 62 | +- Added new DNS seeds |
| 63 | + |
| 64 | +### Consensus |
| 65 | +- Refactored: Separated PoW and PoS target spacing/timespan parameters |
| 66 | +- Fixed: Corrected fShouldBan flag in Misbehaving() |
| 67 | +- Fixed block reward error (2022) |
| 68 | + |
| 69 | +### Build System |
| 70 | +- Fixed Windows compilation with MinGW-w64 |
| 71 | +- Cleaned repository: removed autotools generated files |
| 72 | +- Added .gitignore to prevent committing generated files |
| 73 | + |
| 74 | +### Translations |
| 75 | +- Completed pt_BR translations and fixed typo |
| 76 | + |
| 77 | +Credits |
| 78 | +======= |
| 79 | + |
| 80 | +Thanks to everyone who directly contributed to this release: |
| 81 | +- Healseyn (Edson Guimarães) |
0 commit comments