Skip to content

3.9.2

Compare
Choose a tag to compare
@penge penge released this 21 Jun 16:01
· 208 commits to master since this release
b9955b3

Adjustments

  • Added host permission for https://drive.google.com/ which resolves following warning: "Indicate whether to send a cookie in a cross-site request by specifying its SameSite attribute". This warning could be seen in Chrome Console when user accesses the images he uploaded to his Google Drive. (#268)
  • Autocomplete in Modals is disabled. This affects following modals: New note, Rename note, Insert image, Insert link. Reason: we don't want to see what the previous note name was, or inserted image URL, or link. We are working with something new every time here, so there's no need for autocomplete. (#266)

Other

  • Defined type Os (mac and other) which makes it easier to work with this setting. (#265)
  • Removed no longer needed no-unused-vars exception to the rule. (#269)