Skip to content

Commit

Permalink
Merge branch 'release/0.16.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Aug 20, 2023
2 parents 8872a1e + acb3a55 commit d771bac
Show file tree
Hide file tree
Showing 15 changed files with 765 additions and 605 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cloudflare-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.8.1
with:
node-version: 16.x
# base: https://github.com/actions/setup-node/issues/214#issuecomment-810829250
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/e2e-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,33 +21,33 @@ jobs:

# "selenium/standalone-${e2e_docker_image_fragment}"
# Why fragment? These short names are more readable in GitHub UI
- e2e_docker_image_fragment: chrome:108.0
- e2e_docker_image_fragment: chrome:115.0
e2e_service_worker_disable: false
e2e_block_popup: false
- e2e_docker_image_fragment: chrome:84.0
e2e_service_worker_disable: false
e2e_block_popup: false
- e2e_docker_image_fragment: firefox:108.0
- e2e_docker_image_fragment: firefox:116.0
e2e_service_worker_disable: false
e2e_block_popup: false
- e2e_docker_image_fragment: firefox:78.0
e2e_service_worker_disable: false
e2e_block_popup: false
- e2e_docker_image_fragment: firefox:108.0
- e2e_docker_image_fragment: firefox:116.0
e2e_service_worker_disable: true
e2e_block_popup: false
- e2e_docker_image_fragment: firefox:78.0
e2e_service_worker_disable: true
e2e_block_popup: false
- e2e_docker_image_fragment: firefox:108.0
- e2e_docker_image_fragment: firefox:116.0
e2e_service_worker_disable: false
e2e_block_popup: true

runs-on: ubuntu-20.04
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.8.1
with:
node-version: 16.x
cache: 'npm'
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/netlify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: netlify

on:
push:
pull_request:
types: [opened, synchronize]

permissions:
statuses: write
Expand All @@ -15,7 +13,7 @@ jobs:

steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.8.1
with:
node-version: 16.x
# base: https://github.com/actions/setup-node/issues/214#issuecomment-810829250
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/vue-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v3.8.1
with:
node-version: 16.x
- run: npm ci
Expand Down
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.16.1] - 2023-08-20
### Fixed
- Not make verification code flicker

### Changed
- (internal) Relax key exchange "format" type restriction
- Update dependencies

## [0.16.0] - 2023-01-14
### Changed
- Clear input files and text after sent
- Make Piping UI Auth use detectable for normal receiver in the future
- Save as input file name in passwordless protection
- Improve progress bar when viewing in passwordless protection

## Added
### Added
- Show progress bar when downloading in passwordless protection
- Show update-app button when key exchange version is out-of-date

Expand Down Expand Up @@ -465,7 +473,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
### Added
- First release

[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.16.0...HEAD
[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.16.1...HEAD
[0.16.1]: https://github.com/nwtgck/piping-ui-web/compare/v0.16.0...v0.16.1
[0.16.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.15.0...v0.16.0
[0.15.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.14.0...v0.15.0
[0.14.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.13.0...v0.14.0
Expand Down
Loading

0 comments on commit d771bac

Please sign in to comment.