diff --git a/README.md b/README.md index 05d50ca..ff80ebc 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ Or just [click the url](https://cnhv.co/87z) and donate a little bit of your CPU ## Release History +### 0.5.2 ( thanks to [Mathieu Hofman](https://github.com/mhofman) ) + * Discard active tabs if their window is minimized + * Transform the background page into an event page + ### 0.5.1 * Update icon diff --git a/package.json b/package.json index 20ba75d..0638920 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "lazy_tabs", "title": "Lazy Tabs", "description": "Faster start for Google Chrome \nUnload all inactive tabs (except pinned) at Google Chrome startup or by clicking an icon.", - "version": "0.5.1", + "version": "0.5.2", "homepage": "https://github.com/jman/lazy_tabs", "author": { "name": "Eugene Tereshchenko",