Skip to content

Commit

Permalink
Release [1.2.0]
Browse files Browse the repository at this point in the history
  • Loading branch information
lucka-me committed Aug 15, 2021
2 parents a1cb72c + 7cc04d4 commit 6c0b3be
Show file tree
Hide file tree
Showing 16 changed files with 2,786 additions and 3,045 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ jobs:
with:
fetch-depth: 0
submodules: true
- uses: actions/setup-node@v2.1.5
- uses: actions/setup-node@v2.3.0
with:
node-version: 12.x
node-version: 14.x
- name: Initiate
run: npm ci
- name: Build Potori
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
with:
fetch-depth: 0
submodules: true
- uses: actions/setup-node@v2.1.5
- uses: actions/setup-node@v2.3.0
with:
node-version: 12.x
node-version: 14.x
- name: Initiate
run: npm ci
- name: Build Potori
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: true
- uses: actions/setup-node@v2.1.5
- uses: actions/setup-node@v2.3.0
with:
node-version: 12.x
node-version: 14.x
- name: Initiate
run: npm ci
- name: Build Potori
Expand Down
15 changes: 12 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
# Changelog
Noteable changes of Potori will be documented here.

## [1.2.0](https://github.com/lucka-me/potori/releases/tag/1.2.0) - 2021-08-15
Support Pokémon GO

### Added
- Incomplete support for Pokémon GO

### Fixed
- Error occurs when manually matching is required

## [1.1.0](https://github.com/lucka-me/potori/releases/tag/1.1.0) - 2021-05-31
Update dependencies

## Changed
### Changed
- Update dependencies

## [1.0.0](https://github.com/lucka-me/potori/releases/tag/1.0.0) - 2021-04-08
Rebuild with Vue

## Added
### Added
- New page: Dashboard, to display general informations and provide entrances to other pages
- New page: Charts, to display non-brainstorming charts
- New page: Brainstorming, to display brainstorming-related charts and update local database
Expand All @@ -28,7 +37,7 @@ Rebuild with Vue
- Feature: Detailed progress with finished / total
- Feature: Paste Intel URL to set nomination's location

## Changed
### Changed
- Framework: Rebuilt with Vue 3
- Framework: Nominations and brainstorming data are saved in local IndexedDB database
- UI: Optimized for standalone mode of mobile devices
Expand Down
Loading

0 comments on commit 6c0b3be

Please sign in to comment.