Release version 1.3!
Hello!
New release today! Add some interesting features (I think) and change some behavior to prepare the next update!
Little teasing!
The next update...
For the next update, I prepare a big change! As the change about the modules in this one, the next one will be huge, as I will work with something I'm not confident with. I would like to talk about JSON.
I think it will not be easy for everyone, but it will be very easier to make these scripts work like a charm!
Changelog
Common
Change
- Use modules instead of functions directly write in scripts
Get-ModsNewVersion
New
- Add
-Nofile
and-Copy
parameters-Nofile
: to not generate any files, except logs-Copy
: to initiate copy to Minecraft instance withCopy-ToMinecraftInstance.ps1
- For the download part, add up to 3 tries.
Change
- Simplified folders creation and use two hash table different
Fix
- Typo
- Missing 'ressource' replaced by 'resource'
Copy-ToMinecraftInstance
New
- Add
-InternalCategoryInclude
and-IncludeBaseMods
parametersInternalCategoryInclude
: array of internalCategory to include for the copy.
Caution: this will not include any mods with an empty internalCategory! Read the next information-IncludeBaseMods
: include all base mods (with an empty internalCategory) for the copy. Useless with the parameter-InternalCategoryExclude
, but useful in combination with-InternalCategoryInclude
These two parameters will be very useful with the next feature!
Change
- Unify version number with the other script
Log
- 7d77fc5: feat: MAJOR FEAT: Use modules instead of local functions
- 44def94: chore: Set regex for Shaders as is now working! Use a conditional regex for CraftPresence
What's Changed
- Hotfix folders name by @Chucky2401 in #4
- Release v1.3 by @Chucky2401 in #5
Full Changelog: v1.2.1...v1.3