Skip to content

Commit

Permalink
Merge pull request #161 from Lazap-Development/nightly
Browse files Browse the repository at this point in the history
Release Candidate v0.8.3
  • Loading branch information
p0ryae authored Aug 12, 2024
2 parents ec016aa + 4d0475c commit 60265a5
Show file tree
Hide file tree
Showing 11 changed files with 1,088 additions and 1,023 deletions.
35 changes: 24 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</h1>

<p align="center">
Lazap, a lightweight cross-platform software <br>
Unifying games into a single, modern library
A lightweight cross-platform software <br>
Unifying clients into a singular, modern library
</p>

<p align="center">
Expand All @@ -21,7 +21,7 @@
</p>

<div align="center">
<img src="https://github.com/Lazap-Development/Lazap/assets/59381835/ce70f368-de1b-4552-a371-b019bcb4eae1">
<img src="https://github.com/user-attachments/assets/ab65fee8-5d8e-4389-8427-84c2829813f3">
</div>

<br>
Expand All @@ -31,7 +31,7 @@
## ✨ Key Features
- Remarkably lightweight and efficient on hardware resources
- Compatibility across Windows, Linux, and MacOS platforms
- Support for Steam, Epic, Ubisoft, R*, Riot, Lutris, and etc
- Support for clients such as Steam, Epic, Ubisoft, R*, Lutris, etc.
- Flexibility to add and personalize user-set custom games
- Modern and Sleek user interface with theming customization
- Spotify Integration with streamlined music control
Expand Down Expand Up @@ -59,7 +59,6 @@ winget install LazapDevelopment.Lazap
> Execute the `arch` command in a new terminal to confirm your MacOS architecture.
- Download and install the latest `[x64/aarch64].dmg` file in the [releases](https://github.com/Lazap-Development/lazap/releases) section.


## 👾 Development

Lazap is fully open-source and can be compiled from source.
Expand All @@ -85,15 +84,29 @@ yarn tauri dev
```

## 📚 Help & Support
**Have a question/problem?**<br>
If you need assist or in need of technical support for your Lazap installation, feel free to file an [issue](https://github.com/Lazap-Development/lazap/issues) so we can assist you.<br><br>
**Want to help out instead of getting help?** <br>
Open a [Pull Request](https://github.com/Lazap-Development/Lazap/pulls) and fix some gears, we would love the community's help to improve lazap and make it more user friendly.
<details>
<summary>Have a question/problem?</summary>
▸ If you need assistance or technical support for your Lazap installation, feel free to file an issue so we can assist you.
</details>

<details>
<summary>Want to help out instead of getting help?</summary>
▸ Open a Pull Request and fix some gears! We would love the community's help to improve Lazap and make it more user-friendly.
</details>

## ⁉️ FAQ

**What is next up for this project?** <br>
Our current priority is to support as many launchers as possible and optimize the software to its fullest potential. In the future, there is a possibility of the launcher becoming its own store (like steam).
<details>
<summary>What are the next steps of this project?</summary>

**Current Priority:**
- Support as many launchers as possible.
- Optimize the software to its fullest potential.

**Future Possibility:**
- Consider transforming the launcher into its own store (similar to Steam).

</details>


## 🛂 License
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lazap",
"version": "0.8.2",
"version": "0.8.3",
"type": "module",
"author": "Lazap Development",
"license": "CC-BY-NC-SA-4.0",
Expand All @@ -10,13 +10,13 @@
"preview": "vite preview"
},
"dependencies": {
"tauri-plugin-autostart-api": "https://github.com/tauri-apps/tauri-plugin-autostart#v1",
"vue": "^3.4.21"
"tauri-plugin-autostart-api": "https://github.com/tauri-apps/tauri-plugin-autostart.git#commit=1e02acce1b4bb5ee461f7670012d7d105a13be4c",
"vue": "^3.4.37"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.11",
"@vitejs/plugin-vue": "^5.0.4",
"vite": "^5.2.0"
"@tauri-apps/cli": "^1.6.0",
"@vitejs/plugin-vue": "^5.1.2",
"vite": "^5.4.0"
},
"packageManager": "[email protected]"
}
Loading

0 comments on commit 60265a5

Please sign in to comment.