Releases: MichaelFedora/unofficial-blockstack-extension
v2.3.4 Beta
- Updated deps
- Fixed a null reference in the auth popup
- Removed some debug logs
- Added some debug logs (that aren't enabled on release)
- Fixed some typings
- Fixed #14 : There was an update to the
bip39
package that mademnemonicToSeed
async, and I forgot to update some code for that
v2.3.3 Beta
Fixed an issue with the private key recovery phrase not encrypting correctly (i.e. being able to decrypt it), as well as using deprecated crypto
functions. Now we use an IV, and AES-256 yay!
2.3.2 (Beta)
Another small-ish bugfix update, which seems to reduce the size of the extension a bit:
Fixes:
- Some app images weren't showing up (i.e. those that didn't have an app.co entry)
- Excess code has been trimmed from the background
- Dependencies have been updated and typings have been fixed
- In the auth popup, sometimes it would look for the identity default profile url if it didn't come from the downloadProfile action -- this would trigger an error because it was calling a non-existent action (
getDefaultUrl
(bad) vsgetDefaultProfileUrl
(good))
Additions:
- You can now see your extension version at the bottom of the settings page.
2.3.1 (Beta)
Small bugfix update:
- updated deps
- fixed the regex from matching blockstack github pull request creation
2.3 (Beta)
This is a small update, to fix image hosting issues and update many dependencies to make sure it's as smooth as possible. It also makes sure that only App-Mining apps are shown, instead of everything.
2.2 (Beta)
We're actually ahead of the Blockstack (PBC) browser in one feature now! Association tokens have been implemented so now you can use private (whitelisted) Gaia Hubs!
Changelog
- implemented
<all_urls>
checking - unfortunately the extension has to monitor all the urls/webpages you go to now because some of the requests tobrowser.blockstack.org/auth?authRequest=<>
didn't show up anymore. On the plus side, the extension works again (and if you don't trust me -- check my code). - updated deps & blockstack.js typings
- Added association tokens to authentication - this now means you can use private Gaia Hubs now, yay! 🎉
- (hidden change): your configuration for the core node is now passed to apps so they should prefer to use it too
Known issues:
Using an account with a name that has its profile.json
in another Gaia Hub then the one you have configured will make it break. In simpler words: don't use an account that has a pre-existing username on it.
Also note that if you change Gaia Hubs your data will be left on the old one -- you won't be able to access it from the new Gaia Hub and will have to "switch back" if you want to access it.
2.1 (Beta)
- Update deps
- Adjust webpack to split chunks now (reduced ~5MB of space, uncompressed)
2.0 (Beta)
Version 2 of the Unofficial Blockstack Extension. We are now in Beta!
- Main component has been added
- Ability to manage your BTC wallet
- Ability to manage multiple identities/profiles
- Ability to view/search apps in an easier fashion than through the popup
- Added the ability to pin apps
- Switched to app.co instead of Blockstack PBC's internal Api
- Added the ability to view pass phrase, change password, change Api endpoints, and change account email in the popup settings
And many other smaller changes/fixes. Thanks for your support!
Initial Release
The Initial Release of the Extension.