Skip to content

Commit

Permalink
release: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
singuerinc committed Oct 21, 2018
1 parent f79c2a6 commit 515ef2e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
0.8.0
==================

* feat: always on top button
* feat: +/- buttons to change onion image opacity
* fix: help and settings windows have shadow
* fix: new tools have the right z-index

0.7.0
==================

Expand Down
2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "overlay",
"productName": "Overlay",
"version": "0.7.0",
"version": "0.8.0",
"description": "A set of tools for devs and designers to measure, align and overlay on-screen graphics and layouts.",
"main": "./main.js",
"author": {
Expand Down
2 changes: 1 addition & 1 deletion app/utils/analytics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ const allowAnalytics = (): boolean => {
};

const trackingCode = 'UA-50962418-2';
const appVersion = '0.7.0';
const appVersion = '0.8.0';
const userId = preferences.get(PreferenceKey.APP_USER_ID, uuid());

preferences.set(PreferenceKey.APP_USER_ID, userId);
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "overlay",
"productName": "Overlay",
"version": "0.7.0",
"version": "0.8.0",
"description": "A set of tools for devs and designers to measure, align and overlay on-screen graphics and layouts.",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 515ef2e

Please sign in to comment.