Skip to content

Latest commit

 

History

History
88 lines (67 loc) · 4.18 KB

CHANGELOG.md

File metadata and controls

88 lines (67 loc) · 4.18 KB

Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.3.0] [01/10/2018]

Fixed

  • Fix Autofill after unlock #117

[1.3.0] [15/08/2018]

Fixed

  • Remove old translation files 981e7d4

[1.3.0] [15/08/2018]

Added

Changed

  • Use Crowdin for translations #115. Read the docs.

[1.2.0] [01/01/2018]

Fixed

  • Fix websites using old version of jQuery validation plugin #101 & #102

[1.2.0rc1] [11/12/2017]

Fixed

  • Enable context menu hack on login.microsoftonline.com #96 & #99
  • Fix bug with contextmenu not working after that filling credentials failed #100

Changed

  • Popup windows are now opened in incognito mode to remove them from Firefox history and recently closed #92
  • Use Ctlr instead of Command on Mac to prevent shortcut collisions #93 & #94
  • Move site-specific hacks to a dedicated file #98

[1.1.0] [09/11/2017]

Fixed

  • Use other solution for #80 implemented in #85
  • Workaround for empty window in >= FF 57 #86

[1.1.0rc1] [04/10/2017]

Fixed

  • Fix missing context menu with bad placeholders (e.g. MicroSoft's implementation) #80 & #81
  • Fix missing context menu with dynamically generated html #78 & 79

[1.0.0] [19/09/2017]

Added

  • Button to options page to associate when not already associated #77

Changed

  • Replace usage of innerHTML by innerText #73

Fixed

  • Send input event after filling a input field to fix filling passwords in SPA frameworks #75
  • Regression which prevents the SecureStorage to be unlocked when filling in credentials when it was previous canceled #76
  • Fix inaccurate data in options page #77

[1.0.0-rc1] [05/09/2017]

Added

  • Support internationalization #62
  • Helper script to synchronise translations #72
  • Chinese internationalization #71
  • Dutch internationalization #62

Changed

  • Improve code style and remove debug messages #70
  • Replace reqwest library by native browser api #69

Fixed

  • Let the footer of dialogs fill up all remaining space #68

[0.1.0-beta4] [18/05/2017]

Changed

  • Replaced reqwest.min.js by reqwest.js for easier AMO reviews.

[0.1.0-beta3] [03/03/2017]

Added

  • Option to not unlock secure storage at startup

[0.1.0-beta2] [17/02/2017]

Added

  • Rebranded to "Keywi"
  • Include license
  • Add more info to README.me

Fixed