Skip to content

Release 8.5

Compare
Choose a tag to compare
@love-linger love-linger released this 25 Mar 04:05
· 402 commits to master since this release

What's Changed

  • style: font fallback for windows
  • style: icon for commit decorators
  • style: move some settings to Appearance tab
  • style: use fixed tab title font size; NumericUpDown border
  • feature: allow customized font size
  • style: keep the launcher's title bar consistent across platforms
  • enhance: use custom JsonConverter instead of converting string to Font…
  • fix: select file with only eol changes after other change types will n…
  • code-style: run dotnet format to compliance the editorconfig rules (#31)
  • fix: endless loop when character missing both in current active font a…
  • enhance: calculate monospace fonts in background to avoid delay for pr…
  • fix: indicator line does not use editor's FontFamily (#30)
  • feature: supports custom fonts (#30)
  • enhance: remeber tag group and submodule group IsExpanded state.
  • style: update icons
  • enhance: use previous state before we get new diff result
  • feature: allow user to control whether or not to enable syntax highlig…
  • optimize: collect garbage after SetGrammar to avoid memory leak
  • enhance: leave the current state until we got the new diff result to r…
  • Merge pull request #28 from ennerperez/feature/solution_structure
  • Project Location
  • Github Workflow Files
  • Gitattributes Fix
  • Merge pull request #27 from ennerperez/feature/solution_structure
  • Solution Internal Structure
  • dotnet Namespaces Rules
  • Generic .gitignore
  • Generic .gitattributes
  • Accelerate Builds for VS
  • dotnet Config Files
  • optimize: use combined diff view as default.
  • build: update script for macOS
  • linux: use managed system dialog instead of DBus file picker (it has a…
  • linux: force using en_US.UTF-8 locale to avoid GCM crash
  • fix: missing localization for Text.Cut
  • readme: add tips for linux users
  • build: update linux resources
  • fix: macOS build scripts
  • build: move build scripts and resources from src to build
  • Merge pull request #26 from stevemonaco/patch-1
  • Fix typos in README.md
  • update: localizations
  • project: remove duplicated item in ItemGroup

New Contributors

Full Changelog: v8.4...v8.5