Skip to content

Commit

Permalink
Merge branch 'release/0.11.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
nwtgck committed Sep 20, 2022
2 parents be6941a + cdf945c commit e21fab7
Show file tree
Hide file tree
Showing 47 changed files with 18,518 additions and 29,463 deletions.
3 changes: 1 addition & 2 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
> 1%
last 2 versions
since 2015
3 changes: 2 additions & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ module.exports = {
'@vue/typescript'
],
rules: {
'no-console': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-console': 'off',
'no-debugger': process.env.NODE_ENV === 'production' ? 'error' : 'off',
'no-unused-vars': 'off',
'vue/no-unused-vars': 'off',
'vue/multi-word-component-names': 'off',
},
parserOptions: {
parser: '@typescript-eslint/parser'
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ node_modules
/dist
/src/version.ts
/src/licenses.json
/public/openpgp
/public/sitemap.xml
/public/robots.txt
/public/service-worker.js
/public/service-worker.js.map
/src/service-worker/dist

# local env files
Expand Down
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)

## [Unreleased]

## [0.11.0] - 2022-09-20
### Change
- Improve error message in key exchange
- Update dependencies
- Improve cancellations especially for sending and viewing
- (internal) Update @vue/cli-xxx
- Improve UX by preloading components and libraries
- Load icons asynchronously for performance
- Update OpenPGP.js and reduce its built size for performance
- Update theme color

## [0.10.0] - 2022-09-12
### Change
- (internal) Use Composition API in the components
Expand Down Expand Up @@ -400,7 +411,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.10.0...HEAD
[Unreleased]: https://github.com/nwtgck/piping-ui-web/compare/v0.11.0...HEAD
[0.11.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.10.0...v0.11.0
[0.10.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.9.0...v0.10.0
[0.9.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.8.0...v0.9.0
[0.8.0]: https://github.com/nwtgck/piping-ui-web/compare/v0.7.3...v0.8.0
Expand Down
Loading

0 comments on commit e21fab7

Please sign in to comment.