diff --git a/CHANGELOG.md b/CHANGELOG.md index 638896903..1c91c4506 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## [1.6.0] - 2021-04-16 ### Fixed - app exclusions on Windows OS - fullscreen breaks on MacOS @@ -14,6 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ### Added - advanced option not to reset breaks on Suspend/Lock - Stretchly doesn't need to restart after Restoring remote settings +- Updated many translations ### Changed - new system for storing preferences @@ -562,7 +564,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/). - resume/pause functionality for reminder - scripts for creating installers for OS X, Windows, Linux -[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.5.0...HEAD +[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.6.0...HEAD +[1.6.0]: https://github.com/hovancik/stretchly/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/hovancik/stretchly/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/hovancik/stretchly/compare/v1.3.0...v1.4.0 [1.3.0]: https://github.com/hovancik/stretchly/compare/v1.2.0...v1.3.0 diff --git a/app/package-lock.json b/app/package-lock.json index 602c4d1cb..faabe8fea 100644 --- a/app/package-lock.json +++ b/app/package-lock.json @@ -1,19 +1,19 @@ { "name": "Stretchly", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "Stretchly", - "version": "1.5.0", + "version": "1.6.0", "license": "BSD-2-Clause", "dependencies": { "@electron/remote": "^1.1.0", "@meetfranz/electron-notification-state": "^1.0.0", - "electron-log": "^4.3.2", + "electron-log": "^4.3.4", "electron-store": "^7.0.3", - "i18next": "^20.1.0", + "i18next": "^20.2.1", "i18next-node-fs-backend": "^2.1.3", "luxon": "^1.26.0", "meeussunmoon": "^3.0.3", @@ -411,9 +411,9 @@ } }, "node_modules/electron-log": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.3.2.tgz", - "integrity": "sha512-PJPWE8JDzQ137UlxX9K917nI8GTcwgiJpE2PMPXZo+I6C4AaZU+JWQ3lW5NjQ1Lg8Qk8qbze+Ly0yAiqhbmpeA==" + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.3.4.tgz", + "integrity": "sha512-Cd6xZ9if2J4NG+PNoi3cARAYoanbM4ddpod0faaL5LIhmwuSdxP9XH95C9SgTpHMqklbg8u3CFh1yqiaqo2Bng==" }, "node_modules/electron-store": { "version": "7.0.3", @@ -669,9 +669,9 @@ "peer": true }, "node_modules/i18next": { - "version": "20.1.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.1.0.tgz", - "integrity": "sha512-sV+ZwTM4Ik4d6wKdwNS/ocKmvXi6DFA/YHMgdQX3i4L5993jnbo1/j1pK/c4+zBOjexer4dt+c5JHsFj4CUoXQ==", + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.1.tgz", + "integrity": "sha512-JLruWDEQ3T6tKT6P7u+DsNtToMHUwUcQIYOMRcnNBdUhSfKkoIDUKdVDKgGtmqr//LrirxjADUdr3d5Gwbow6g==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -1681,9 +1681,9 @@ } }, "electron-log": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.3.2.tgz", - "integrity": "sha512-PJPWE8JDzQ137UlxX9K917nI8GTcwgiJpE2PMPXZo+I6C4AaZU+JWQ3lW5NjQ1Lg8Qk8qbze+Ly0yAiqhbmpeA==" + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.3.4.tgz", + "integrity": "sha512-Cd6xZ9if2J4NG+PNoi3cARAYoanbM4ddpod0faaL5LIhmwuSdxP9XH95C9SgTpHMqklbg8u3CFh1yqiaqo2Bng==" }, "electron-store": { "version": "7.0.3", @@ -1888,9 +1888,9 @@ "peer": true }, "i18next": { - "version": "20.1.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.1.0.tgz", - "integrity": "sha512-sV+ZwTM4Ik4d6wKdwNS/ocKmvXi6DFA/YHMgdQX3i4L5993jnbo1/j1pK/c4+zBOjexer4dt+c5JHsFj4CUoXQ==", + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.1.tgz", + "integrity": "sha512-JLruWDEQ3T6tKT6P7u+DsNtToMHUwUcQIYOMRcnNBdUhSfKkoIDUKdVDKgGtmqr//LrirxjADUdr3d5Gwbow6g==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/app/package.json b/app/package.json index 5a7621675..e2e1f2d06 100644 --- a/app/package.json +++ b/app/package.json @@ -1,6 +1,6 @@ { "name": "Stretchly", - "version": "1.5.0", + "version": "1.6.0", "description": "The break time reminder app", "main": "main.js", "repository": { @@ -22,9 +22,9 @@ "dependencies": { "@electron/remote": "^1.1.0", "@meetfranz/electron-notification-state": "^1.0.0", - "electron-log": "^4.3.2", + "electron-log": "^4.3.4", "electron-store": "^7.0.3", - "i18next": "^20.1.0", + "i18next": "^20.2.1", "i18next-node-fs-backend": "^2.1.3", "luxon": "^1.26.0", "meeussunmoon": "^3.0.3", diff --git a/package-lock.json b/package-lock.json index fa9200f2e..80a950bc2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,20 +1,20 @@ { "name": "Stretchly", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "Stretchly", - "version": "1.5.0", + "version": "1.6.0", "hasInstallScript": true, "license": "BSD-2-Clause", "dependencies": { "@electron/remote": "^1.1.0", "@meetfranz/electron-notification-state": "^1.0.0", - "electron-log": "^4.3.2", + "electron-log": "^4.3.4", "electron-store": "^7.0.3", - "i18next": "^20.1.0", + "i18next": "^20.2.1", "i18next-node-fs-backend": "^2.1.3", "luxon": "^1.26.0", "meeussunmoon": "^3.0.3", @@ -27,7 +27,7 @@ "chai-as-promised": "^7.1.1", "cross-env": "^7.0.3", "electromon": "^1.0.10", - "electron": "^12.0.2", + "electron": "^12.0.4", "electron-builder": "^22.10.5", "husky": "^6.0.0", "mocha": "^8.3.2", @@ -2348,9 +2348,9 @@ } }, "node_modules/electron": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/electron/-/electron-12.0.2.tgz", - "integrity": "sha512-14luh9mGzfL4e0sncyy0+kW37IU7Y0Y1tvI97FDRSW0ZBQxi5cmAwSs5dmPmNBFBIGtzkaGaEB01j9RjZuCmow==", + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/electron/-/electron-12.0.4.tgz", + "integrity": "sha512-A8Lq3YMZ1CaO1z5z5nsyFxIwkgwXLHUwL2pf9MVUHpq7fv3XUewCMD98EnLL3DdtiyCvw5KMkeT1WGsZh8qFug==", "hasInstallScript": true, "dependencies": { "@electron/get": "^1.0.1", @@ -2482,9 +2482,9 @@ } }, "node_modules/electron-log": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.3.2.tgz", - "integrity": "sha512-PJPWE8JDzQ137UlxX9K917nI8GTcwgiJpE2PMPXZo+I6C4AaZU+JWQ3lW5NjQ1Lg8Qk8qbze+Ly0yAiqhbmpeA==" + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.3.4.tgz", + "integrity": "sha512-Cd6xZ9if2J4NG+PNoi3cARAYoanbM4ddpod0faaL5LIhmwuSdxP9XH95C9SgTpHMqklbg8u3CFh1yqiaqo2Bng==" }, "node_modules/electron-publish": { "version": "22.10.5", @@ -3776,9 +3776,9 @@ } }, "node_modules/i18next": { - "version": "20.1.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.1.0.tgz", - "integrity": "sha512-sV+ZwTM4Ik4d6wKdwNS/ocKmvXi6DFA/YHMgdQX3i4L5993jnbo1/j1pK/c4+zBOjexer4dt+c5JHsFj4CUoXQ==", + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.1.tgz", + "integrity": "sha512-JLruWDEQ3T6tKT6P7u+DsNtToMHUwUcQIYOMRcnNBdUhSfKkoIDUKdVDKgGtmqr//LrirxjADUdr3d5Gwbow6g==", "dependencies": { "@babel/runtime": "^7.12.0" } @@ -9891,9 +9891,9 @@ } }, "electron": { - "version": "12.0.2", - "resolved": "https://registry.npmjs.org/electron/-/electron-12.0.2.tgz", - "integrity": "sha512-14luh9mGzfL4e0sncyy0+kW37IU7Y0Y1tvI97FDRSW0ZBQxi5cmAwSs5dmPmNBFBIGtzkaGaEB01j9RjZuCmow==", + "version": "12.0.4", + "resolved": "https://registry.npmjs.org/electron/-/electron-12.0.4.tgz", + "integrity": "sha512-A8Lq3YMZ1CaO1z5z5nsyFxIwkgwXLHUwL2pf9MVUHpq7fv3XUewCMD98EnLL3DdtiyCvw5KMkeT1WGsZh8qFug==", "requires": { "@electron/get": "^1.0.1", "@types/node": "^14.6.2", @@ -9986,9 +9986,9 @@ } }, "electron-log": { - "version": "4.3.2", - "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.3.2.tgz", - "integrity": "sha512-PJPWE8JDzQ137UlxX9K917nI8GTcwgiJpE2PMPXZo+I6C4AaZU+JWQ3lW5NjQ1Lg8Qk8qbze+Ly0yAiqhbmpeA==" + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/electron-log/-/electron-log-4.3.4.tgz", + "integrity": "sha512-Cd6xZ9if2J4NG+PNoi3cARAYoanbM4ddpod0faaL5LIhmwuSdxP9XH95C9SgTpHMqklbg8u3CFh1yqiaqo2Bng==" }, "electron-publish": { "version": "22.10.5", @@ -10972,9 +10972,9 @@ "dev": true }, "i18next": { - "version": "20.1.0", - "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.1.0.tgz", - "integrity": "sha512-sV+ZwTM4Ik4d6wKdwNS/ocKmvXi6DFA/YHMgdQX3i4L5993jnbo1/j1pK/c4+zBOjexer4dt+c5JHsFj4CUoXQ==", + "version": "20.2.1", + "resolved": "https://registry.npmjs.org/i18next/-/i18next-20.2.1.tgz", + "integrity": "sha512-JLruWDEQ3T6tKT6P7u+DsNtToMHUwUcQIYOMRcnNBdUhSfKkoIDUKdVDKgGtmqr//LrirxjADUdr3d5Gwbow6g==", "requires": { "@babel/runtime": "^7.12.0" } diff --git a/package.json b/package.json index 1c04f5f11..2defec911 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "Stretchly", - "version": "1.5.0", + "version": "1.6.0", "description": "The break time reminder app", "main": "app/main.js", "engines": { @@ -42,7 +42,7 @@ "chai-as-promised": "^7.1.1", "cross-env": "^7.0.3", "electromon": "^1.0.10", - "electron": "^12.0.2", + "electron": "^12.0.4", "electron-builder": "^22.10.5", "husky": "^6.0.0", "mocha": "^8.3.2", @@ -130,9 +130,9 @@ "dependencies": { "@electron/remote": "^1.1.0", "@meetfranz/electron-notification-state": "^1.0.0", - "electron-log": "^4.3.2", + "electron-log": "^4.3.4", "electron-store": "^7.0.3", - "i18next": "^20.1.0", + "i18next": "^20.2.1", "i18next-node-fs-backend": "^2.1.3", "luxon": "^1.26.0", "meeussunmoon": "^3.0.3",