Skip to content

Releases: apotdevin/thunderhub

v0.7.4

07 Jun 19:06
Compare
Choose a tag to compare
  • ADD: bake macaroons
  • CHANGE: toggle home button on header
  • CHANGE: add more types
  • CI: docker image build script

v0.7.3

07 Jun 08:18
Compare
Choose a tag to compare
  • FIX: type bugs

v0.7.2

06 Jun 16:07
Compare
Choose a tag to compare
  • ADD: probe routes before doing a payment
  • FIX: fetch upstream before comparing (@openoms)
  • CI: script to build all docker images

v0.7.1

06 Jun 08:30
Compare
Choose a tag to compare
  • CHANGE: fee rate units
  • CHANGE: stat view modifications
  • FIX: partner fees in channel view

v0.7.0

05 Jun 16:52
Compare
Choose a tag to compare
  • feat: new stats view (Closes: #24)
  • feat: notification if a new version is available
  • feat: show alias instead of pubkey en transactions view (Closes: #58)
  • chore: script for easy updating
  • chore: move settings, chat and trading links to header
  • chore: remove navigation from settings view
  • refactor: server schema
  • fix: failing query on 'forwards' view and 'closed channels' view (Closes: #57)
  • docs: update README

v0.6.13

05 Jun 11:07
Compare
Choose a tag to compare
  • FIX: remove header query

v0.6.0

19 May 18:08
Compare
Choose a tag to compare

Add Server Authentication

Changes

  • ADD: SSO cookie authentication
  • ADD: Server accounts authentication
  • ADD: Switch to turn of third party fetching
  • ADD: Configure ThunderHub from .env file

Improvements

  • CHANGE: Improve server typings
  • CHANGE: Improve server logging
  • CHANGE: Generated queries and mutation files
  • CHANGE: Refactor account context
  • CHANGE: Refactor chat context
  • CHANGE: Footer styling
  • DOCS: Update README

v0.4.0

01 May 12:15
Compare
Choose a tag to compare
  • New Chat integration to send and receive messages
  • New sendMessage and getMessages graphql queries and mutations
  • Moved to React-Feather
  • Changes in error message handling
  • Added Jest
  • Changed Dockerfile for multistage build

v0.3.1

13 Apr 05:34
Compare
Choose a tag to compare
  • FIX: Dockerfile image
  • FIX: Error connecting view

v0.3.0

12 Apr 16:59
Compare
Choose a tag to compare
  • Switch to NextJS