Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Jul 15:27
· 60 commits to refs/heads/main since this release
57d9524

Maintenance, Stability, and Groundwork for More to Come

This release brings self-closing tags, UI improvements, better theme management including theme import, duplication, modification and deletion, support for the new system cursor introduced in macOS Sonoma, and upgraded file handling. It also incorporates various bug fixes and maintenance updates to ensure a more polished and reliable experience.

✨ Enhancements

🐞 Bug Fixes

  • Fix WorkspaceDocument Leak (#1808) @thecoolwinter
  • Fix Navigator Key Navigation Explosion (#1803) @thecoolwinter
  • Fix 'Open Quickly' fatal error (#1793) @plbstl
  • Add UTType conformance checks in NonTextFileView to properly preview files using QuickLook (#1783) @plbstl
  • Fix for bug showing preview icon for unknown files (#1768) @armartinez
  • File Icon Type setting reflects immediately #1765 (#1773) @hkarmoush
  • Using the correct color when File Icon Type is set to Monochrome (#1766) @austincondiff
  • Allow text files to be edited even when empty (#1724) @plbstl
  • Show Git history in the History Inspector, even when a remote is not configured (#1744) @simonwhitaker
  • Fix rendering of git commits with bodies in the History Inspector (#1742) @simonwhitaker
  • SearchKit memory leaks (#1735) @activcoding
  • New tabs after current focus Bug Fix for issue #1704 (#1719) @Shivam-Parekh
  • Fixes "Menu Bar Items Not Updating (#1684)" (#1697) @danielzsh
  • Correctly preview non-text files (#1707) @plbstl
  • delete warning message uses enumerator instead of shallow search (#1699) @knotbin
  • Distinguish between Move to Trash and Delete Immediately when right clicking a file or folder. (#1694) @plbstl
  • Resolved issue with SearchKit (#1688) @activcoding
  • Add avatar CommitListItemView and other fixes (#1676) @activcoding
  • Fixed commit changes file icons to support all symbols (#1672) @austincondiff
  • Rename CommandPalleteView and CommandPalleteViewModel classes (#1655) @DanKlaver15
  • Rename OverlayPanel and OverlayView classes (#1653) @DanKlaver15
  • Show An Alert If No Changes Available When Using Discard All Changes (#1642) @phlpsong
  • Fix: Filename with whitespaces and new lines (#1629) @phlpsong
  • Fix: Git branch picker does not load list in branch picker initially (#1637) @phlpsong
  • Adjusted titlebar spacing (#1638) @austincondiff
  • Fix toolbar tracking separator (#1636) @Wouter01

🧰 Maintenance

πŸ“ Source Editor

πŸ“„ Text View

πŸ‘¨β€πŸ’» New Contributors

Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/v0.1.0..v0.2.0