Skip to content

Releases: urbit/bridge

Bridge v2.9.3

22 Jul 14:08
55a9664
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.9.3 (2021-07-22)

  • Improve the UX of the Urbit OS page and the networking key flows. (#592)
  • Fix the back arrow buttons on the Urbit ID and OS pages. (#595)

Bridge v2.9.2

01 Jul 10:50
5c31ee1
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.9.2 (2021-07-01)

  • Fixed another issue that kept some users stuck on a loading screen after logging in. (#591)

Bridge v2.9.1

01 Jul 09:42
92c98f6
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.9.1 (2021-07-01)

  • Fixed an issue that kept some users stuck on a loading screen after logging in. (#590)

Bridge v2.9.0

30 Jun 23:30
602866e
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.9.0 (2021-07-01)

  • Various backend quality-of-life improvements. Upgraded dependencies to their latest versions, started using Typescript, added scaffolding for running tests. Notably, these changes let us properly minimize the Bridge bundle again, improving the pageload time. (#584)
  • When downloading the passport, if a keyfile is available, include it in the zip file. (#588)
  • Improved performance when loading the list of controlled points. (#582, #587)

Bridge v2.8.3

07 Jun 19:39
f6cda0a
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.8.3 (2021-06-07)

  • Added a flow for viewing the Bitcoin xpub. (#573)
  • Retrieve some contract addresses dynamically, instead of hardcoding. (#571)

Bridge v2.8.2

26 May 15:41
a3fd1ac
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.8.2 (2021-05-26)

  • Added support for signing Bitcoin testnet transactions. (#570)

Bridge v2.8.1

20 May 21:39
ce0f2b3
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.8.1 (2021-05-20)

  • Updated support for Ledger devices.

Bridge v2.8.0

19 May 17:50
262e9fd
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.8.0 (2021-05-19)

  • Added support for voting on contract upgrade proposals. (#569)

Bridge v2.7.0

07 May 21:29
28669e8
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.7.0 (2021-05-07)

  • Added support for Bitcoin xpub derivation and transaction signing. (#534)
  • Increased the gas limit used for lockup transfer transactions.

Bridge v2.6.0

30 Mar 16:17
v2.6.0
509fb41
Compare
Choose a tag to compare

The latest version of Bridge is available at bridge.urbit.org. To run it locally, see the instructions in the readme.

Changes
v2.6.0 (2021-03-30)

  • Implemented a "flows" mechanic, which lets you access specific Bridge functionality through a link, navigating directly to the desired page and filling in the input fields for you. (#522)
  • Implemented transfer functionality for locked up batches of stars, making use of the above-described flows for accepting the transfer. (#563)
  • Now notifies galaxy owners that their locked up stars are fully separate for the purposes of transfer. (#563)
  • Reload Bridge when the Metamask-selected network changes. (#560)
  • Handle unexpected "cannot read the blockchain" cases slightly more gracefully. (#560)