Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
30b499e
build(deps-dev): bump @types/node from 25.5.0 to 25.6.0 (#2654)
dependabot[bot] Apr 13, 2026
e75cd6c
build(deps-dev): bump rollup-plugin-node-externals from 8.1.2 to 9.0.…
dependabot[bot] Apr 13, 2026
ab125d1
build(deps-dev): bump rollup-plugin-node-externals from 9.0.0 to 9.0.…
dependabot[bot] Apr 20, 2026
f8ef24f
build(deps-dev): bump @types/vscode from 1.110.0 to 1.116.0 (#2663)
dependabot[bot] Apr 20, 2026
8df315f
feat: recording-workflows and spacing optimizations (#2585)
Danielku15 Apr 26, 2026
6a1b2a1
refactor(playground): rewrite as class-based components (#2680)
Danielku15 Apr 26, 2026
760ed90
refactor(test): replace mocha+chai with vitest (#2681)
Danielku15 Apr 26, 2026
d3f0614
build(deps-dev): bump rollup-plugin-node-externals from 8.1.2 to 9.0.…
dependabot[bot] Apr 27, 2026
f61e1c8
build(deps-dev): bump webpack-cli from 6.0.1 to 7.0.2 (#2683)
dependabot[bot] Apr 27, 2026
a4688a3
build(deps): bump dorny/test-reporter from 2 to 3 (#2685)
dependabot[bot] Apr 27, 2026
1d7bb03
build(deps): bump lucide from 1.11.0 to 1.14.0 (#2691)
dependabot[bot] May 4, 2026
e95e16d
build(deps-dev): bump @biomejs/biome from 2.4.13 to 2.4.14 (#2692)
dependabot[bot] May 4, 2026
2711f30
build(deps): bump fast-uri from 3.1.0 to 3.1.2 (#2695)
dependabot[bot] May 9, 2026
d71abcd
build(deps-dev): bump @biomejs/biome from 2.4.14 to 2.4.15 (#2696)
dependabot[bot] May 11, 2026
01748ec
build(deps-dev): bump vitest from 4.1.5 to 4.1.6 (#2697)
dependabot[bot] May 11, 2026
5f7e704
fix: corrected tick lookup for swing playback (#2702)
Danielku15 May 14, 2026
a87a863
feat(tab): add H/P text labels on hammer-on / pull-off arcs (#2609)
rafaelsales May 14, 2026
714aec7
fix(importer): skip GPIF tempo automations on missing master bars (#2…
kaizenman May 15, 2026
6e757c0
fix(importer): cap chord name read at field width in GP3-5 binary par…
kaizenman May 15, 2026
e926f2b
fix: prevent DoS and resource exhaustion attacks (#2703)
Danielku15 May 17, 2026
119bb5f
build(deps-dev): bump @types/vscode from 1.116.0 to 1.120.0 (#2704)
dependabot[bot] May 18, 2026
c3bb5dc
build(deps-dev): bump terser from 5.46.2 to 5.47.1 (#2705)
dependabot[bot] May 18, 2026
da088e0
fix: handle harmonic values in gp3-5 at best knowledge (#2707)
Danielku15 May 23, 2026
12a03c5
fix(player): ensure we properly start one time midi playback (#2708)
Danielku15 May 23, 2026
371b8ac
fix(musicxml): finalize percussion articulation after note context re…
alustrement May 23, 2026
a97f069
chore: remove vscode extension package (extracted to standalone repo)…
Danielku15 May 23, 2026
d443f5e
refactor: vite and typescript related upgrades (vite 8 compatibility)…
Danielku15 May 24, 2026
92f7067
Merge remote-tracking branch 'origin/main' into release/1.8.3
Danielku15 May 24, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
1 change: 1 addition & 0 deletions .claude/scheduled_tasks.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"sessionId":"ddc5edd3-51f2-4690-ada7-4273b04ae0c6","pid":2972655,"procStart":"43393170","acquiredAt":1778849010756}
18 changes: 13 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ jobs:
dotnet-version: '8'
- run: npm ci
- run: npm run build-csharp
- run: npm run test-csharp
- run: npm run test-ci-csharp
id: test
- uses: actions/upload-artifact@v7
if: ${{ failure() && steps.test.conclusion == 'failure' }}
with:
with:
name: test-results-csharp
path: |
packages/alphatab/test-data/**/*.new.png
Expand All @@ -80,9 +80,11 @@ jobs:
build_kotlin:
name: Build and Test Kotlin
runs-on: ubuntu-latest
permissions:
checks: write
steps:
- uses: actions/checkout@v6
with:
with:
fetch-depth: 100
- uses: actions/setup-node@v6
with:
Expand All @@ -99,11 +101,17 @@ jobs:
- run: npm run build-kotlin
- run: npm run test-kotlin
id: test
- uses: dorny/test-reporter@v3
if: ${{ always() }}
with:
name: Kotlin Tests
path: 'packages/kotlin/**/build/test-results/**/*.xml'
reporter: java-junit
- uses: actions/upload-artifact@v7
if: ${{ failure() && steps.test.conclusion == 'failure' }}
with:
with:
name: test-results-kotlin
path: |
packages/alphatab/test-data/**/*.new.png
packages/alphatab/test-data/**/*.diff.png
packages/alphatab/test-data/**/*.diff.png
- run: ./packages/kotlin/src/gradlew --stop
6 changes: 6 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"recommendations": [
"biomejs.biome",
"bierner.lit-html"
]
}
14 changes: 0 additions & 14 deletions .vscode/launch.json

This file was deleted.

Loading
Loading