Skip to content
This repository was archived by the owner on May 25, 2025. It is now read-only.

Commit 1f11104

Browse files
Dev1ss0alexytomi
andauthored
updated Intergrated game directory button changes, deleted install mc, added patch notes (#238)
* Intergrated game directory button changes Signed-off-by: Dev1ss0 <[email protected]> * Update arrays.js Signed-off-by: Dev1ss0 <[email protected]> * Delete markdown/wiki/getting_started/INSTALL-MC.md Signed-off-by: Dev1ss0 <[email protected]> * Updated Android change logs + latest update Signed-off-by: Dev1ss0 <[email protected]> * Add changelogs into patchnotes --------- Signed-off-by: Dev1ss0 <[email protected]> Co-authored-by: alexytomi <[email protected]>
1 parent a214cff commit 1f11104

File tree

6 files changed

+121
-40
lines changed

6 files changed

+121
-40
lines changed

markdown/.vuepress/arrays.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export const Getting_Started = {
5656
"INSTALL", // Installing PojavLauncher.
5757
"BUILD-FROM-SOURCE", // Building PojavLauncher from source.
5858
"SIGN-IN", // Signing in.
59-
"INSTALL-MC", // Downloading Minecraft.
6059
"CUSTOM-CONTROLS", // Customizing the on-screen controls.
6160
"SOCIALMEDIA", // Official PojavLauncher social medias.
6261
],
@@ -91,6 +90,8 @@ export const contribute = [
9190
];
9291

9392
export const patchnotes = [
93+
"changelogs/ANDROID",
94+
"changelogs/IOS",
9495
"UNJAIL", // Bringing PojavLauncher to unjailbroken iOS.
9596
"IOS-SUPPORT", // System support in future versions of PojavLauncher iOS.
9697
"LOCAL-MODE", // Offline mode is going places.

markdown/changelogs/ANDROID.md

Lines changed: 0 additions & 23 deletions
This file was deleted.
Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
# "Gladiolus" release (latest)
2+
3+
4+
- Added new renderer: LTW
5+
- Refactored screen size management
6+
- Added the new "Quick Settings" menu to the in-game sidebar
7+
- Improved default settings
8+
- Improved download progress display
9+
- Improved ReplayMod support (available by installing the FFMpeg plugin)
10+
- UI changes
11+
- Other bug fixes
12+
13+
14+
15+
# "Foxglove" release (20th June 2024)
16+
17+
18+
- Launcher Features:
19+
- Support for versions requiring Java 21
20+
Custom profile icons !
21+
- Login screen improvement
22+
- small UI changes to keep things consistent
23+
- better modrinth search results
24+
- A lot of fixes !
25+
- Support for 1.6.X assets sounds
26+
27+
- Custom control changes:
28+
- Better notch handling for notches taller than wider
29+
- Switch controller support
30+
- small fixes and improvements
31+
32+
- Input changes:
33+
- Refactored to make crafting easier than ever !
34+
35+
- Renderer changes:
36+
- More compatibility with server resource packs. A lot of time has been spent on tricky cases for this feature.
37+
- small optimizations
38+
39+
40+
41+
# "Edelweiss" Release (27th September 2023)
42+
43+
44+
- New launcher features:
45+
- Added automatic Forge/Fabric/Quilt/OptiFine installation
46+
- Added modpack search and installation from CurseForge or Modrinth
47+
- Added 1.20.2 support
48+
49+
- New Custom Controls features:
50+
- Added customizable on-screen joystick
51+
- Now sub-buttons in "FREE" orientation drawers can be resized independently
52+
- Now buttons can be configured to be hidden or shown when you are in the game or in a menu.
53+
54+
- Custom Controls changes:
55+
- Control button border thickness is now independent from button size
56+
- The highlight for rounded buttons does not show outside of the button border
57+
58+
- Input changes:
59+
- Refactored the input system for higher efficiency
60+
61+
- Renderer changes:
62+
- GL4ES 1.1.4 was replaced with a fork of GL4ES 1.1.5 with fixes and extended shader support
63+
- Removed the VirGL renderer
64+
- Re-added Zink renderer (supports Mali-Gx7+, Adreno 6xx, Adreno 7xx)
65+
- Upgraded LWJGL from 3.2.3 to 3.3.1
66+
- Added support for VulkanMod (requires patching)
67+
68+
69+
70+
# "Dahlia" GPlay update (28th May 2022)
71+
72+
73+
- New launcher features:
74+
- Added automatic Forge/Fabric/Quilt/OptiFine installation
75+
- Added modpack search and installation from CurseForge or Modrinth
76+
- Added 1.20.2 support
77+
78+
- New Custom Controls features:
79+
- Added customizable on-screen joystick
80+
- Now sub-buttons in "FREE" orientation drawers can be resized independently
81+
- Now buttons can be configured to be hidden or shown when you are in the game or in a menu.
82+
83+
- Custom Controls changes:
84+
- Control button border thickness is now independent from button size
85+
- The highlight for rounded buttons does not show outside of the button border
86+
87+
- Input changes:
88+
- Refactored the input system for higher efficiency
89+
90+
- Renderer changes:
91+
- GL4ES 1.1.4 was replaced with a fork of GL4ES 1.1.5 with fixes and extended shader support
92+
- Removed the VirGL renderer
93+
- Re-added Zink renderer (supports Mali-Gx7+, Adreno 6xx, Adreno 7xx)
94+
- Upgraded LWJGL from 3.2.3 to 3.3.1
95+
- Added support for VulkanMod (requires patching)
96+
97+
98+
99+
# "Crocus" gplay release (31st August 2021)
100+
101+
102+
- Resolver changes
103+
104+
- Modified ResConfHack to read resolv data from the Java property
105+
- Added auto-unpacking of premade resolv.conf and setting the Java property
106+
(Now SRV resolving should work on Java 17 by default)
File renamed without changes.

markdown/wiki/faq/INSTALLATIONOFMODSRPWORLDS.md

Lines changed: 13 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
11
# How to install mods, Resource packs and worlds into PojavLauncher
2+
23
## Mods
34
1. Click on the "Create new profile" button in the version selector.
45
2. Select a modding platform you want your mods to be, install any version you want.
5-
3. Head to GooglePlay and search for "files by Marc", download the first "files" app that will pop up.
6-
4. Open the app and press on the 3 lines in the upper-left corner, scroll down and select PojavLauncher.
7-
5. Press on the 3 dots on the upper-right corner and enable "show hidden files".
8-
6. Then you will see `.minecraft` folder, inside you will find the `mods` folder.
9-
7. Paste your mods there.
6+
3. In the PojavLauncher menu, you will see "game directory" button, click it.
7+
4. You will be automatically redirected to `.minecraft` folder.
8+
5. Inside you will find the `mods` folder.
9+
6. Paste your mods there.
1010

1111
## Resource packs
12-
1. Head to GooglePlay and search for "files by Marc", download the first "files" app that will pop up.
13-
2. Open the app and press on the 3 lines in the upper-left corner, scroll down and select PojavLauncher.
14-
3. Press on the 3 dots on the upper-right corner and enable "show hidden files".
15-
4. Then you will see `.minecraft` folder, inside you will find the `resourcepacks` folder.
16-
5. Paste your resource packs there.
12+
1. In the PojavLauncher menu, you will see "game directory" button, click it.
13+
2. You will be automatically redirected to `.minecraft` folder.
14+
3. Inside you will find the `resourcepacks` folder.
15+
4. Paste your resource packs there.
1716

1817
## Worlds
19-
1. Head to GooglePlay and search for "files by Marc", download the first "files" app that will pop up.
20-
2. Open the app and press on the 3 lines in the upper-left corner, scroll down and select PojavLauncher.
21-
3. Press on the 3 dots on the upper-right corner and enable "show hidden files".
22-
4. Then you will see `.minecraft` folder, inside you will find the `saves` folder.
23-
5. Paste your world there.
18+
1. In the PojavLauncher menu, you will see "game directory" button, click it.
19+
2. You will be automatically redirected to `.minecraft` folder.
20+
3. Inside you will find the `saves` folder.
21+
4. Paste your world there.
2422

2523
# Resource pack or world doesn't show up
2624
Read carefully and check the structure of the archives (zips) or folders (directories), make sure there are no additional ones.

markdown/wiki/getting_started/INSTALL-MC.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)