Skip to content

Commit

Permalink
Merge pull request #1100 from hovancik/release
Browse files Browse the repository at this point in the history
Release 1.10
  • Loading branch information
hovancik committed Feb 22, 2022
2 parents e180a08 + d257eed commit 59f48a0
Show file tree
Hide file tree
Showing 9 changed files with 1,278 additions and 787 deletions.
6 changes: 3 additions & 3 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ platform:

steps:
- name: Build
image: amd64/node:16.9.1-buster
image: amd64/node:16.13.0-buster
commands:
- apt update && apt-get install --no-install-recommends -y gcc-multilib g++-multilib bsdtar rpm libopenjp2-tools
- npm install
Expand All @@ -36,7 +36,7 @@ platform:

steps:
- name: Build
image: arm64v8/node:16.9.1-buster
image: arm64v8/node:16.13.0-buster
commands:
- apt update && apt-get install --no-install-recommends -y ruby-full bsdtar rpm libopenjp2-tools
- gem install fpm -v 1.10.1
Expand Down Expand Up @@ -65,7 +65,7 @@ platform:

steps:
- name: Build
image: arm32v7/node:16.9.1-buster
image: arm32v7/node:16.13.0-buster
commands:
- apt update && apt-get install --no-install-recommends -y ruby-full bsdtar rpm libopenjp2-tools
- gem install fpm -v 1.10.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.9.1'
node-version: '16.13.0'
- run: npm install npm -g
- run: npm install
- run: node_modules/.bin/electron-builder build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snap-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-node@v2
with:
node-version: '16.9.1'
node-version: '16.13.0'
- run: npm install -g npm
- run: npm install
- run: node_modules/.bin/electron-builder --linux snap -c.snap.publish=github
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v2
with:
node-version: '16.9.1'
node-version: '16.13.0'
- run: npm install npm -g
- run: npm install
- run: npx nyc --reporter=lcov npm test
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.10.0] - 2022-2-22
### Added
- advanced option for app exclusion check interval
- build for Apple silicon
Expand Down Expand Up @@ -633,7 +634,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.9.0...HEAD
[Unreleased]: https://github.com/hovancik/stretchly/compare/v1.10.0...HEAD
[1.10.0]: https://github.com/hovancik/stretchly/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/hovancik/stretchly/compare/v1.8.1...v1.9.0
[1.8.1]: https://github.com/hovancik/stretchly/compare/v1.8.0...v1.8.1
[1.8.0]: https://github.com/hovancik/stretchly/compare/v1.7.0...v1.8.0
Expand Down
122 changes: 68 additions & 54 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "Stretchly",
"version": "1.9.0",
"version": "1.10.0",
"description": "The break time reminder app",
"main": "main.js",
"repository": {
Expand All @@ -20,11 +20,11 @@
},
"homepage": "https://hovancik.net/stretchly",
"dependencies": {
"@electron/remote": "^2.0.1",
"@electron/remote": "^2.0.4",
"@meetfranz/electron-notification-state": "^1.0.0",
"electron-log": "^4.4.4",
"electron-log": "^4.4.6",
"electron-store": "^8.0.1",
"i18next": "^21.6.6",
"i18next": "^21.6.11",
"i18next-fs-backend": "^1.1.4",
"luxon": "^2.3.0",
"meeussunmoon": "^3.0.3",
Expand Down

0 comments on commit 59f48a0

Please sign in to comment.