raspiblitz/home.admin/BlitzTUI/CHANGELOG.md

63 lines
1.4 KiB
Markdown
Raw Normal View History

2019-11-15 21:25:12 +01:00
# Changelog
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [0.49.0] - 2020-10-03
### Add
- xterm is replaced by uxterm, so that unicode chars are correctly displayed
2019-11-15 21:25:12 +01:00
2020-05-30 14:04:35 +02:00
## [0.48.1] - 2020-05-30
2020-05-30 12:56:24 +01:00
### Add
- move log file to /var/cache/raspiblitz/ if it exists
2020-05-23 15:59:58 +01:00
## [0.47.0] - 2020-05-23
### Removed
2020-05-23 16:03:04 +01:00
- remove config.py as it has been moved to the dedicated package BlitzPy
2020-05-23 15:59:58 +01:00
2020-04-17 21:45:49 +02:00
## [0.46.1] - 2020-04-17
2020-05-23 15:59:58 +01:00
### Removed
2020-04-17 21:37:13 +02:00
- remove LND config check
2020-01-25 21:45:52 +00:00
## [0.45.0] - 2020-01-25
### Added
- clean up log statements
- add debug flag
2019-12-31 18:29:52 +00:00
## [0.44.0] - 2019-12-30
### Added
- make sure to close LN RPC channels
2019-12-29 17:04:31 +00:00
## [0.43.0] - 2019-12-29
### Added
2019-12-29 15:37:52 +01:00
- remove line break for longer TORv3 NodeURI
2019-12-29 17:04:31 +00:00
- fix config check
2019-12-25 18:27:10 +01:00
## [0.42.0] - 2019-12-25
### Added
- extend error logging
2019-11-15 21:25:12 +01:00
## [0.41.0] - 2019-11-15
### Added
- reduce default channel check interval to 40
- increase invoice monitor time to 1 hour
## [0.39.0] - 2019-11-04
### Added
- fix logging
- update blitz.touchscreen.sh scripts
## [0.36.0] - 2019-11-03
### Added
- require at least gRPC (grpcio) version 1.24.3 (to address atomic_exchange_8 issue)
- fix issue on "not-default" setup (not bitcoin/mainnet)
## [0.29.0] - 2019-11-02
### Added
- almost all must-have features have been implemented
## [0.22.2] - 2019-10-27
### Added
- initial creation