diff --git a/CHANGELOG.md b/CHANGELOG.md index 1645c0c..10cd1db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 1.2.0 + +- Auto-Focus the "quicksearch" field +- Provide keyboard shortcuts to navigate links when using the quicksearch. + # 1.1.0 - Fix scrolling issue in the settings & help page diff --git a/package.json b/package.json index 8109e75..1048c47 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "schmackhaft", - "version": "1.1.0", + "version": "1.2.0", "description": "A bookmark manager based on del.icio.us", "author": "Michel Albert ", "license": "MIT",