Skip to content
This repository has been archived by the owner on Dec 21, 2024. It is now read-only.

Releases: notrustverify/pastenym-frontend

First fix for v1.3

21 Jan 18:42
92df670
Compare
Choose a tag to compare

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

21 Jan 17:28
58498af
Compare
Choose a tag to compare

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

13 Jan 15:57
98942d3
Compare
Choose a tag to compare

What's Changed

New Contributors

  • @lebeckkk made their first contribution in #51

Full Changelog: v1.2.9...v1.2.10

v1.2.9

11 Jan 07:09
5a4ecd1
Compare
Choose a tag to compare
  • markdown support

v1.2.8

08 Jan 11:53
7673866
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.7...v1.2.8

v1.2.7

06 Jan 16:33
f49d299
Compare
Choose a tag to compare

v1.2.6

03 Jan 14:43
Compare
Choose a tag to compare
  • support files uploaded from pastenym-cli

Enhancing UI

02 Jan 19:05
f2f7dd3
Compare
Choose a tag to compare

Some UI enhancement

CLI support

29 Dec 22:33
821abdb
Compare
Choose a tag to compare
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

22 Dec 17:46
Compare
Choose a tag to compare
v1.2.0

feat: ipfs support