v0.2.0
版本发布时间: 2024-07-20 23:27:07
CodeEditApp/CodeEdit最新发布版本:v0.3.2(2024-09-16 09:28:26)
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
- Option to Use the System Cursor (#1812) @thecoolwinter
- Validate filenames consisting solely of extensions (#1802) @LeonardoLarranaga
- Highlight search query in 'Open Quickly' results (#1790) @plbstl
- Windows Restore Correct Size (#1788) @thecoolwinter
- Import, duplicate and delete themes (#1718) @austincondiff
- Activity View Resize, Inspector Toggle, Window Consistency (#1776) @thecoolwinter
- LSP Backend (#1739) @FastestMolasses
- naturally orders files and folders #1714 (#1774) @hkarmoush
- feat: Activity Viewer (#1769) @activcoding
- Added font weight pickers to text editing and terminal settings (#1758) @austincondiff
- Stop Modifying User's RC Files (#1753) @thecoolwinter
- Use Single Text Storage For Documents (#1740) @thecoolwinter
- Developer settings menu (#1733) @FastestMolasses
- View text files that are not UTF-8 encoded (#1727) @plbstl
- Show information for non-text files in the status bar (#1713) @plbstl
- New tabs after current focused tab#1704 (#1715) @Shivam-Parekh
- Only Save Workspace Settings If Necessary (#1702) @thecoolwinter
- Added ability to hide toolbar (#1683) @knotbin
- All recent projects searchable in Spotlight (#1680) @knotbin
- Keyboard shortcut for tab switching (#1677) @knotbin
- Workspace settings (#1670) @armartinez
- Added Tooltips for Buttons In Navigator Bottom Toolbar (#1668) @dvandyy
- Git branches list order and truncate priority issue (#1647) @phlpsong
- Git branch show track information (#1644) @phlpsong
- File icon improvements (#1645) @austincondiff
- New split editor symbol (#1643) @austincondiff
🐞 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
andCommandPalleteViewModel
classes (#1655) @DanKlaver15 - Rename
OverlayPanel
andOverlayView
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
- Appcast Link To Live Release Notes (#1809) @thecoolwinter
- Lay Foundation For Automation Testing (#1804) @thecoolwinter
- update CodeEditTextView package (#1771) @plbstl
- Update CONTRIBUTING.md (#1772) @activcoding
- Clean Up Code (#1737) @FastestMolasses
- Removed tab bar style setting and native editor tab design (#1761) @austincondiff
- SwiftLint GH Actions Reporter (#1759) @thecoolwinter
- Replace deprecated modifier .cornerRadius (#1748) @Jerry23011
- Update LogStream version, remove build setting (#1685) @Wouter01
- Fix broken project board links in CONTRIBUTING.md and README.md (#1690) @danielzsh
- Added dependency injection (#1662) @FastestMolasses
- Remove new window system (#1631) @Wouter01
📝 Source Editor
- Use System Cursor by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/251
- Fix Reference Cycle by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/255
- Fix Gutter Reference Cycle by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/257
- Toggle comment for current line via ⌘ / by @Sophiahooley in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/241
- Fix incorrect link by @ladvoc in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/246
- Autocomplete tags by @knotbin in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/247
- Show horizontal scrollbar only when
wrapLines
is off by @danielzsh in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/249 - Add
NSTextStorage
Initializer by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/248 - TreeSitter Tag Auto Close by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/250
📄 Text View
- Implement the Emacs Kill Ring by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/35
- Fix Page Up/Down Keys by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/38
- Fix Hidden Cursor At End Of Doc by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/39
- Fix Marked Text Input by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/40
- Update scrollToVisible Loop by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/29
- Lazier Layout, Cursor Height, First & Last Line Selections by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/30
- Remove insets from scroll view by @danielzsh in https://github.com/CodeEditApp/CodeEditTextView/pull/27
- Fix Deleting Selected Range by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/33
👨💻 New Contributors
- @LeonardoLarranaga made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1802
- @simonwhitaker made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1742
- @danielzsh made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1697
- @plbstl made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1694
- @knotbin made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1677
- @armartinez made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1670
- @DanKlaver15 made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1653
- @Sophiahooley made their first contribution in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/241
- @ladvoc made their first contribution in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/246
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/v0.1.0..v0.2.0
1、 appcast.xml 28.42KB
2、 CodeEdit.dmg 30.67MB