Releases: Syriiin/difficalcy
Releases · Syriiin/difficalcy
v0.12.0
What's Changed
- Bump the osu-rulesets group across 8 directories with 4 updates by @dependabot in #111
- Bump Swashbuckle.AspNetCore from 7.0.0 to 7.1.0 in /Difficalcy by @dependabot in #114
- Bump the test-tools group across 5 directories with 1 update by @dependabot in #113
- Bump StackExchange.Redis from 2.8.16 to 2.8.22 in /Difficalcy by @dependabot in #125
- Bump the osu-rulesets group across 8 directories with 4 updates by @dependabot in #124
- Bump mkdocs-material from 9.5.44 to 9.5.47 in /docs by @dependabot in #135
- Bump csharpier from 0.29.2 to 0.30.3 in /Difficalcy.Tests by @dependabot in #157
- Bump swashbuckle.aspnetcore.cli from 6.6.1 to 7.1.0 in /Difficalcy.Tests by @dependabot in #156
- Configure Renovate by @renovate in #158
- Bump mkdocs-material from 9.5.47 to 9.5.48 in /docs by @dependabot in #136
- Add groups to renovate and disable dependabot by @Syriiin in #162
- Update dependency ubuntu to v24 by @renovate in #166
- Update swashbuckle-aspnetcore monorepo to 7.2.0 by @renovate in #165
- Update python Docker tag to v3.13 by @renovate in #164
- Update osu-rulesets to 2024.1208.0 by @renovate in #163
- Update dependency xunit.runner.visualstudio to v3 by @renovate in #167
- Update dependency StackExchange.Redis to 2.8.24 by @renovate in #168
- Update osu-rulesets to 2024.1219.2 by @renovate in #169
- Update osu-rulesets to 2024.1224.1 by @renovate in #170
- Update dependency csharpier to 0.30.4 by @renovate in #171
- Update osu-rulesets to v2025 (major) by @renovate in #173
- Update dependency coverlet.collector to 6.0.3 by @renovate in #172
- Update dependency csharpier to 0.30.5 by @renovate in #174
- Update dependency xunit to 2.9.3 by @renovate in #175
- Update dependency xunit.runner.visualstudio to 3.0.1 by @renovate in #176
- Update dependency csharpier to 0.30.6 by @renovate in #177
- Update osu-rulesets to 2025.114.0 by @renovate in #178
- Update dependency mkdocs-material to v9.5.50 by @renovate in #159
- Update osu-rulesets to 2025.118.0 by @renovate in #179
- Update dependency coverlet.collector to 6.0.4 by @renovate in #181
- Update osu-rulesets to 2025.118.2 by @renovate in #180
- Update osu-rulesets to 2025.122.0 by @renovate in #182
- Update osu-rulesets to 2025.204.0 by @renovate in #184
- Update test-tools by @renovate in #185
- Update dependency mkdocs-material to v9.6.3 by @renovate in #183
- Update dependency mkdocs-material to v9.6.4 by @renovate in #186
- Update dependency mkdocs-material to v9.6.5 by @renovate in #187
- Update osu-rulesets to 2025.220.0 by @renovate in #188
- Update osu-rulesets to 2025.221.0 by @renovate in #189
- Update osu-rulesets to 2025.225.0 by @renovate in #190
- Update swashbuckle-aspnetcore monorepo to 7.3.0 by @renovate in #191
- Update osu-rulesets to 2025.227.0 by @renovate in #192
New Contributors
Full Changelog: v0.11.0...v0.12.0
v0.11.0
What's Changed
- Bump Swashbuckle.AspNetCore from 6.9.0 to 7.0.0 in /Difficalcy.Tests by @dependabot in #109
- Add support for slider ticks and tails for lazer accuracy by @Syriiin in #110
Full Changelog: v0.10.0...v0.11.0
v0.10.0
Breaking Changes
-
mods
input parameter is now a list of objects that specify the mod acronym and any optional settings -
eg.
POST /api/batch/calculation
[ { "beatmapId": "1256809", "mods": [ { "acronym": "DT", "settings": { "speed_change": "1.7" } }, { "acronym": "CL" } ] } ]
What's Changed
- Add release guardrail against uncommitted changes by @Syriiin in #90
- Bump mkdocs-material from 9.5.42 to 9.5.43 in /docs by @dependabot in #91
- Bump mkdocs-material from 9.5.43 to 9.5.44 in /docs by @dependabot in #93
- Log status code for beatmap download 5xx errors by @Syriiin in #94
- Reduce dependabot frequency to weekly by @Syriiin in #95
- Implement new mod format by @Syriiin in #96
- Add code formatter by @Syriiin in #97
- Update docs with redis conf and batch endpoint examples by @Syriiin in #98
- Bump the osu-rulesets group across 8 directories with 4 updates by @dependabot in #92
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- Add xunit group for dependabot by @Syriiin in #28
- Fix dependabot group pattern by @Syriiin in #32
- Bump the xunit group across 5 directories with 2 updates by @dependabot in #48
- Add dependabot group for osu rulesets by @Syriiin in #63
- Bump StackExchange.Redis from 2.7.33 to 2.8.16 in /Difficalcy by @dependabot in #33
- Bump Swashbuckle.AspNetCore from 6.6.2 to 6.9.0 in /Difficalcy by @dependabot in #34
- Update to lazer 2024.1009.1 by @Syriiin in #66
- Add reset-dev command to fully reset dev by @Syriiin in #67
- Bump the osu-rulesets group across 8 directories with 4 updates by @dependabot in #68
- Add Microsoft.NET.Test.Sdk to test-tools group by @Syriiin in #74
- Bump the test-tools group across 5 directories with 1 update by @dependabot in #75
- Enable dependabot updates for pip in /docs by @Syriiin in #77
- Bump the osu-rulesets group across 8 directories with 4 updates by @dependabot in #76
- Enable dependabot docker updates by @Syriiin in #83
- Update docs packages by @Syriiin in #84
- Add simple logging for beatmap downloads by @Syriiin in #85
- Use poetry for docs dependency management by @Syriiin in #87
- Bump markupsafe from 2.1.5 to 3.0.2 in /docs by @dependabot in #86
- Add dependabot for github actions by @Syriiin in #88
- Bump actions/checkout from 3 to 4 in /.github/workflows by @dependabot in #89
Full Changelog: v0.8.1...v0.9.0
v0.8.1
v0.8.0
v0.7.0
v0.6.1
v0.6.0
v0.5.2
What's Changed
- Add docs deployment by @Syriiin in #8
- Only run deploy-docs workflow on master by @Syriiin in #9
- Fix typo in docs by @Syriiin in #10
- Add dependabot config by @Syriiin in #11
- Bump xunit.runner.visualstudio from 2.4.3 to 2.8.0 in /Difficalcy.Tests by @dependabot in #14
- Bump coverlet.collector from 3.1.2 to 6.0.2 in /Difficalcy.Tests by @dependabot in #15
- Update packages and cleanup docker compose files by @Syriiin in #16
New Contributors
- @dependabot made their first contribution in #14
Full Changelog: v0.5.1...v0.5.2