Skip to content

Releases: DimensionDev/Maskbook

v1.5.3

08 Aug 05:02
Compare
Choose a tag to compare

✔ No breaking changes.

🐛 Bug Fixes
We remove maskbook.io links in the payload.

v1.5.2

02 Aug 08:44
Compare
Choose a tag to compare

1.5.2 (2019-08-02)
✔ No breaking changes.

🆕 New Feature

We design a new options page!

We add QR Code import/export in options page

  • add qr scanner and paste json to restore (24995c2)
  • add qrcode component (78b7fef)
  • BarcodeDetector Polyfill (#78) (818adaf)
  • disable qr scanner if there is no BarcodeDetector in window (79c336c)
  • gen qr to transfer key (0a44e41)
  • iOS scan QR (59ae2b0)
  • new QRScanner component (fe347c2)
  • rpc for iOS (cab70ed)

🐛 Bug Fixes

🔙 Reverts

v1.5.1

25 Jul 09:58
Compare
Choose a tag to compare

✔ No breaking changes.

🐛 Bug Fixes

  • detect user id in bio (ad8d9f7)
  • non-maskbook users displayed in the select ui (1140002)
  • prove and encrypted post appear in the same post, maskbook will recognize both now. close #69 (eb0a652)

v1.5.0

24 Jul 11:35
Compare
Choose a tag to compare

✔ No breaking changes.

🆕 New Feature


  • add devtools to options page (f116da0)
  • add storybook/viewport (9efd0aa)
  • jump to facebook to get identity if there is no identity in the db (4ef8934)
  • save post key into db, close #63 (bccd455)
  • store receivers when publish post (5609e50)
  • update when to show the welcome banner and create new identity (724c4d2)

🎨 UI Improvements

  • change AdditionalPostBoxUI no id error to NotSetupYetPrompt (5120a29)
  • again, UI problem if maskbook not get configured. (656387b)
  • ui: all welcome ui fit mobile (35cb535)
  • ui: banner for mobile (f697f4b)
  • ui: remove elevation on banner (d8e1919)
  • ui: welcome/0 for mobile (56b5718)
  • styles of the option page (5141b78)
  • UI problem if maskbook not get configured. (77c7088)

🐛 Bug Fixes

  • fix input onchange to oninput (20b40e6)
  • @kit again (c194646)
  • get prove post in first setup correctly (c7ec481)
  • key is not writed into the clipboard (eb73678)
  • mobile now act as desktop now (06854a2)
  • Modal throws in ShadowRoot (cb691b3)
  • openWelcomePage on safari and isMobile in background (d54c0e4)
  • unsupported option on Firefox (b4b2cdc)
  • updatePersonDB may throw (03d373a)
  • comment: fix use of useCapturedInput (31b2437)
  • db: crash on safari that reports transaction ends (1c08c8c)
  • MyUsername: access wrong property (5abde6c)
  • upgrade @kit to fix event on Firefox and Safari (bd72055)
  • warning of @kit (beebab9)

👩‍💻 Miscellaneous

v1.4.1

08 Jul 07:32
Compare
Choose a tag to compare

✔ No breaking changes.

For an unknown reason, v1.4.0 is rejected by Chrome Web Store. It may cause by 126724f. We revert it and try to publish again.

👩‍💻 Miscellaneous

  • Revert "Update webpack config" (126724f)

v1.4.0

07 Jul 13:19
Compare
Choose a tag to compare

✔ No breaking changes.

🆕 New Feature

🔐 Security

  • Fix Dialog is not in the ShadowRoot (3f56792)

🎨 UI Improvements

  • i18n improvements (3a93504 3f56792 8e935c9 4a4c91c)
  • A better home page for Options page (22d2fae)
  • If you're not setup yet and try to decrypt post, Maskbook now will have a prompt navigate you to the setup (bc3e3a2)
  • Now if Maskbook failed to automatically past the content into the composing box, a prompt with encrypted text will show instead of implicitly copy for you (and if implicitly copy fails, data lost too) (fc43e85)

🐛 Bug Fixes

👩‍💻 Miscellaneous

v1.3.2

03 Jun 02:25
Compare
Choose a tag to compare

✔ No breaking changes.

🐛 Bug Fixes

  • We remove gungame.herokuapp.com as a peer gun node. (6faa2cd) #53

Add i18n support for zh-Hant

23 May 09:27
Compare
Choose a tag to compare

✔ No breaking changes.

🆕 New Feature

  1. Support zh-Hant

🐛 Bug Fixes

  1. Now if you refresh the extension, Maskbook will close tabs opened by the previous session.

v1.3.0

14 May 06:47
Compare
Choose a tag to compare

✔ No breaking changes.

🆕 New Feature

  • Add tips if automatic operation failed (a19eb2f)

🔐 Security

  • We move Welcome from webpage to the options page

🎨 UI Improvements

🐛 Bug Fixes

👩‍💻 Miscellaneous

v1.2.0

24 Apr 10:22
Compare
Choose a tag to compare

✔ No breaking changes.

🆕 New Feature

  • Now you can append decryptor after you create the post. (028ad9b, 4aabf13)

🔐 Security

  • We've moved (almost) all secret contents to Shadow Dom! (That means the content won't leak.) (c381b46, 6ffa8b3, a185d5d, #9 )

🎨 UI Improvements

👩‍💻 Miscellaneous

  • Do a refractory on utils/ (696c74d)
  • Reudce the use of style= (c14d424)
  • Improve aria (2e8cac3)
  • Move Avatar logic into a single file (52677a5)
  • Move payload parser into a single file (8adc2f1)
  • Upgrade dependencies (c998cd7)
    • react-scripts: 2.1.5 -> 3.0.0

🐛 Bug Fixes

  • Fix a CSS bug that will collapse non-encrypted posts. (22c3476)