Skip to content
This repository has been archived by the owner on May 16, 2019. It is now read-only.

1.1.6

Compare
Choose a tag to compare
@jjeffryes jjeffryes released this 06 Jun 21:58
· 363 commits to master since this release

Full release for general use.

The following significant changes have been made in this release:

  • if a partial payment is made, it is now shown in the payment screen, and the amount still pending for that transaction is shown. The QR code and other data will update to the new pending amount.
  • the client now has a top bar with the app title, current view, and OS-native controls, none of which are ever covered by modals or overlays.
  • the close/minimize/maximize controls can be set to Windows or Mac style in settings/advanced.
  • when messages are added in the discussion tab of a transaction, a message notification is shown.
  • an autocomplete system has been added to the top address bar.
  • when a transaction hasn't been fully funded, the shipping/file tab isn't shown in the transaction modal.
  • unfunded transactions are hidden by default, they can be unhidden by clicking a button.
  • the Discover and User views have a back to top button.
  • the Discover view is cached, and no longer changes if you navigate away from it and back before the cache expires.
  • the Settings view is cached.
  • shipping information is not displayed in the transaction modal for digital and service transactions.
  • country names and currencies are now translatable.
  • there is an option to send a debug email from the system tray that collects system info and sends it to OpenBazaar.
  • the delete button on the listings in the store tab of the user's own user view now have a confirm step to prevent accidental deleting.
  • the refund button in the transaction modal now has a confirm step to prevent accidental refunds.
  • the client will now check for available updates once every hour.
  • you can test your SMTP buttons from settings/advanced.
  • the base HTML structure has been overhauled, to make positioning of major areas of the application more consistent.
  • anchor links are no longer draggable.
  • the server connect modal has been translated and responds to changing the language used in the client.
  • multiple numbers and text elements that were not yet internationalized have been internationalized.
  • the transactions tabs have spinners that are shown while the transactions are loading, and a message if no transactions were found for that tab.
  • full es-lint rules have been set, and pre-commit hooks should fire es-lint correctly with every commit now.
  • when the libbitcoin server is offline, a warning is shown in the status bar at the bottom of the page.
  • auto-updates use https.

Special thanks to our contributors for code submissions to this release:

  • mariodian
  • rhcastilhos

And special thanks to everyone that contributed to translations on Transifex (https://www.transifex.com/ob1/openbazaar).