Skip to content

Commit

Permalink
5.4.7-prerelease0001 font improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
krauthaufen committed Dec 11, 2023
1 parent e7e6af0 commit 65171b3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
branches:
- master
- v54
- font-rework
paths:
- RELEASE_NOTES.md
- .github/workflows/publish.yml
Expand Down
4 changes: 4 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 5.4.10-prerelease0001
- [Text] improved Font resolver for Windows and MacOS
- [PathSegment] fixed several PathSegment tools and added a few new ones

### 5.4.6
- [ContextHandles] GL.Enable(EnableCap.PointSprite)
- [ManagedPool] Avoid evaluating draw call set if not active
Expand Down
10 changes: 10 additions & 0 deletions src/Aardvark.Rendering.sln
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,16 @@ Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "22 - MemoryLeak", "Scratch
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "23 - NativeMemoryLeak", "Scratch (netcore)\23 - NativeMemoryLeak\23 - NativeMemoryLeak.fsproj", "{DD9808AD-AEB3-4E90-A70C-E398CADE55FF}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{5BFEB10C-50E5-41E1-95D4-74FDC12C5485}"
ProjectSection(SolutionItems) = preProject
..\global.json = ..\global.json
..\paket.dependencies = ..\paket.dependencies
..\paket.lock = ..\paket.lock
..\README.md = ..\README.md
..\RELEASE_NOTES.md = ..\RELEASE_NOTES.md
..\.github\workflows\publish.yml = ..\.github\workflows\publish.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand Down

0 comments on commit 65171b3

Please sign in to comment.