Skip to content

Commit b403329

Browse files
authored
PR: release v1.3 merge to main
Release v1.3
2 parents dddf0ec + fecb043 commit b403329

20 files changed

+1309
-1115
lines changed

CHANGELOG.md

+48
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,53 @@
11
# Changelog
22

3+
## 2022.12.18
4+
5+
### Common
6+
7+
#### Change
8+
9+
- Use modules instead of functions directly write in scripts
10+
11+
### Get-ModsNewVersion
12+
13+
#### New
14+
15+
- Add `-Nofile` and `-Copy` parameters
16+
- `-Nofile`: to not generate any files, except logs
17+
- `-Copy`: to initiate copy to Minecraft instance with `Copy-ToMinecraftInstance.ps1`
18+
- For the download part, add up to 3 tries.
19+
I will add this part in the setting file. But I have another feature for this part
20+
21+
#### Change
22+
23+
- Simplified folders creation and use two hash table different
24+
25+
#### Fix
26+
27+
- Typo
28+
- Missing 'ressource' replaced by 'resource'
29+
30+
### Copy-ToMinecraftInstance
31+
32+
#### New
33+
34+
- Add `-InternalCategoryInclude` and `-IncludeBaseMods` parameters
35+
- `InternalCategoryInclude`: array of *internalCategory* to include for the copy.
36+
**Advise**: this will not include any mods with an empty *internalCategory*! Read the next information
37+
- `-IncludeBaseMods`: include all base mods (with an empty *internalCategory*) for the copy. Useless with the parameter `-InternalCategoryExclude`, but useful in combination with `-InternalCategoryInclude`
38+
39+
> These two parameters will be very useful with the next feature on the setting file
40+
41+
#### Change
42+
43+
- Unify version number with the other script
44+
45+
### Log
46+
47+
- *7d77fc5*: feat: MAJOR FEAT: Use modules instead of local functions
48+
- *44def94*: chore: Set regex for Shaders as is now working! Use a conditional regex for CraftPresence
49+
50+
---
351
## 2022.09.01
452

553
### Common

0 commit comments

Comments
 (0)