Releases: DimensionDev/Maskbook
Releases · DimensionDev/Maskbook
v1.5.3
✔ No breaking changes.
🐛 Bug Fixes
We remove maskbook.io
links in the payload.
v1.5.2
1.5.2 (2019-08-02)
✔ No breaking changes.
🆕 New Feature
We design a new options page!
- new options page (7ccf1ef)
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
- i18n: close #71 (9722d06)
- close options page if click "do it later" (556bcb2)
- crast on JSON restore (18d9519)
- restore button (bb513e4)
- yarn install timedout (33c7704)
🔙 Reverts
v1.5.1
v1.5.0
✔ No breaking changes.
🆕 New Feature
- Add encrypt for post comments! (339f420) (3c3c27a) (6f7c315)
- Add privacy policy https://maskbook.com/privacy-policy/browser-extension/ (b63563a)
- 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
v1.4.0
✔ No breaking changes.
🆕 New Feature
- We're working on Maskbook Android and iOS! (684dc1d b1f2770 9b6cc95 ea6f713 5bf8fd7 c53bcb7)
- A new mechanism to fetch prove post and bio, in normal case no annoying background tabs open! (50148e2 b095f77)
- Support links while render text (79f696f)
🔐 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
- We re-design the whole internal representation and a new database that support multiple identities in future! (
PersonIdentifier
PostIdentifier
and so on) (fa6239c b92f7d5 5f22449 3fe3392 71308a8 ddf02bc 8b2d118 85ec537 37663a2 3dd9215 2bf4443 5cb2272 1126339 eafb0d5 4e1f9ca 40af4cb 830cbde 834a01e c880187 25d956d 684dc1d) - Partial implements friendship certificate (not enabled yet.) (da25601 626be8b 73c915f 37ef03e cee9bfa 2cca3b4)
- Resolve some todos (a7c86a2)
- For developers, you can use the standalone
react-devtools
to debug React in content scripts now! (8395235) - Make @holoflows/kit a stable dependency, no need to install it again and again (67fbe5b)
- Add inline sourcemap, that may help in debugging in production and realms (20ca91a)
- A new way to collect avatar and username (9697336)
v1.3.2
Add i18n support for zh-Hant
✔ No breaking changes.
🆕 New Feature
- Support zh-Hant
🐛 Bug Fixes
- Now if you refresh the extension, Maskbook will close tabs opened by the previous session.
v1.3.0
✔ No breaking changes.
🆕 New Feature
- Add tips if automatic operation failed (a19eb2f)
🔐 Security
- We move Welcome from webpage to the options page
🎨 UI Improvements
- A newer and simpler design of Welcome #23 (8ee2ae6, aa4242f, f4076aa, 967f035, 0951806, 30a56ab, ea5bf35, 744218c)
🐛 Bug Fixes
👩💻 Miscellaneous
v1.2.0
✔ No breaking changes.
🆕 New Feature
🔐 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
-
- storybook: 4.1.13 -> 5.1.0-alpha.33 (info plugin is broken, see storybookjs/storybook#6093)
🐛 Bug Fixes
- Fix a CSS bug that will collapse non-encrypted posts. (22c3476)