This repository was archived by the owner on Apr 10, 2026. It is now read-only.
Releases: Jack251970/Math-Editor
Releases · Jack251970/Math-Editor
Math Editor v1.0.9
What's Changed
- Move to Net10 & Upgrade dependencies by @Jack251970 in #116
- Merge Master Back to Dev by @Jack251970 in #117
- Bump Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Hosting by @dependabot[bot] in #121
- Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 5.0.0 to 5.3.0 by @dependabot[bot] in #119
- Bump Microsoft.CodeAnalysis.Analyzers and Microsoft.CodeAnalysis.CSharp by @dependabot[bot] in #118
- Support multiple copy styles for LaTeX copy type by @Copilot in #123
- Switch to DispatcherTimer for clipboard monitoring by @Jack251970 in #126
- Update dependencies and enhance LaTeX copy style support by @Jack251970 in #127
New Contributors
- @Copilot made their first contribution in #123
Full Changelog: 1.0.8...1.0.9
Math Editor v1.0.8
What's Changed
- Refactor ClipboardHelper for clarity and platform-agnosticism by @Jack251970 in #74
- Expand files uploaded in GitHub Release workflow by @Jack251970 in #75
- Refactor project dependencies and update dependencies by @Jack251970 in #81
- Dependency and Package Updates & Improve Clipboard Handling by @Jack251970 in #94
- Merge Master Back to Dev by @Jack251970 in #95
- Bump MessageBox.Avalonia from 3.3.1 to 3.3.1.1 by @dependabot[bot] in #97
- Bump toshimaru/auto-author-assign from 2.1.1 to 3.0.0 by @dependabot[bot] in #96
- Bump toshimaru/auto-author-assign from 3.0.0 to 3.0.1 by @dependabot[bot] in #98
- Bump Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Hosting by @dependabot[bot] in #103
- Bump Avalonia and Avalonia.Diagnostics by @dependabot[bot] in #101
- Bump Avalonia.Desktop from 11.3.10 to 11.3.11 by @dependabot[bot] in #104
- Bump Avalonia.AvaloniaEdit and AvaloniaEdit.TextMate by @dependabot[bot] in #106
- Bump Avalonia from 11.3.11 to 11.3.12 by @dependabot[bot] in #107
- Net10 by @Jack251970 in #113
Full Changelog: 1.0.7...1.0.8
Math Editor v1.0.7
What's Changed
- Bump Avalonia and Avalonia.Desktop by @dependabot[bot] in #77
- Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.14.0 to 5.0.0 by @dependabot[bot] in #80
- Bump Microsoft.CodeAnalysis.CSharp.Workspaces from 4.14.0 to 5.0.0 by @dependabot[bot] in #83
- Bump Serilog.Extensions.Logging from 9.0.2 to 10.0.0 by @dependabot[bot] in #84
- Bump Serilog.Settings.Configuration from 9.0.0 to 10.0.0 by @dependabot[bot] in #86
- Bump actions/checkout from 5 to 6 by @dependabot[bot] in #88
- Bump MessageBox.Avalonia from 3.3.0 to 3.3.1 by @dependabot[bot] in #87
- Bump Microsoft.Extensions.DependencyInjection and Microsoft.Extensions.Hosting by @dependabot[bot] in #90
- Bump Avalonia and Avalonia.Desktop by @dependabot[bot] in #92
- Bump Avalonia and Avalonia.Diagnostics by @dependabot[bot] in #93
- Bump Microsoft.CodeAnalysis.CSharp from 4.14.0 to 5.0.0 by @dependabot[bot] in #82
Full Changelog: 1.0.5...1.0.7
Math Editor v1.0.6
What's Changed
- Refactor ClipboardHelper for clarity and platform-agnosticism by @Jack251970 in #74
- Expand files uploaded in GitHub Release workflow by @Jack251970 in #75
Full Changelog: 1.0.5...1.0.6
Math Editor v1.0.5
What's Changed
- Add ModifySolidBrush method to update formatted text by @Jack251970 in #73
Full Changelog: 1.0.4...1.0.5
Math Editor v1.0.4
What's Changed
- Update README.md by @Jack251970 in #68
- Ensure thread-safe clipboard access in ClipboardHelper & Refactor app startup and dependency initialization by @Jack251970 in #69
- Fix parameter order in GetEditorMessageBox calls by @Jack251970 in #70
- Add update-checking functionality to the app by @Jack251970 in #71
- Improve code quality by @Jack251970 in #72
Full Changelog: 1.0.3...1.0.4
Math Editor v1.0.3
What's Changed
- Refactor directory handling and version retrieval by @Jack251970 in #67
Full Changelog: 1.0.2...1.0.3
Math Editor v1.0.2
What's Changed
- Improve ClipboardHelper in macOS & Enhance macOS version detection by @Jack251970 in #62
- Use Dispatcher.UIThread.Post for UI thread operations by @Jack251970 in #64
- Refactor RecentListBox update logic in HistoryToolBar by @Jack251970 in #65
- Add update management and dynamic version display by @Jack251970 in #66
Full Changelog: 1.0.1...1.0.2
Math Editor v1.0.1
What's Changed
- Enable auto-generation of release notes by @Jack251970 in #57
- Bump actions/checkout from 4 to 5 by @dependabot[bot] in #50
- Bump MessageBox.Avalonia from 3.2.0 to 3.3.0 by @dependabot[bot] in #53
- Bump Serilog.Sinks.Console from 6.1.0 to 6.1.1 by @dependabot[bot] in #56
- Bump Microsoft.Extensions.DependencyInjection from 9.0.10 to 10.0.0 by @dependabot[bot] in #58
- Bump FluentAvaloniaUI from 2.4.0 to 2.4.1 by @dependabot[bot] in #52
- Remove AvaloniaControlsToolBar package reference & Update package references by @Jack251970 in #59
- Refactor static fields to use lazy initialization by @Jack251970 in #60
- Remove version metadata from project file by @Jack251970 in #61
Full Changelog: 1.0.0...1.0.1
Math Editor v1.0.0
What's Changed
- Bump actions/upload-artifact from 4 to 5 by @dependabot[bot] in #18
- Improve WPF Version by @Jack251970 in #19
- Migrate to Avalonia Framework by @Jack251970 in #31
- Improve Avalonia Code Quality by @Jack251970 in #36
- Improve ClipboardHelper by @Jack251970 in #37
- Remove unused PointerEntered event handler by @Jack251970 in #38
- Fix Jpg & Bmp Export File Size by @Jack251970 in #39
- Fix blurry PNG exports by always using a white background by @Jack251970 in #40
- Fix selection area issue with refactored Union logic by @Jack251970 in #41
- Add Velopack Support with Github Action by @Jack251970 in #42
- Organize build outputs by platform-specific directories by @Jack251970 in #43
- Remove fixed height from bracketsButton in EquationToolBar by @Jack251970 in #45
- Improve exception handling in Program.cs by @Jack251970 in #46
- Improve multiple platform support by @Jack251970 in #48
- Fix multiple platform support by @Jack251970 in #49
New Contributors
- @dependabot[bot] made their first contribution in #18
- @Jack251970 made their first contribution in #19
Full Changelog: https://github.com/Jack251970/Math-Editor/commits/1.0.0