diff --git a/README.md b/README.md index 0181c06..9dc7007 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,14 @@ # Save-The-Session Lightweight chrome extension for just saving the session, and re-loading it later. -sts_v1.0 is the release branch for version 1.0 (initial publish to web store). -All further fixes/changes would be in different branch. +sts_v1.0 : Version 1.0 release branch (initial publish to web store). + +sts_v1.4 : Version 1.4 release branch + + * Fixed behaviour on clicking outside button/popup border (Major) + + * Updated key in manifest file (Major - This makes sure profiles don't get deleted on extension-update) + + * Reduced font-size for text in selected checkbox (Minor) + + * Fixed minor parse error in manifest (Minor)