Skip to content

Commit 105f1a8

Browse files
committed
website: Encore Tweaks 5.0 release
Signed-off-by: Rem01Gaming <Rem01_Gaming@proton.me>
1 parent 667f35e commit 105f1a8

3 files changed

Lines changed: 39 additions & 13 deletions

File tree

changelog.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1-
## Encore Tweaks 4.6
1+
## Encore Tweaks 5.0
22

33
**Thanks for using Encore Tweaks!**
44

55
Your continued support keeps this project going. If you enjoy the improvements and want to see more features in the future, [consider supporting the developer with a small donation](https://t.me/rem01schannel/670). Every bit helps!
66

77
### Changelog
88

9-
- Refactor and design changes on the WebUI
10-
- Implement WebUI X API for file read/write
11-
- WebUI translation updates
12-
- Exposes Encore's logging system to other processes/module
13-
- Add sanity check for dumpsys
9+
While this release may appear minor on the surface, the entire codebase has undergone significant refactoring and migration. The previously C-based daemon has been completely rewritten in C++ to leverage abstraction and object-oriented programming. Similarly, the WebUI has been fully rebuilt in VueJS, enabling a native-like single-page application experience.
10+
11+
- Massive internal refactoring and code migration
12+
- UI/UX improvements in WebUI
13+
- Drop support for logging system interface to other processes/module
14+
- Fix performance profile stuck when exiting games
1415
- Other misc changes and optimizations

website/docs/download/index.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,28 @@ title: "Download"
33
description: "Download the latest version of Encore Tweaks Magisk Module here"
44
---
55

6-
# Encore Tweaks 4.6
6+
# Encore Tweaks 5.0
77

88
## Changelog
99

10-
- Refactor and design changes on the WebUI
11-
- Implement WebUI X API for file read/write
12-
- WebUI translation updates
13-
- Exposes Encore's logging system to other processes/module
14-
- Add sanity check for dumpsys
10+
While this release may appear minor on the surface, the entire codebase has undergone significant refactoring and migration. The previously C-based daemon has been completely rewritten in C++ to leverage abstraction and object-oriented programming. Similarly, the WebUI has been fully rebuilt in VueJS, enabling a native-like single-page application experience.
11+
12+
- Massive internal refactoring and code migration
13+
- UI/UX improvements in WebUI
14+
- Drop support for logging system interface to other processes/module
15+
- Fix performance profile stuck when exiting games
1516
- Other misc changes and optimizations
1617

1718
## Download
18-
- [Download](https://github.com/Rem01Gaming/encore/releases/tag/4.6)
19+
- [Download](https://github.com/Rem01Gaming/encore/releases/tag/5.0)
1920
- [Telegram Channel](https://rem01schannel.t.me)
2021

2122
::: tip Support our project
2223
Please consider support our project by not sharing direct module file
2324
:::
2425

2526
## Download older version
27+
- [Version 4.6](/download/version/4.6)
2628
- [Version 4.5](/download/version/4.5)
2729
- [Version 4.4](/download/version/4.4)
2830
- [Version 4.3](/download/version/4.3)
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Download"
3+
description: "Download the latest version of Encore Tweaks Magisk Module here"
4+
---
5+
6+
# Encore Tweaks 4.6
7+
8+
## Changelog
9+
10+
- Refactor and design changes on the WebUI
11+
- Implement WebUI X API for file read/write
12+
- WebUI translation updates
13+
- Exposes Encore's logging system to other processes/module
14+
- Add sanity check for dumpsys
15+
- Other misc changes and optimizations
16+
17+
## Download
18+
- [Download](https://github.com/Rem01Gaming/encore/releases/tag/4.6)
19+
- [Telegram Channel](https://rem01schannel.t.me)
20+
21+
::: tip Support our project
22+
Please consider support our project by not sharing direct module file
23+
:::

0 commit comments

Comments
 (0)