Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
juraj-hrivnak committed Feb 2, 2025
1 parent dff5c87 commit fa15986
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 28 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,35 @@

## Unreleased

## v0.26.0

### Highlights

- Added mod loader and MC version changes to the diff, by @Wxrlds in [#48](https://github.com/juraj-hrivnak/Pakku/pull/48).
- Added sections `# Minecraft` and `# Loaders` to the diff output.
- Added `header-size` option to specify the size of the headers in the markdown.
- Improved already added & replacing project messages.
- Fixed support for CurseForge projects with 7-digit IDs; Fixes [#75](https://github.com/juraj-hrivnak/Pakku/issues/75).
- Fixed the building of Export Profiles when exporting multiple times.
- Created the [`CONTRIBUTING.md`](https://github.com/juraj-hrivnak/Pakku/blob/main/CONTRIBUTING.md).

### API

- Implemented `PakkuApi` entry point for initializing the Pakku API.
- Example usage:
```kt
pakku {
curseForge(apiKey = "<your_custom_api_key>")
withUserAgent("<your_custom_user_agent>")
}
```
- Renamed `ExportingScope` to `ExportRuleScope` for better clarity.
- Implemented the `getProjectConfig` function. (Get "projects" configuration from the config file.)

### Tests

- Migrated to Strikt assertion library for more readable tests.

## v0.25.0

### Highlights
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import kotlin.io.path.pathString
import kotlin.test.Test
import kotlin.test.assertNotNull

class CfModpackModelTest : PakkuTest(teardown = false)
class CfModpackModelTest : PakkuTest()
{
private val modpackName = "CurseForgeProfileTestModpack"

Expand Down
27 changes: 0 additions & 27 deletions src/commonTest/kotlin/teksturepako/pakku/cli/cmd/ExportTest.kt

This file was deleted.

0 comments on commit fa15986

Please sign in to comment.