> For the complete documentation index, see [llms.txt](https://docs.inji.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.inji.io/inji-wallet/inji-web/inji-web/version-0.8.0.md).

# Version 0.8.0

**Release Name**: Inji Web v0.8.0

**Support**: Developer Release

**Release Date**: 26th April, 2024

### **Overview**

We are extremely delighted to announce the launch of the **first release of the Inji Web** application, introducing seamless download of Verifiable Credentials in PDF format as the key feature of Version **0.8.0**.

**Summary**

Below are the details for the **Inji Version 0.8.0** release:\
\
**Download VC as PDF**

Complementing our existing Inji Wallet app, the Inji Web platform provides users with a user-friendly web interface for securely downloading credentials with ease, anytime and anywhere. Further, Inji web seamlessly integrates with Mimoto and eSignet to fetch the credentials from the issuer and download the Verifiable Credential in PDF format. To know more about the feature refer[ ](https://docs.esignet.io/end-user-guide/knowledge-based-authentication)[here](https://docs.mosip.io/inji/inji-web/functional-overview/end-user-guide#download-of-vc-as-pdf).

## Repository Released

| **Repositories** | **Tags Released**                                                           |
| ---------------- | --------------------------------------------------------------------------- |
| Inji Web         | [**v0.8.0**](https://github.com/mosip/inji-web/tree/release-0.8.0)          |
| mimoto           | [**v0.12.0**](https://github.com/mosip/mimoto/tree/release-0.12.0)          |
| mosip-config     | [**v0.12.0-INJI**](https://github.com/mosip/mosip-config/tree/v0.12.0-INJI) |

## Known Issues

| Jira ID                                                           | Description                                                                                                     |
| ----------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------- |
| [**INJIWEB-291**](https://mosip.atlassian.net/browse/INJIWEB-291) | Inji-web: Multi languages support is not working at Authentication window                                       |
| [**INJIWEB-290**](https://mosip.atlassian.net/browse/INJIWEB-290) | Inji-web: QR code is not working on VC card                                                                     |
| [**INJIWEB-243**](https://mosip.atlassian.net/browse/INJIWEB-243) | Inji-web: Observed drop down box in search bar at issuer selection page as well as at credential download pages |
| [**INJIWEB-180**](https://mosip.atlassian.net/browse/INJIWEB-180) | Inji-web: Not getting proper error message when the website is down                                             |
| [**INJIWEB-132**](https://mosip.atlassian.net/browse/INJIWEB-132) | Inji-web: Data in VC(PDF) are not properly aligned                                                              |
| [**INJIWEB-131**](https://mosip.atlassian.net/browse/INJIWEB-131) | Inji-web: attributes are missing compared to the VC on Inji Wallet                                              |

## Documentation

* [Feature documentation](https://docs.mosip.io/inji/inji-web/functional-overview/features)
* [User guide](https://docs.mosip.io/inji/inji-web/functional-overview/end-user-guide)
* [QA Report](https://docs.mosip.io/inji/inji-web/inji-web/version-0.8.0/test-report)
* [API Documentation](https://docs.mosip.io/inji/inji-web/technical-overview/backend-services/mimoto-bff)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.inji.io/inji-wallet/inji-web/inji-web/version-0.8.0.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
