Releases: notrustverify/pastenym-frontend
First fix for v1.3
Fix a bug while building the docker image. The build script was relying on the fact that a .env file was available when it was not always. If file does not exist, it is ignored.
For now, if .env is not available at build time, its content will not be used for exposing information through the /info.json file.
v1.3
What's Changed
As per #57, instances that does not set the DO_NOT_GENERATE_INFO_FILE_ABOUT_INSTANCE env variable to "true" will generate a info.json file at boot exposing some information about this instance. These information will be displayed in directory.pastenym.ch.
- Defined new env variables in .env.example, check them out!
- Generate info.json file exposing some information about the instance
The information that are exposed are:
- Instance version defined in the package.json
- REACT_APP_NYM_CLIENT_SERVER variable defined in .env
- HOSTED_BY variable defined in .env (if available)
- HOSTED_BY_NAME variable defined in .env (if available)
- COUNTRY variable defined in .env (if available)
You can see the discussion about this new feature here.
Full changelog v1.2.10...v1.3
v1.2.10
What's Changed
- new: change backend provider by @sven-hash in #49
- new: change provider by @sven-hash in #50
- Added "s" of "http" of SERVER_NAME by @lebeckkk in #51
- add: burn after n views by @sven-hash in #52
- bump version by @sven-hash in #53
New Contributors
- @lebeckkk made their first contribution in #51
Full Changelog: v1.2.9...v1.2.10
v1.2.9
v1.2.8
What's Changed
- typos by @sven-hash in #40
- typos by @sven-hash in #41
- small changes by @sven-hash in #42
- Prevent key reuse & enhance UI by @amadeous in #43
- Date format by @sven-hash in #44
New Contributors
Full Changelog: v1.2.7...v1.2.8
v1.2.7
- Possibility to set social links and logo check https://github.com/notrustverify/pastenym-frontend#env-details for more details
v1.2.6
Enhancing UI
Some UI enhancement
CLI support
build(deps): bump @mui/lab from 5.0.0-alpha.111 to 5.0.0-alpha.113 (#25) Bumps [@mui/lab](https://github.com/mui/material-ui/tree/HEAD/packages/mui-lab) from 5.0.0-alpha.111 to 5.0.0-alpha.113. - [Release notes](https://github.com/mui/material-ui/releases) - [Changelog](https://github.com/mui/material-ui/blob/master/CHANGELOG.md) - [Commits](https://github.com/mui/material-ui/commits/HEAD/packages/mui-lab) --- updated-dependencies: - dependency-name: "@mui/lab" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Support IPFS upload
v1.2.0 feat: ipfs support