Skip to content

Commit 6223153

Browse files
committed
Merge branch 'release/v2026.13'
2 parents d67c995 + a3815f5 commit 6223153

131 files changed

Lines changed: 3551 additions & 1776 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ You can define your own conventional commit types (per-repository) by following
251251

252252
Everyone is welcome to submit a PR. Please make sure your PR is based on the latest `develop` branch and the target branch of PR is `develop`.
253253

254+
This project has a submodule in `depends/AvaloniaEdit` which is a custom fork of [Official AvaloniaEdit](https://github.com/AvaloniaUI/AvaloniaEdit).
255+
Please make sure it is initialized - enable `--recurse-submodules` option while cloning or run `git submodule update --init` after cloned.
256+
254257
In short, here are the commands to get started once [.NET tools are installed](https://dotnet.microsoft.com/en-us/download):
255258

256259
```sh

THIRD-PARTY-LICENSES.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@ The project uses the following third-party libraries or assets
77
### AvaloniaUI
88

99
- **Source**: https://github.com/AvaloniaUI/Avalonia
10-
- **Version**: 11.3.13
10+
- **Version**: 12.0.4
1111
- **License**: MIT License
1212
- **License Link**: https://github.com/AvaloniaUI/Avalonia/blob/master/licence.md
1313

14+
### Avalonia.Controls.DataGrid
15+
16+
- **Source**: https://github.com/AvaloniaUI/Avalonia.Controls.DataGrid
17+
- **Version**: 12.0.2
18+
- **License**: MIT License
19+
- **License Link**: https://github.com/AvaloniaUI/Avalonia.Controls.DataGrid/blob/master/licence.md
20+
1421
### AvaloniaEdit
1522

1623
- **Official Source**: https://github.com/AvaloniaUI/AvaloniaEdit
1724
- **Fork (Modified)**: https://github.com/love-linger/AvaloniaEdit
18-
- **Version**: 11.4.1
25+
- **Version**: Based on 12.0.x
1926
- **License**: MIT License
2027
- **License Link**: https://github.com/AvaloniaUI/AvaloniaEdit/blob/master/LICENSE
2128

22-
### LiveChartsCore.SkiaSharpView.Avalonia
23-
24-
- **Source**: https://github.com/beto-rodriguez/LiveCharts2
25-
- **Version**: 2.0.0
26-
- **License**: MIT License
27-
- **License Link**: https://github.com/beto-rodriguez/LiveCharts2/blob/master/LICENSE
28-
2929
### TextMateSharp
3030

3131
- **Source**: https://github.com/danipen/TextMateSharp
@@ -61,6 +61,12 @@ The project uses the following third-party libraries or assets
6161
- **License**: MIT License
6262
- **License Link**: https://github.com/nickbabcock/Pfim/blob/master/LICENSE.txt
6363

64+
### StbImageSharp
65+
66+
- **Source**: https://github.com/StbSharp/StbImageSharp
67+
- **Version**: 2.30.15
68+
- **License**: Public Domain
69+
6470
## Fonts
6571

6672
### JetBrainsMono

0 commit comments

Comments
 (0)