comp500

Results 64 issues of comp500

Extend `packwiz cf detect` to Modrinth, ideally with a unified API and command interface that allows: - Bulk reverse hash lookup - Selecting which mod platforms to prefer or exclude...

enhancement

I'm not sure what forms this would be most useful in.. but a simple Markdown list would be a good start.

enhancement
good first issue

The default folder for most terminals is the user's home directory, so it's understandable that people will try to run `packwiz init` there. This should make things a bit clearer,...

enhancement

For Modrinth and CurseForge, it'd be useful to have more controls for how the install and update commands filter files. This could consist of: - Configuration in `pack.toml` to specify...

enhancement
breaking pack format change

Pack format is essentially the same as an installed `.minecraft` folder, but with: - Optional `icon.png` in the root to store an icon - In the `bin` folder: - For...

enhancement

`packwiz cf export` makes an `export.zip` that if you index, will be recursively included in itself! I should make it not do that. For now, if you encounter this issue,...

bug
curseforge

Such as a `LICENSE` file, which should be included in a pack zip (for CurseForge, Modrinth, MultiMC etc), but not installed to the instance itself. This could be done with...

enhancement

Lots of ways to generate these; personally I'd be happy with something that just lists commits since the last tag [like this grgit crime](https://github.com/comp500/ScreenshotToClipboard/blob/1.16-arch/build.gradle#L38). Do feel free to comment with...

enhancement

Command to automate a release workflow, including: - Updating the version number if desired (semver-bumped based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/)?) - Should this be inferred from git? Would need to be...

enhancement

The import code should pass through the FileNameOnDisk value through to the created .toml files.

bug
curseforge