What's Changed
- code_style: using avalonia's editorconfig and run
dotnet format
. - fix: disable custom window resizer on Linux platform if Window.WindowS…
- update: external tool icons
- style: use the larger size of image in diff view if it has two valid bitmaps
- style: set RenderOptions.BitmapInterpolationMode="HighQuality" for all…
- style: set RenderOptions.BitmapInterpolationMode="HighQuality" for ext…
- style: unify all external tool icons to 512 x 512
- performance: do NOT re-create background brush if there exists one
- code_style: move private member/functions (except static readonly memb…
- Merge pull request #36 from walterlv/master
- style: keep aspect ratio of image in image diff view
- _backend will never be null
- code_style: run
dotnet format
to follow rules defined in .editorconfig - Merge branch 'feature/open_with' from PR #33
- code_review: code review for PR #33
- style: use custom RevisionImageFileView to preview images.
- Merge pull request #35 from walterlv/master
- Fix spelling errors in configuration keys
- Merge pull request #34 from walterlv/master
- Enhance file and folder selection by utilizing the default file manage…
- style: add a background for image diff view
- MacOS Update
- Open in... Menu
- Open In Fleet
- fix: try to fix window drop shadow missing on Windows 10
- style: ImageDiff layout
- style: margins for ImageDiff
- feature: show image size change for Models.ImageDiff
- fix: wrong work tree file path
- feature: supports preview and diff with image files
- style: add loading indicator for FileHistories
- feature: simple self-update implementation (#29)
- style: text alignment in Hotkeys
- style: remove file name in FileHistories's title bar
- feature: embed commit detail page in file histories
- style: increase all GridSplitter's size
- style: traits .plist file as normal xml
- style: change FontSize for MenuItem /template/ PART_InputGestureText
- style: windows/linux caption buttons
New Contributors
Full Changelog: v8.5...v8.6