thunderhub/CHANGELOG.md

281 lines
12 KiB
Markdown
Raw Normal View History

2020-04-12 18:42:54 +02:00
# Changelog
2020-04-09 13:12:17 +02:00
2020-04-12 18:42:54 +02:00
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
2020-05-26 07:04:32 +02:00
### [0.6.7](https://github.com/apotdevin/thunderhub/compare/v0.6.6...v0.6.7) (2020-05-26)
### Bug Fixes
* 🐛 correct auth ([4c679d0](https://github.com/apotdevin/thunderhub/commit/4c679d083aa90207ccccf99c59d7f2d37ca2cd5d))
2020-05-25 22:33:10 +02:00
### [0.6.6](https://github.com/apotdevin/thunderhub/compare/v0.6.5...v0.6.6) (2020-05-25)
### Bug Fixes
* 🐛 correct fee unit ([ca9a2cf](https://github.com/apotdevin/thunderhub/commit/ca9a2cfceef83aad855fd1d8b0304a080b9a72ae))
* 🐛 reset send message mutation ([60ad4b3](https://github.com/apotdevin/thunderhub/commit/60ad4b3bef8b2d672c036c3f69afbbc6b0accce8))
2020-05-24 01:01:15 +02:00
### [0.6.5](https://github.com/apotdevin/thunderhub/compare/v0.6.4...v0.6.5) (2020-05-23)
### Features
* ✨ channel ui manager ([35cf8db](https://github.com/apotdevin/thunderhub/commit/35cf8db27f5fe6bfb8a6be9b2a5eeb0753ebf248))
2020-05-23 19:30:45 +02:00
### [0.6.4](https://github.com/apotdevin/thunderhub/compare/v0.6.3...v0.6.4) (2020-05-23)
### Bug Fixes
* 🐛 channels with unfound nodes ([077e20d](https://github.com/apotdevin/thunderhub/commit/077e20d7dabf05b045d6a85f51c5b2d73cdf30ba))
2020-05-23 18:46:18 +02:00
### [0.6.3](https://github.com/apotdevin/thunderhub/compare/v0.6.2...v0.6.3) (2020-05-23)
### Features
* ✨ style changes ([#48](https://github.com/apotdevin/thunderhub/issues/48)) ([c2d2dc8](https://github.com/apotdevin/thunderhub/commit/c2d2dc8e36065633541c4f1454b089735cd25936))
### Bug Fixes
* 🐛 get sso without cert ([57e7fb8](https://github.com/apotdevin/thunderhub/commit/57e7fb86beb4baa0f49a3e0e4cf8123017476645))
* 🐛 logger format ([7d7ef56](https://github.com/apotdevin/thunderhub/commit/7d7ef5697f02c3db331189cec3c8b73eafbb1068))
### Improvements
* 🔧 improve logging ([414c20f](https://github.com/apotdevin/thunderhub/commit/414c20f053f12db4ebdb9e4b01dc9100644054b8))
2020-05-21 10:32:02 +02:00
### [0.6.2](https://github.com/apotdevin/thunderhub/compare/v0.6.1...v0.6.2) (2020-05-21)
### Bug Fixes
* 🐛 channel time offline ([c380485](https://github.com/apotdevin/thunderhub/commit/c3804851cf84da9a84c32f502e240d16d8a8f76b))
### Improvements
* 🔧 remove cors ([bd91df5](https://github.com/apotdevin/thunderhub/commit/bd91df5f009cbcbdd15a135099b8eee9976bf9e2))
2020-05-21 09:19:14 +02:00
### [0.6.1](https://github.com/apotdevin/thunderhub/compare/v0.6.4...v0.6.1) (2020-05-21)
### Bug Fixes
* 🐛 auth type ([2797e6e](https://github.com/apotdevin/thunderhub/commit/2797e6edf3d16c264736c43dc6a853a784d235cd))
* 🐛 logging and types ([4c74ed1](https://github.com/apotdevin/thunderhub/commit/4c74ed1536db9e91b9e27cc44c051fbd3b33df1e))
* catching getChannel callback error ([#46](https://github.com/apotdevin/thunderhub/issues/46)) ([caefd02](https://github.com/apotdevin/thunderhub/commit/caefd02234271bdeac5d2482064c3ae194688b0c))
* changed baseFee from Int to Float ([#43](https://github.com/apotdevin/thunderhub/issues/43)) ([9a1fb63](https://github.com/apotdevin/thunderhub/commit/9a1fb63641ff505252be9d6f8d4ae7ed1addab91))
### Improvements
* 🔧 add example env file ([0fb67c4](https://github.com/apotdevin/thunderhub/commit/0fb67c45b873a92aa4227c68ea90587d158ec64a))
* 🔧 conditional refresh cookie and logging ([43fedea](https://github.com/apotdevin/thunderhub/commit/43fedeab6eefc592a24098f25c8dfeec966edbbf))
* 🔧 format seconds ([b23f8c2](https://github.com/apotdevin/thunderhub/commit/b23f8c2299343a1f6c1874d376694fc126f53cbf))
* 🔧 home input styling and bug fix ([a2bf90a](https://github.com/apotdevin/thunderhub/commit/a2bf90a4b2a5d55d42ae8681887340c1d18087d0))
* 🔧 parse channel times to seconds ([66a35fe](https://github.com/apotdevin/thunderhub/commit/66a35fed92a1a492cafe1b5f77b2f13dfa655d5d))
* 🔧 upgrade node and circleci filter changes ([f91f177](https://github.com/apotdevin/thunderhub/commit/f91f177b9d84fe1bfd760553134f3772805660b8))
2020-05-19 07:52:07 +02:00
## [0.6.0](https://github.com/apotdevin/thunderhub/compare/v0.5.6...v0.6.0) (2020-05-19)
### Features
* ✨ server authentication ([#38](https://github.com/apotdevin/thunderhub/issues/38)) ([9d73c30](https://github.com/apotdevin/thunderhub/commit/9d73c30fb487bf913d16a3438841277063e0d01d))
### Improvements
* 🔧 eslint sort rule ([0394209](https://github.com/apotdevin/thunderhub/commit/0394209b80cac55a264a0339d806d715172c6166))
* 🔧 improve login process ([2c9be0b](https://github.com/apotdevin/thunderhub/commit/2c9be0b829a3511c7f06b3e34dc5cb4b8f3c2b2a))
2020-05-13 07:53:58 +02:00
### [0.5.6](https://github.com/apotdevin/thunderhub/compare/v0.5.5...v0.5.6) (2020-05-13)
### Features
* ✨ privacy settings ([#37](https://github.com/apotdevin/thunderhub/issues/37)) ([3d29616](https://github.com/apotdevin/thunderhub/commit/3d2961630020cdfc6163a8059389130f09a38d9e))
### Bug Fixes
* 🐛 docker images ([85c6a28](https://github.com/apotdevin/thunderhub/commit/85c6a28ce5eb3426da61facb8d9709f9b5b63d9c))
### Improvements
* 🔧 add docker scripts ([ef5c2d1](https://github.com/apotdevin/thunderhub/commit/ef5c2d16f444b4aa0146498044a5828aa51eb6b9))
* 🔧 move api folder ([b4ac4f5](https://github.com/apotdevin/thunderhub/commit/b4ac4f504faa4d96426077511a41e9ea7896d2b0))
* 🔧 update deps ([69555ab](https://github.com/apotdevin/thunderhub/commit/69555abfff4190a91311e00430c64b44a9f7cdb0))
2020-05-07 22:43:23 +02:00
### [0.5.5](https://github.com/apotdevin/thunderhub/compare/v0.5.4...v0.5.5) (2020-05-07)
### Features
* multi arch ([#36](https://github.com/apotdevin/thunderhub/issues/36)) ([32ad0c3](https://github.com/apotdevin/thunderhub/commit/32ad0c3302cbb57538d30f6712cecb94d1429295))
2020-05-07 19:19:08 +02:00
### [0.5.4](https://github.com/apotdevin/thunderhub/compare/v0.5.3...v0.5.4) (2020-05-07)
### Bug Fixes
* 🐛 eslint plugins ([aa39ab5](https://github.com/apotdevin/thunderhub/commit/aa39ab54710fd9dc6737a1ce4a01d471ffe2825e))
* 🐛 linting ([dc0e5d7](https://github.com/apotdevin/thunderhub/commit/dc0e5d7cd690bc37e0f6176ae676f4ce3e810430))
* 🐛 type error ([816306f](https://github.com/apotdevin/thunderhub/commit/816306f2cd921be5aafa2ed59d9b22a5718899d4))
2020-05-06 22:53:20 +02:00
### [0.5.3](https://github.com/apotdevin/thunderhub/compare/v0.5.2...v0.5.3) (2020-05-06)
### Bug Fixes
* 🐛 lint script and dockerfile ([9d2cbd3](https://github.com/apotdevin/thunderhub/commit/9d2cbd39a605c940c3d12d1ef780fe28503a5a58))
2020-05-06 22:40:28 +02:00
### [0.5.2](https://github.com/apotdevin/thunderhub/compare/v0.5.1...v0.5.2) (2020-05-06)
### Features
* ✨ switch to eslint ([#35](https://github.com/apotdevin/thunderhub/issues/35)) ([933ead8](https://github.com/apotdevin/thunderhub/commit/933ead86e9bbfb6553e64d884c04a72ac0218ce9))
2020-05-03 11:52:43 +02:00
### [0.5.1](https://github.com/apotdevin/thunderhub/compare/v0.5.0...v0.5.1) (2020-05-03)
### Improvements
* 🔧 upgrade dependencies ([a2267e7](https://github.com/apotdevin/thunderhub/commit/a2267e7ae0bdcf9026eb3cbcb0a43871d3eb8b09))
2020-05-03 11:14:55 +02:00
## [0.5.0](https://github.com/apotdevin/thunderhub/compare/v0.4.1...v0.5.0) (2020-05-03)
### Features
* ✨ add wallet version query and view ([ac577b5](https://github.com/apotdevin/thunderhub/commit/ac577b54380adf489c50d2965d29d1c538cb7908))
### Improvements
* 🔧 lnd 10 support ([82296f3](https://github.com/apotdevin/thunderhub/commit/82296f3fbb7c883677dd07a5650c8d68b9684eaf))
* 🔧 remove logger param ([dc4f329](https://github.com/apotdevin/thunderhub/commit/dc4f329ed3bcf9c6c639a6777e42a1e13b29e712))
2020-05-01 15:25:19 +02:00
### [0.4.1](https://github.com/apotdevin/thunderhub/compare/v0.4.0...v0.4.1) (2020-05-01)
### Bug Fixes
* 🐛 account settings ([b081e13](https://github.com/apotdevin/thunderhub/commit/b081e13d23442018d8b161f2de142f8e4e93bad7))
2020-05-01 14:11:27 +02:00
## [0.4.0](https://github.com/apotdevin/thunderhub/compare/v0.3.10...v0.4.0) (2020-05-01)
2020-05-01 14:10:54 +02:00
### [0.3.10](https://github.com/apotdevin/thunderhub/compare/v0.3.9...v0.3.10) (2020-05-01)
### Features
* chat integration ([#34](https://github.com/apotdevin/thunderhub/issues/34)) ([24c5109](https://github.com/apotdevin/thunderhub/commit/24c5109a06952a74dcab846da17547e7aa7983ed))
### Bug Fixes
* enable channel force close ([457546e](https://github.com/apotdevin/thunderhub/commit/457546e6765ba0bc7359a5ba15d92dcf8ba1a053))
### Improvements
* show all channel tabs ([b8ea159](https://github.com/apotdevin/thunderhub/commit/b8ea1597a07860cf048c7c68ab0fb1a5cc32af13))
2020-04-22 10:26:41 +02:00
### [0.3.9](https://github.com/apotdevin/thunderhub/compare/v0.3.8...v0.3.9) (2020-04-22)
### Features
* new home ([#28](https://github.com/apotdevin/thunderhub/issues/28)) ([85581cc](https://github.com/apotdevin/thunderhub/commit/85581cc992bb0c243dc6df63ef099ba773f4d55f))
2020-04-20 23:15:52 +02:00
### [0.3.8](https://github.com/apotdevin/thunderhub/compare/v0.3.7...v0.3.8) (2020-04-20)
### Bug Fixes
* correct balances ([2a4e3a3](https://github.com/apotdevin/thunderhub/commit/2a4e3a3834bbce61756ee1111b9fa21cba004e3b))
2020-04-20 20:41:39 +02:00
### [0.3.7](https://github.com/apotdevin/thunderhub/compare/v0.3.6...v0.3.7) (2020-04-20)
### Features
* keysend integration ([#27](https://github.com/apotdevin/thunderhub/issues/27)) ([b4473c5](https://github.com/apotdevin/thunderhub/commit/b4473c50bd5856b4b1fd95426626085757006c77))
2020-04-17 20:35:29 +02:00
### [0.3.6](https://github.com/apotdevin/thunderhub/compare/v0.3.5...v0.3.6) (2020-04-17)
### Improvements
* improve login ux ([b9f63c1](https://github.com/apotdevin/thunderhub/commit/b9f63c15248238f4c6e311dca504fd50417ce876))
2020-04-16 22:54:15 +02:00
### [0.3.5](https://github.com/apotdevin/thunderhub/compare/v0.3.4...v0.3.5) (2020-04-16)
### Bug Fixes
* type adjustments ([4947c36](https://github.com/apotdevin/thunderhub/commit/4947c363ab11e0f3738720e16b19dec2101e2297))
### Improvements
* styling small bugs and refactors ([3b8f4aa](https://github.com/apotdevin/thunderhub/commit/3b8f4aad6100f436d99f8ba774d5a0e2fa626af0))
2020-04-16 15:28:05 +02:00
### [0.3.4](https://github.com/apotdevin/thunderhub/compare/v0.3.3...v0.3.4) (2020-04-16)
### Improvements
* codegen and types for apollo ([a10edec](https://github.com/apotdevin/thunderhub/commit/a10edec4fec75cbcd8c864f6b5ce05a7f7fb57fd))
* increase yarn timeout ([6016c1f](https://github.com/apotdevin/thunderhub/commit/6016c1f737a4a4adaea606e522cdf7ed05579f65))
2020-04-16 10:59:04 +02:00
### [0.3.3](https://github.com/apotdevin/thunderhub/compare/v0.3.2...v0.3.3) (2020-04-16)
### Bug Fixes
* change dockerfile ([cd313fb](https://github.com/apotdevin/thunderhub/commit/cd313fbae233007b448b461bf153d70b8761fc4f))
* remove file import ([294780a](https://github.com/apotdevin/thunderhub/commit/294780ab02b99e75c9a95fe393d4a0c5ab19c6f4))
### Improvements
* basepath fixes ([758281b](https://github.com/apotdevin/thunderhub/commit/758281b7bc5017aa09aae4aaebfaeee8314d2f6a))
* changes and config for ssr and nextjs ([#26](https://github.com/apotdevin/thunderhub/issues/26)) ([83d9b20](https://github.com/apotdevin/thunderhub/commit/83d9b202050e889d7ae9a80d516b6b76ee9faafb))
2020-04-14 17:33:58 +02:00
### [0.3.2](https://github.com/apotdevin/thunderhub/compare/v0.3.1...v0.3.2) (2020-04-14)
### Improvements
* add seo head and fix env ([7c900be](https://github.com/apotdevin/thunderhub/commit/7c900be4d09a775e2b46a2b1264785c0ae20d29e))
* disabled strong password and link fixes ([115266b](https://github.com/apotdevin/thunderhub/commit/115266b264b0b613dc4690e2bce690e344d570aa))
* fix envs and add base path ([00c7851](https://github.com/apotdevin/thunderhub/commit/00c78513ec3611a7a3bb39732abfa35abcffbbe6))
2020-04-13 07:31:25 +02:00
### [0.3.1](https://github.com/apotdevin/thunderhub/compare/v0.2.2...v0.3.1) (2020-04-13)
### Bug Fixes
* dockerfile and small changes ([6aebc91](https://github.com/apotdevin/thunderhub/commit/6aebc9190889fcc1c0eb82585e61be26518edd66))
2020-04-12 18:42:54 +02:00
## [0.3.0](https://github.com/apotdevin/thunderhub/compare/v0.2.2...v0.3.0) (2020-04-12)
### Feature
- switch to nextjs ([aa60d61](https://github.com/apotdevin/thunderhub/commit/aa60d618f9a2f0471fbea69f5ccb0e671c27c813))
2020-04-09 13:12:17 +02:00
## [0.2.2](https://github.com/apotdevin/thunderhub/compare/v0.2.1...v0.2.2) (2020-04-09)
### Bug Fixes
- allow insecure headers for hodlhodl ([ad91160](https://github.com/apotdevin/thunderhub/commit/ad911602568ea438037cb0afa619304838947183))