Merge tag 'v2.1.1' into develop
Updated gateways and Angular 11merge-requests/3/merge
commit
91c9fdca31
20
CHANGELOG.md
20
CHANGELOG.md
|
@ -8,6 +8,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
### Deprecated
|
||||||
|
|
||||||
|
### Removed
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
### Security
|
||||||
|
|
||||||
|
## [2.1.1] - 2021-03-20
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
- Added some accessibility tags
|
- Added some accessibility tags
|
||||||
- Added some VSCode settings
|
- Added some VSCode settings
|
||||||
|
|
||||||
|
@ -16,16 +30,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
|
||||||
- Updated to Angular 11
|
- Updated to Angular 11
|
||||||
- Updated gateways
|
- Updated gateways
|
||||||
|
|
||||||
### Deprecated
|
|
||||||
|
|
||||||
### Removed
|
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Corrected the title from "Public IPFS Cacher" to "Public Gateway Cacher".
|
- Corrected the title from "Public IPFS Cacher" to "Public Gateway Cacher".
|
||||||
|
|
||||||
### Security
|
|
||||||
|
|
||||||
## [2.1.0] - 2020-07-10
|
## [2.1.0] - 2020-07-10
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
Cache a specific hash on a bunch of public gateways.
|
Cache a specific hash on a bunch of public gateways.
|
||||||
|
|
||||||
You can view this website on [GitLab Pages](https://natoboram.gitlab.io/public-gateway-cacher) and [IPFS](https://bafybeiagzg6lcrzuwb7pdxhs4bc7iiexriaxy2kx5fogdaemnqg4oiydl4.ipfs.dweb.link).
|
You can view this website on [GitLab Pages](https://natoboram.gitlab.io/public-gateway-cacher) and [IPFS](https://bafybeib43z6e5yuywjclls72rvipygoteyi3yeyxwewxi7yd5txypxprpa.ipfs.dweb.link).
|
||||||
|
|
||||||
![Screenshot](https://bafybeie7txrbzw6ipb62lplnpzsjpz7s4o5q7uufb5rjfelol2cuxeyzye.ipfs.dweb.link/Screenshot_2020-07-09%20Public%20Gateway%20Cacher.png)
|
![Screenshot](https://bafybeie7txrbzw6ipb62lplnpzsjpz7s4o5q7uufb5rjfelol2cuxeyzye.ipfs.dweb.link/Screenshot_2020-07-09%20Public%20Gateway%20Cacher.png)
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "public-gateway-cacher",
|
"name": "public-gateway-cacher",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"ng": "ng",
|
"ng": "ng",
|
||||||
"start": "ng serve --ssl",
|
"start": "ng serve --ssl",
|
||||||
|
|
Loading…
Reference in New Issue