Skip to content

Commit b70f059

Browse files
build: changelog + bump version
1 parent ae79d97 commit b70f059

File tree

1 file changed

+2
-11
lines changed

1 file changed

+2
-11
lines changed

TextControlBox/TextControlBox.csproj

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<GeneratePackageOnBuild>True</GeneratePackageOnBuild>
1212
<PackageId>TextControlBox.WinUI.JuliusKirsch</PackageId>
1313
<Title>TextControlBox WinUI</Title>
14-
<Version>1.5.0</Version>
14+
<Version>1.5.1</Version>
1515
<Authors>Julius Kirsch</Authors>
1616
<Product>TextControlBox WinUI</Product>
1717
<Description>A powerful and highly customizable textbox control for WinUI 3 applications. It provides an advanced text editing experience with features like syntax highlighting for multiple programming languages, intuitive search and replace functionality, zooming, line numbering, and smooth scrolling. With support for undo/redo, customizable themes, and efficient performance.</Description>
@@ -20,16 +20,7 @@
2020
<RepositoryUrl>https://github.com/FrozenAssassine/TextControlBox-WinUI</RepositoryUrl>
2121
<PackageTags>TextControlBox; Textbox; WinUI; C#; SyntaxHighlighting; LineNumbers</PackageTags>
2222
<PackageReleaseNotes>
23-
Added clickable links inside the text
24-
Added x86Assembly language support
25-
Added auto detection for tabs and spaces on LoadLines and LoadText
26-
Added RewriteTabsSpaces function for changing the indentation of the text
27-
Added LineEndingChanged and TabsSpacesChanged event
28-
Changed NumberOfSpacesForTab and UseSpacesInsteadTabs to only change the behavior of the tab key and not the rendering of existing tabs in the text
29-
Separated config file highlighting into ini, toml and klipper kind of styles
30-
Rewrote markdown syntaxhighlighter completely
31-
Fix a problem where dragging at the end of a line releasing the mouse and clicking somewhere else drawed a selection.
32-
Small fixes in C# and C++ syntaxhighlighting
23+
Fixed python syntax highlighting crashing the app.
3324
</PackageReleaseNotes>
3425
<PackageIcon>Icon1.png</PackageIcon>
3526
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>

0 commit comments

Comments
 (0)