name version 2.1.0

merge-requests/3/merge
Nato Boram 2020-07-10 02:12:17 -04:00
parent 43b9665252
commit feee784396
No known key found for this signature in database
GPG Key ID: 478E3C64BF88AFFA
3 changed files with 16 additions and 10 deletions

View File

@ -8,6 +8,20 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
### Added
### Changed
### Deprecated
### Removed
### Fixed
### Security
## [2.1.0] - 2020-07-10
### Added
- Support for subdomain gateways
- Strict mode
- More icons
@ -20,14 +34,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
- Now uses `--chunker=buzhash`
- Updated `bootstrap` and `ipfs-css`
### Deprecated
### Removed
### Fixed
### Security
## [2.0.0] - 2019-12-03
Now based on Angular!

View File

@ -5,7 +5,7 @@
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://bafybeic4brgje76b5tv4g3qoux7vfxrolng2kmygigfq3ugubq7peae7ke.ipfs.dweb.link).
You can view this website on [GitLab Pages](https://natoboram.gitlab.io/public-gateway-cacher) and [IPFS](https://bafybeiagzg6lcrzuwb7pdxhs4bc7iiexriaxy2kx5fogdaemnqg4oiydl4.ipfs.dweb.link).
![Screenshot](https://bafybeie7txrbzw6ipb62lplnpzsjpz7s4o5q7uufb5rjfelol2cuxeyzye.ipfs.dweb.link/Screenshot_2020-07-09%20Public%20Gateway%20Cacher.png)

View File

@ -1,6 +1,6 @@
{
"name": "public-gateway-cacher",
"version": "2.0.0",
"version": "2.1.0",
"scripts": {
"ng": "ng",
"start": "ng serve --ssl",