Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
cdbbnnyCode committed Feb 7, 2023
1 parent 7691391 commit 35111a4
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License

Copyright 2020-2021 Aidan Yaklin
Copyright 2020-2023 Aidan Yaklin

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Modpack Installer
###### V2.3.0
###### V2.3.1

This command-line tool allows easy installation of CurseForge modpacks on Linux
systems. It installs each modpack in a semi-isolated environment, which prevents
Expand Down Expand Up @@ -121,6 +121,13 @@ This project is not endorsed by or affiliated with CurseForge, Overwolf, or Micr
All product and company names are the registered trademarks of their original owners.
### Changelog
#### v2.3.1 - 2023-02-07
* Detect included datapacks (i.e. for Repurposed Structures) and install them to
`.minecraft/datapacks`. Some modpacks will find datapacks at this location and will automatically
include them in new worlds, but this is not vanilla behavior (AFAIK).
* [Forge] Read the Minecraft Forge download page to determine the file name rather than assuming that
it follows a consistent pattern ([#25](https://github.com/cdbbnnyCode/modpack-installer/pull/25)).
#### v2.3.0 - 2022-07-06
* Use the officially documented CurseForge API
* Add a project-specific API key from CurseForge; derived projects must use a different key!
Expand Down

0 comments on commit 35111a4

Please sign in to comment.