Whatβs New
Learn about the latest features available for CodeEdit. For detailed information on updates in the latest released versions, visit the CodeEdit Release Notes.
Jump to versionFind in Editor, Notifications, Quality of Life
Included in this version is the ability to find text in the editor and navigate results using our custom find panel. CodeEdit also now has a custom-built notification UI for consistent alert and message management across workspaces. This release also includes numerous quality improvements, including but not limited to: editor over scroll, file management updates, drag and drop to open editors, terminal tab bug fixes, improved word detection, enhanced cursor selection modes, and task bug fixes.
β¨ Enhancements
- Clean Up File Management (#1969) @thecoolwinter
- Global Notification System (#1984) @austincondiff
- Add indication for externally deleted files (#1999) @pro100filipp
- Drag and Drop External Files to Open in Editor (#2000) @austincondiff
- Added editor overscroll setting (#2010) @FastestMolasses
- Added copy path and copy relative path options in project navigator menu (#2013) @FastestMolasses
- Added activity viewer inactive state (#1971) @austincondiff
- Workspace Panel View (#1960) @austincondiff
π Bug Fixes
- Fix: Tasks In Folder With Spaces (#1978) @thecoolwinter
- Terminal Tabs Closing Wrong Tab, Terminal Right Click Semantics (#1963) @thecoolwinter
- Fix Task Dropdown Crash (#1956) @thecoolwinter
- Fix Open in Tab not working issue (#1994) @karan0046
- Fixed editor tabs from being non-interactive (#2004) @austincondiff
π Source Editor
CodeEditSourceEditor updated from version 0.9.0
to 0.11.0
- Fix
CaptureModifierSet.insert
by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/281 - Fix End Of Doc Crash by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/285
- Always Show Highlights After Applying by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/288
- Add Bold and Italics Support To Themes by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/289
- Feat: Highlighter Provider Diffing by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/291
- Bump CETV, Revert Trailing Padding (#272) by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/292
- Fix Delegate Typo by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/294
- Update CodeEditTextView by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/299
- Move Overscroll To TextView by @FastestMolasses in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/296
- feat: Find in Editor by @tom-ludwig in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/295
π Text View
CodeEditTextView updated from version 0.7.7
to 0.8.2
.
- β¨ Emphasis API for Highlighting Text Ranges by @tom-ludwig in https://github.com/CodeEditApp/CodeEditTextView/pull/62
- Inset Selection Rect By Leading Edge by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/60
- Add Example App by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/64
- Add Text Insets by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/65
- Final Text & Selection Inset Fix by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/67
- Fix CEUndoManager grouping by @hi2gage in https://github.com/CodeEditApp/CodeEditTextView/pull/69
- feat: Scroll to range by @tom-ludwig in https://github.com/CodeEditApp/CodeEditTextView/pull/70
- Added underscore to selection by @FastestMolasses in https://github.com/CodeEditApp/CodeEditTextView/pull/73
- Added mouse drag selection modes by @FastestMolasses in https://github.com/CodeEditApp/CodeEditTextView/pull/75
- Emphasis Manager Enhancements by @austincondiff in https://github.com/CodeEditApp/CodeEditTextView/pull/78
- Added scroll past end behavior (overscroll) by @FastestMolasses in https://github.com/CodeEditApp/CodeEditTextView/pull/77
- Fix EmphasisManager Leaking Layers, Fix Emphasis Drawing by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/79
π§° Maintenance
- LSP Semantic Token Decoder, Improve LSP-CodeFileDoc Arch (#1951) @thecoolwinter
- Update Project Settings - Generate Asset Symbols (#2009) @thecoolwinter
- [chore:] Bump Version Number (#2021) @thecoolwinter
- [chore:] Update CodeEditSourceEditor, add Find In Editor, Misc Bug Fixes (#2020) @thecoolwinter
- chore: Project Cleanup, Group to Folder Conversion, and SwiftLint Upgrade (#2003) @austincondiff
- Replace deprecated appendingPathComponent calls (#1998) @FastestMolasses
- [chore]: Update CodeEditSourceEditor to 0.10.0 (#1980) @thecoolwinter
- Update copyright to 2025 (#1973) @hi2gage
- Renamed PathBar to JumpBar (#1957) @austincondiff
π¨βπ» New Contributors
Navigator, Settings, and Editor Improvements
This version introduces project navigator filtering and multiple file selection, source control settings. Theme management now supports fuzzy search for easier discovery, and the editor supports indenting and unindenting selected lines. Other fixes include improved tab behavior, tidied up cursors, and enhanced source highlighting.
β¨ Enhancements
- Source Control Settings (#1926) @austincondiff
- Deleting a file in the Workspace UI now closes the tab (#1937) @LeonardoLarranaga
- Instant Popovers (#1922) @Kihron
- Select multiple files in the project navigator (#1906) @LeonardoLarranaga
- AboutView Animation Improvements (#1915) @Kihron
- Automatic Window Deminimization on Dock Icon Click (#1907) @Kihron
- LSP Document Content Sync (#1887) @thecoolwinter
- Bold and italic text formatting in themes (#1893) @austincondiff
- feat(themes): Add fuzzy search for filtering and sorting themes in settings (#1849) @tom-ludwig
- LSP Activates On Workspace Files, LSP Document Open/Close (#1879) @thecoolwinter
- Project navigator file filtering (#1896) @LeonardoLarranaga
π Bug Fixes
- Theme export and theme details flicker fix when duplicating and then canceling (#1920) @austincondiff
- Fix Edited Indicator Behavior (#1910) @Kihron
- Fix Navigator Area Label Truncation (#1912) @Kihron
- "Close Tabs to the Right" no longer closes the tab the action is performed on (#1901) @LeonardoLarranaga
- Fix/navigation commands (#1895) @karan0046
- Closing tabs while Open Quickly or Command Palette is open is no longer allowed. (#1868) @scaredcr6w
- Clean Up Child Processes (#1885) @thecoolwinter
- Fix search text disappearance on changing navigation item (#1889) @karan0046
- Update Recently Opened Menu (#1919) @thecoolwinter
- EditorManager Always Opens Files (#1892) @thecoolwinter
π Source Editor
- Indent/Unindent Selected Lines by @tom-ludwig in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/266
- TreeSitterClient Highlight Responsiveness by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/267
- Adjust Gutter Background, Add Trailing Padding by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/272
- Multiple Highlighter Support by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/273
- Fix Ambiguous Highlights by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/275
- Invalidate Correct Edited Range by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/279
- Fix TreeSitterClient Not Being Set by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/280
π Text View
- Remove Problematic CATransaction, Fix Lines Disappearing by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/52
- Fix Padding Issue, Assertion Failure On Width Update by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/53
- Scroll Cursor Visible While Typing by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/55
- Sync System Cursor Animation by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/56
- Move All Delegate Calls Outside Layout Pass by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/57
π§° Maintenance
- Removed unnecessary nested folder (#1928) @austincondiff
- Bumping grdb in order to support xcode 16 (#1877) @Vaidios
π¨βπ» New Contributors
Fixes For Symlinks, Autosave, Source Control and More
This update is a stability and bug fix update. Included are fixes for viewing symlink directories, using filenames with spaces in git, autosave stability, and a few UI enhancements.
π Bug Fixes
- Fix for symlinks bug (#1840) @armartinez
- Clear Task Output Button #1875 (#1876) @SavelyUkuren
- Fix Monochrome Setting Crash (#1873) @thecoolwinter
- Fix Source Control File Names With Spaces (#1858) @thecoolwinter
- Mark Autosave Changes Immediately (#1865) @thecoolwinter
- Rebuild Cached Files After Rename, Git Status Label (#1866) @thecoolwinter
π¨βπ» New Contributors
- @SavelyUkuren made their first contribution in #1876@SavelyUkuren made their first contribution in #1876
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/v0.3.1...v0.3.2
Multi-Line Comments and Terminal Improvements
This update adds the ability to toggle multi-line comments in the source editor using the β/
keybind. It also adds support for the common β§-click
text interaction to modify selections, and includes some major changes to the terminal pane that improve usability. Some recent improvements to file previews have been applied to the Quick Look pane and the single file window.
β¨ Enhancements
- Fix Terminal State Loss (#1843) @thecoolwinter
- Search bar scrolls with the list closes #1818 (#1855) @scaredcr6w
- Correctly view non-text files in single file window and Open Quickly (#1820) @plbstl
π Bug Fixes
π Source Editor
- fix(comments): Add Support for Commenting Multiple Lines https://github.com/CodeEditApp/CodeEditSourceEditor/pull/261 @activcoding
π Text View
- Shift-Click to Extend Selection https://github.com/CodeEditApp/CodeEditTextView/pull/45 @thecoolwinter
π¨βπ» New Contributors
- @scaredcr6w made their first contribution in #1855@scaredcr6w made their first contribution in #1855
- @NobelLiu made their first contribution in #1857@NobelLiu made their first contribution in #1857
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/v0.3.0...v0.3.1
Task Running and Source Control Improvements
We are introducing the ability to run tasks and see their current status and output in the new Activity Viewer. We have also improved source control integration by providing push, pull, fetch, and stash capabilities just to name a few. The UI around the utility area and terminal has also been improved.
β¨ Enhancements
- Enabled git push force and tags options (#1846) @austincondiff
- Additional source control functionality (#1785) @austincondiff
- Run Tasks (#1798) @activcoding
- Tasks and Activity Viewer UI Improvements (#1831) @austincondiff
- Update Task to Use Relative Working Path (#1844) @activcoding
- Fixed terminal resize and scroll layout issues (#1845) @austincondiff
- Improved utility area toggle animation (#1845) @austincondiff
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/v0.2.1...v0.3.0
β¨ Enhancements
π Bug Fixes
- Use
NSApp.keyWindow
Over GlobalkeyWindow
(#1819) @thecoolwinter
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/v0.2.0...v0.2.1
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
This release comes packed with enhancements and fixes in the source editor, how themes work, settings, source control, and search. We now have a new navigation style setting to optionally open files in place rather than in tabs. While there is still much to do, a lot of work has gone into improving the core editing experience.
β¨ Enhancements
- Source control navigator history tab by @austincondiff in https://github.com/CodeEditApp/CodeEdit/issues/1534
- Updated Xcode themes by @armartinez in https://github.com/CodeEditApp/CodeEdit/issues/1566
- Feat: git branches nesting by @FezVrasta in https://github.com/CodeEditApp/CodeEdit/issues/1571
- Find and Replace Functionality by @activcoding in https://github.com/CodeEditApp/CodeEdit/issues/1537
- Added more bundled themes by @austincondiff in https://github.com/CodeEditApp/CodeEdit/issues/1580
- Settings: section with glob pattern crud by @EstebanBorai in https://github.com/CodeEditApp/CodeEdit/issues/1507
- ^β0 resets font size by @luah5 in https://github.com/CodeEditApp/CodeEdit/issues/1562
- Generic fuzzy search by @activcoding in https://github.com/CodeEditApp/CodeEdit/issues/1584
- Alternate Cursor Location Description by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/issues/1582
- Handle Missing Remotes (Git) by @ibrahimcetin in https://github.com/CodeEditApp/CodeEdit/issues/1604
- Refactored how themes are stored and loaded by @austincondiff in https://github.com/CodeEditApp/CodeEdit/issues/1601
- Git history view now refreshes when opening files from project navigator by @phlpsong in https://github.com/CodeEditApp/CodeEdit/issues/1611
- Navigation style setting and file history navigation improvements by @austincondiff in https://github.com/CodeEditApp/CodeEdit/issues/1603
- Recents list in Welcome window now refreshes after opening folders by @phlpsong in https://github.com/CodeEditApp/CodeEdit/issues/1614
- Pre product icon by @austincondiff in https://github.com/CodeEditApp/CodeEdit/issues/1617
π Bug Fixes
- Fix Empty Editor State Bug by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/issues/1556
- Fix default selection in settings by @RayZhao1998 in https://github.com/CodeEditApp/CodeEdit/issues/1547
- Fix split editor from causing hang by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/issues/1565
- Fix: git branches dropdown by @FezVrasta in https://github.com/CodeEditApp/CodeEdit/issues/1570
- Fix Copyright by @Angelk90 in https://github.com/CodeEditApp/CodeEdit/issues/1573
- Fix (https://github.com/CodeEditApp/CodeEdit/issues/1557): autosave by @ElvisWong213 in https://github.com/CodeEditApp/CodeEdit/issues/1577
- Fix Typos by @activcoding in https://github.com/CodeEditApp/CodeEdit/issues/1579
- Fix: Source Navigator Icon Symbols affected by accent color by @activcoding in https://github.com/CodeEditApp/CodeEdit/issues/1589
- Fix: Git History Date bug by @activcoding in https://github.com/CodeEditApp/CodeEdit/issues/1585
- Fix Editor Layout Setup by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/issues/1588
- Fix: use
branch --show-current
to get current branch by @EstebanBorai in https://github.com/CodeEditApp/CodeEdit/issues/1597 - Fix: Maximized button color issue by @phlpsong in https://github.com/CodeEditApp/CodeEdit/issues/1607
- Correct Commands For All Windows, Fix βW by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/issues/1587
- Fixed delay in synchronization of font size increment and decrement by @ibrahimcetin in https://github.com/CodeEditApp/CodeEdit/issues/1609
π§Ή Chores & Maintenance
- Chore: Update Pre release CI to run the release drafter by @bombardier200 in https://github.com/CodeEditApp/CodeEdit/issues/1517
- Chore: Update CodeEditSourceEditor by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/issues/1598
- Chore: CI improvements, defaulting to pre build configuration for releases, added dmg background by @bombardier200 in https://github.com/CodeEditApp/CodeEdit/issues/1612
π Source Editor
- Update GutterView Insets Correctly by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/240
- Rework Async
tree-sitter
Model, Fix Strong Ref Cycle by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/225 - Make JSDoc Highlight as Comments by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/228
- Correctly Lose Focus (finish CETV#14) by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/229
- Fix (https://github.com/CodeEditApp/CodeEditSourceEditor/issues/215): Update Matched Pairs by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/231
- Fix (https://github.com/CodeEditApp/CodeEditSourceEditor/issues/227): Apply Theme Selection Color by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/230
- Add Example App by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/237
- Update Gutter Drawing Code by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/234
- Invalidate Visible Range, Responsive Language Update by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/238
- Fix (https://github.com/CodeEditApp/CodeEditSourceEditor/issues/233): Fix TextFormation editing by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/239
π Text View
- UndoManager Fixes by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/25
- Fix (https://github.com/CodeEditApp/CodeEditTextView/issues/13): Separate Cursor Updates, Fix Focus Issues by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/14
- Fix (https://github.com/CodeEditApp/CodeEditTextView/issues/9): Grayscale Selection When Not Focused by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/16
- Fix CRLF Line Ending Typesetting by @thecoolwinter inCodeEditTextView#20@thecoolwinter inCodeEditTextView#20
- Reduce Text Artifacts, Fix Layout Bug, Public Undo Manager by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/23
- General Performance Improvements by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/24
- Optionally Use System Cursor by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/21
π¨βπ» New Contributors
- @armartinez made their first contribution in https://github.com/CodeEditApp/CodeEdit/issues/1566
- @FezVrasta made their first contribution in https://github.com/CodeEditApp/CodeEdit/issues/1570
- @ElvisWong213 made their first contribution in https://github.com/CodeEditApp/CodeEdit/issues/1577
- @ibrahimcetin made their first contribution in https://github.com/CodeEditApp/CodeEdit/issues/1604
- @phlpsong made their first contribution in https://github.com/CodeEditApp/CodeEdit/issues/1607
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.3-alpha.37...v0.1.0
0.0.3-alpha.37
Released on January 9, 2024Requires macOS Ventura (13.0) or newer
CodeEdit now has a brand new text view and source editor that is more performant than ever. It also comes packed with source control functionality that you can access in the improved Source Control Navigator.
Note
This new source control functionality may not be perfectly stable and will need further testing and bug fixes.
β¨ Enhancements
- Updated path picker design (https://github.com/CodeEditApp/CodeEdit/pull/1502) @austincondiff
- Added real-time cursor location to status bar (https://github.com/CodeEditApp/CodeEdit/pull/1514) @austincondiff
- Another search speed up π¨ (https://github.com/CodeEditApp/CodeEdit/pull/1500) @activcoding
- Update To New Text View (https://github.com/CodeEditApp/CodeEdit/pull/1509) @thecoolwinter
- Additional Git Features and Navigator UI Improvements (https://github.com/CodeEditApp/CodeEdit/pull/1471) @austincondiff
- Implementing Fundamental Indexing (https://github.com/CodeEditApp/CodeEdit/pull/1483) @activcoding
- feat: discard changes support for SourceControlToolbarBottom (https://github.com/CodeEditApp/CodeEdit/pull/1480) @EstebanBorai
- feat: capability to open changed file in temp tab (https://github.com/CodeEditApp/CodeEdit/pull/1472) @EstebanBorai
- Git Improvements (https://github.com/CodeEditApp/CodeEdit/pull/1458) @avinizhanov
- feat: use dedicated icon for rust files (https://github.com/CodeEditApp/CodeEdit/pull/1460) @EstebanBorai
- Red close button unsaved indicator (https://github.com/CodeEditApp/CodeEdit/pull/1457) @avinizhanov
- Unsaved changes indicator in editor tab (https://github.com/CodeEditApp/CodeEdit/pull/1441) @austincondiff
- Lazily Load Files (https://github.com/CodeEditApp/CodeEdit/pull/1438) @thecoolwinter
- Settings Search (https://github.com/CodeEditApp/CodeEdit/pull/1312) @luah5
- Keyboard shortcut to switch sidebar navigator tabs (https://github.com/CodeEditApp/CodeEdit/pull/1382) @FastestMolasses
- Dim editors without focus (https://github.com/CodeEditApp/CodeEdit/pull/1423) @austincondiff
- feat: creates file/directory in active path (https://github.com/CodeEditApp/CodeEdit/pull/1416) @EstebanBorai
- Reorganized Editor, Tab Bar, and Path Bar files and added show/hide Path Bar setting, show/hide Utilities Area (https://github.com/CodeEditApp/CodeEdit/pull/1420) @austincondiff
- Added ability to focus a single editor (https://github.com/CodeEditApp/CodeEdit/pull/1414) @austincondiff
- Added shadows to tab bar when tabs overflow (https://github.com/CodeEditApp/CodeEdit/pull/1412) @austincondiff
π Bug Fixes
- Fix Editor Focus, Undo/Redo, Speed Up Cursor Labels (https://github.com/CodeEditApp/CodeEdit/pull/1515) @thecoolwinter
- Git fetch improvement (https://github.com/CodeEditApp/CodeEdit/pull/1511) @Wouter01
- Add Indexing Progress, Index Off Main Thread (https://github.com/CodeEditApp/CodeEdit/pull/1501) @thecoolwinter
- Split string into lines not words (https://github.com/CodeEditApp/CodeEdit/pull/1499) @activcoding
- Fix issue https://github.com/CodeEditApp/CodeEdit/issues/1427 | UtilityAreaTerminal model changed to ObservableObject (https://github.com/CodeEditApp/CodeEdit/pull/1496) @kmohsin11
- Fix issue https://github.com/CodeEditApp/CodeEdit/issues/1488 | Utility area sidebar state specific to individual w⦠(https://github.com/CodeEditApp/CodeEdit/pull/1493) @kmohsin11
- FIX: When deleting a file from the project navigator, the alert says (Function) in place of the filename (https://github.com/CodeEditApp/CodeEdit/pull/1492) @activcoding
- Fix filter button overflow (https://github.com/CodeEditApp/CodeEdit/pull/1469) @rational-kunal
- Fix https://github.com/CodeEditApp/CodeEdit/issues/1453: App crashes when unsaved file alert presented (https://github.com/CodeEditApp/CodeEdit/pull/1454) @avinizhanov
- Project navigator files watch fixes (https://github.com/CodeEditApp/CodeEdit/pull/1452) @avinizhanov
- Fixes Welcome Window on macOS Sonoma (https://github.com/CodeEditApp/CodeEdit/pull/1446) @avinizhanov
- Fixed inspector if >=5.9 or greater which now needs a viewModel (https://github.com/CodeEditApp/CodeEdit/pull/1439) @austincondiff
- fix: Fix misplaced terminal icon in macOS Sonoma (https://github.com/CodeEditApp/CodeEdit/pull/1436) @Cubik65536
- Fix visual issues with dragging AreaTabBar icons (https://github.com/CodeEditApp/CodeEdit/pull/1435) @FastestMolasses
- Fix icon draggin feature not being enabled (https://github.com/CodeEditApp/CodeEdit/pull/1426) @FastestMolasses
- Fix Async Malloc Crash (https://github.com/CodeEditApp/CodeEdit/pull/1421) @thecoolwinter
- fix: Increase/Decrease Font Size command one step behind π (https://github.com/CodeEditApp/CodeEdit/pull/1403) @Ahattalla
- Fix for deeplinks (https://github.com/CodeEditApp/CodeEdit/pull/1401) @Wouter01
π§° Maintenance
- Tests: File Indexing and Search Functionality (https://github.com/CodeEditApp/CodeEdit/pull/1503) @activcoding
- Updating search keys in General Settings (https://github.com/CodeEditApp/CodeEdit/pull/1470) @luah5
- Updated product icons (https://github.com/CodeEditApp/CodeEdit/pull/1459) @austincondiff
- [chore] Rename tabgroup to editor and more (https://github.com/CodeEditApp/CodeEdit/pull/1418) @austincondiff
π¨βπ» New Contributors
- @Ahattalla made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1403
- @EstebanBorai made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1416
- @rational-kunal made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1469
- @activcoding made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1492
- @kmohsin11 made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1493
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.3-alpha.36...0.0.3-alpha.37
0.0.3-alpha.36
Released on August 2, 2023What's Changed
- Move change theme listener from code file to workspace by @dvandyy in https://github.com/CodeEditApp/CodeEdit/pull/1330
- docs: add dvandyy as a contributor for bug by @allcontributors in https://github.com/CodeEditApp/CodeEdit/pull/1333
- Removal of source control commands by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1332
- Fixing Font bugs by @bombardier200 in https://github.com/CodeEditApp/CodeEdit/pull/1337
- Alternative Windowing System by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1329
- Update Inspector Sidebar by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/pull/1334
- SwiftLint enable
attributes
rule by @0xWDG in https://github.com/CodeEditApp/CodeEdit/pull/1339 - TextEditingSettingsView.swift: fix typo in setting name by @andypiper in https://github.com/CodeEditApp/CodeEdit/pull/1349
- Reveal file in the middle of Project Navigator by @dscyrescotti in https://github.com/CodeEditApp/CodeEdit/pull/1352
- Performance improvements to fuzzysearch by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1359
- Fix Situationally Unusable Tab Groups by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/pull/1364
- Use File System Events To Monitor Workspace by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/pull/1365
- Fix SwiftUI Runtime Errors by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/pull/1367
- Fix Tab State, Add Window Restoration by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/pull/1368
- Update README.md to be more concise by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1372
- Fixed close tab and close window shortcut by @FastestMolasses in https://github.com/CodeEditApp/CodeEdit/pull/1381
- Removed closing animation for the tabs by @FastestMolasses in https://github.com/CodeEditApp/CodeEdit/pull/1383
- Updated Welcome UI and Product Dev, Alpha and Beta Icons by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1390
- feat: Improve Shell Integration Setup Process (#1387) by @Cubik65536 in https://github.com/CodeEditApp/CodeEdit/pull/1388
- Bump Build Number to 36 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/1392
New Contributors
- @dvandyy made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1330
- @andypiper made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1349
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.3-alpha.35...0.0.3-alpha.36
0.0.3-alpha.35
Released on June 15, 2023What's Changed
- Remove upgrade alert by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1320
- Bump Build Number to 34 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/1321
- Bump Build Number to 35 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/1322
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.3-alpha.34...0.0.3-alpha.35
0.0.3-alpha.34
Released on June 15, 2023What's Changed
- rename bundle identifier to app.codeedit.CodeEdit by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1287
- Bump Build Number to 34 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/1319
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.3-alpha.33...0.0.3-alpha.34
0.0.3-alpha.33
Released on June 15, 2023What's Changed
- Fixed inspector toolbar background color and inspector maxWidth by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1214
- Add pixel to top of first line by @evanlwang in https://github.com/CodeEditApp/CodeEdit/pull/1229
- docs: add evanlwang as a contributor for code by @allcontributors in https://github.com/CodeEditApp/CodeEdit/pull/1230
- [chore]: updates
SwiftLintPlugin
to the latest version by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/1231 - Fix a bug with the image preview bounds by @luah5 in https://github.com/CodeEditApp/CodeEdit/pull/1233
- bugfix: renaming a file uses the wrong background color by @aaryankotharii in https://github.com/CodeEditApp/CodeEdit/pull/1241
- Move to macOS Ventura-style Settings in place of Preferences by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1215
- fix: Fix issues when adding/displaying GitHub/GitLab accounts by @Cubik65536 in https://github.com/CodeEditApp/CodeEdit/pull/1244
- fix(AccountsSettingsDetailsView): Fix Delete Account button (#1245) by @Cubik65536 in https://github.com/CodeEditApp/CodeEdit/pull/1248
- Performance improvements for settings by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1250
- Update CodeEditTextView to 0.6.2 by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1251
- Fixing Theme not updating on click by @bombardier200 in https://github.com/CodeEditApp/CodeEdit/pull/1255
- Refactored WorkspaceClient and sidebar by @matthijseikelenboom in https://github.com/CodeEditApp/CodeEdit/pull/1243
- Account Setting SSH Keys Picker by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1249
- Sidebar tab bar position setting by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1257
- feat: Notify the user when an error is encountered when adding new accounts (#1252) by @Cubik65536 in https://github.com/CodeEditApp/CodeEdit/pull/1253
- Add holding priority view modifier by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1265
- Quicklook Previews in Open Quickly overlay by @luah5 in https://github.com/CodeEditApp/CodeEdit/pull/1266
- Add setting for letter spacing by @luah5 in https://github.com/CodeEditApp/CodeEdit/pull/1269
- Remove Unused UI by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1272
- Add Missing Text View Settings by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/pull/1271
- Fix for non-updating font size by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1283
- Fix Settings color picker by @adisve in https://github.com/CodeEditApp/CodeEdit/pull/1277
- Fix: #1035 finding in project bug by @RayZhao1998 in https://github.com/CodeEditApp/CodeEdit/pull/1268
- Extensions Base by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1274
- update codeeditkit dependency by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1286
- refactor: Refactor font changes codes in ViewCommands by @Cubik65536 in https://github.com/CodeEditApp/CodeEdit/pull/1285
- Improve textfield behavior in Project Navigator by @dscyrescotti in https://github.com/CodeEditApp/CodeEdit/pull/1291
- Debug area tabs by @bombardier200 in https://github.com/CodeEditApp/CodeEdit/pull/1261
- [chore]: Update CodeEditTextView to
0.6.4
by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/pull/1300 - Enhancement: #218 Fuzzy search for QuickOpen by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1307
- Using grouped form design in the file inspector by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1313
- feat: Use terminal title as the terminal tab title (#1298) by @Cubik65536 in https://github.com/CodeEditApp/CodeEdit/pull/1302
- docs: add Cubik65536 as a contributor for code by @allcontributors in https://github.com/CodeEditApp/CodeEdit/pull/1314
- Sync file selection state between tab group and outline view by @dscyrescotti in https://github.com/CodeEditApp/CodeEdit/pull/1296
- docs: add dscyrescotti as a contributor for code by @allcontributors in https://github.com/CodeEditApp/CodeEdit/pull/1315
- added upgrade alert by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1297
- Bump Build Number to 33 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/1316
- Update pre-release.yml to fix CI by @bombardier200 in https://github.com/CodeEditApp/CodeEdit/pull/1317
- Update Sparkle Path for CI by @bombardier200 in https://github.com/CodeEditApp/CodeEdit/pull/1318
New Contributors
- @evanlwang made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1229
- @adisve made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1277
- @dscyrescotti made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1291
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.3-alpha.32...0.0.3-alpha.33
0.0.3-alpha.32
Released on April 4, 2023What's Changed
- Search overlay preview toggle by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1185
- Add open quickly animation by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1187
- Code cleanup: improve code up to Swift 5.7 standard: simplify if let and guard let statements by @richardtop in https://github.com/CodeEditApp/CodeEdit/pull/1183
- Add text zoom shortcut by @luah5 in https://github.com/CodeEditApp/CodeEdit/pull/1191
- Fix Inspector toggling by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1192
- Remove files related to plugin extension system by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1195
- Add setting to determine what happens after closing the last open workspace by @luah5 in https://github.com/CodeEditApp/CodeEdit/pull/1194
- [chore]: Update
CodeEditTextView
, Remove unusedGRDB
by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/1196 - docs: add luah5 as a contributor for code by @allcontributors in https://github.com/CodeEditApp/CodeEdit/pull/1201
- Status Bar and Debugger Drawer UI Improvements by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1199
- Code Cleanup: Simplify AppDelegate by @richardtop in https://github.com/CodeEditApp/CodeEdit/pull/1184
- Add terminal zoom in/out (building on top of #1191) by @luah5 in https://github.com/CodeEditApp/CodeEdit/pull/1209
- [chore]: Update CodeEditTextView to 0.6.1 by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/1219
- Bump Build Number to 32 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/1220
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.3-alpha.31...0.0.3-alpha.32
0.0.3-alpha.31
Released on March 21, 2023What's Changed
- Partial move to SwiftUI lifecycle by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1152
- Fix for runtime errors by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1154
- Make "Latest Release" button clickable and point to the latest GitHub release by @richardtop in https://github.com/CodeEditApp/CodeEdit/pull/1153
- Fix for background color of toolbar in inspector by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1155
- Remove Welcome Window reopening after last document is closed by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1168
- Files & folders dropped on Welcome Window are opened by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1169
- Update README.md by @richardtop in https://github.com/CodeEditApp/CodeEdit/pull/1171
- Code of conduct amendment: low quality PRs by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1176
- Fixed bug where about window wouldnβt open by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1177
- Overlay UI Improvements by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1159
- Fix #1158 Using Delayed Appearance and Focus by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/pull/1175
- Bump Build Number to 31 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/1178
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.3-alpha.30...0.0.3-alpha.31
0.0.3-alpha.30
Released on March 10, 2023What's Changed
- Fix for appcast link by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1124
- Added setting to change font size, so can now change the default font⦠by @scrapp08 in https://github.com/CodeEditApp/CodeEdit/pull/1128
- Rename
Breadcrumbs
toPathBar
and fix comments by @iggy890 in https://github.com/CodeEditApp/CodeEdit/pull/1113 - chore(typos): fix typos by @stavares843 in https://github.com/CodeEditApp/CodeEdit/pull/1121
- Revised issue and PR templates by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1133
- Fix for retain cycles & splitview recreation issue by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1132
New Contributors
- @scrapp08 made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1128
- @stavares843 made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1121
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.3-alpha.29...0.0.3-alpha.30
0.0.3-alpha.29
Released on March 9, 2023What's Changed
- Splitview by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1080
- [chore]: Update Version Number to
0.0.3
by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/1123
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.2-alpha.28...0.0.3-alpha.29
0.0.2-alpha.28
Released on March 7, 2023What's Changed
- Scroll to tab by @maxkel in https://github.com/CodeEditApp/CodeEdit/pull/1085
- docs: add maxkel as a contributor for code by @allcontributors in https://github.com/CodeEditApp/CodeEdit/pull/1087
- Revert "Internal URL fix (in documentation)" by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1091
- Revert "Internal URL fix (line 13) in documentation" by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1092
- Added note about project issues to readme by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1098
- Changed project symbol by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1104
- Fix for vertical scroller in project navigator by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1112
- Addressing features/bugs with the terminal by @bombardier200 in https://github.com/CodeEditApp/CodeEdit/pull/1117
- Fix for excessive files in recents list by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1114
- Bump Build Number to 28 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/1119
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.2-alpha.27...0.0.2-alpha.28
0.0.2-alpha.27
Released on February 25, 2023What's Changed
- Save UI state per Workspace by @Code-DJ in https://github.com/CodeEditApp/CodeEdit/pull/984
- Don't run haptic feedback when the UI is rendered. by @Code-DJ in https://github.com/CodeEditApp/CodeEdit/pull/1069
- Improvements to breadcrumbs by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1067
- Improved welcomewindow by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1039
- Push newly created file into the workspace (#696) by @RenanGreca in https://github.com/CodeEditApp/CodeEdit/pull/1057
- docs: add RenanGreca as a contributor for code by @allcontributors in https://github.com/CodeEditApp/CodeEdit/pull/1074
- improvement to window state by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1068
- Fix typo (line 28) in documentation by @kant in https://github.com/CodeEditApp/CodeEdit/pull/1075
- Internal URL fix (in documentation) by @kant in https://github.com/CodeEditApp/CodeEdit/pull/1079
- Removed close animations on tabs by @maxkel in https://github.com/CodeEditApp/CodeEdit/pull/1081
- docs: add maxkel as a contributor for bug by @allcontributors in https://github.com/CodeEditApp/CodeEdit/pull/1082
- Typo fix (line 05) in documentation by @kant in https://github.com/CodeEditApp/CodeEdit/pull/1077
- Internal URL fix (line 13) in documentation by @kant in https://github.com/CodeEditApp/CodeEdit/pull/1078
- Bump Build Number to 27 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/1086
New Contributors
- @RenanGreca made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1057
- @kant made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1075
- @maxkel made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1081
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.2-alpha.26...0.0.2-alpha.27
0.0.2-alpha.26
Released on February 19, 2023What's Changed
- [Chore] Removes CodeEditCli folder by @matthijseikelenboom in https://github.com/CodeEditApp/CodeEdit/pull/1037
- fix: Don't use defaultType to determine file extension by @SwampThingTom in https://github.com/CodeEditApp/CodeEdit/pull/1030
- Resolve #1029: Support files and folders to be dragged in externally β¦ by @RayZhao1998 in https://github.com/CodeEditApp/CodeEdit/pull/1040
- Issue States and Add to Project Actions by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1047
- [chore]: Update dependencies, Bump min deployment target to 13.0 by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/1063
- Bump Build Number to 26 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/1064
New Contributors
- @SwampThingTom made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1030
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.1-alpha.25...0.0.2-alpha.26
0.0.1-alpha.25
Released on February 1, 2023What's Changed
- Adds Proxyman to Sponsors π by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/pull/1033
- Drag and drop file by @neilZon in https://github.com/CodeEditApp/CodeEdit/pull/1031
- Bump Build Number to 25 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/1036
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.1-alpha.24...0.0.1-alpha.25
0.0.1-alpha.24
Released on January 25, 2023What's Changed
- fix: Allow multiple account with same username (#1012) by @Cubik65536 in https://github.com/CodeEditApp/CodeEdit/pull/1013
- docs: add Cubik65536 as a contributor for bug by @allcontributors in https://github.com/CodeEditApp/CodeEdit/pull/1017
- [chore]: Adopt code edit symbols 0.1.2 by @ben-p-commits in https://github.com/CodeEditApp/CodeEdit/pull/1019
- [feat]: Update CodeEditTextView to 0.3.5 / YAML Support by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/1022
- Bump Build Number to 24 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/1023
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.1-alpha.23...0.0.1-alpha.24
0.0.1-alpha.23
Released on January 23, 2023What's Changed
- use theme background by @neilZon in https://github.com/CodeEditApp/CodeEdit/pull/1004
- Bump Build Number to 23 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/1016
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.1-alpha.22...0.0.1-alpha.23
0.0.1-alpha.22
Released on January 23, 2023What's Changed
- [chore]: CI - Check CFBundleShortVersionString in Info.plist by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/1006
- Unified about window by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1010
- Bump Build Number to 22 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/1015
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.1-alpha.21...0.0.1-alpha.22
0.0.1-alpha.21
Released on January 20, 2023What's Changed
- Redesigned About Window by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/1000
- docs: add Wouter01 as a contributor for code by @allcontributors in https://github.com/CodeEditApp/CodeEdit/pull/1001
- Feat/contributors window by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/1002
- Made design improvements to About and Acknowledgements windows by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/1003
- Bump Build Number to 21 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/1005
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.1-alpha.20...0.0.1-alpha.21
0.0.1-alpha.20
Released on January 18, 2023What's Changed
- [chore]: welcome window refactoring by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/993
- [chore]: Update CodeEditTextView to 0.3.3 by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/994
- Redesigned Acknowledgements Window, small modifications to About Window by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/996
- Bump Build Number to 20 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/998
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.1-alpha.19...0.0.1-alpha.20
0.0.1-alpha.19
Released on January 18, 2023What's Changed
- [fix]: Hover Welcome Window Glitch by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/985
- Update Clone From label in Account Preferences by @MrDevel0per in https://github.com/CodeEditApp/CodeEdit/pull/987
- Improved overall tab UI design by @austincondiff in https://github.com/CodeEditApp/CodeEdit/pull/989
- Bump Build Number to 19 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/992
New Contributors
- @MrDevel0per made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/987
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.1-alpha.18...0.0.1-alpha.19
0.0.1-alpha.18
Released on January 16, 2023What's Changed
- fix: Remove Haptic Feedback on Launch (#916) by @Cubik65536 in https://github.com/CodeEditApp/CodeEdit/pull/976
- fix: Select account provider dialog not closing by @neilZon in https://github.com/CodeEditApp/CodeEdit/pull/980
- docs: add neilZon as a contributor for bug by @allcontributors in https://github.com/CodeEditApp/CodeEdit/pull/981
- Bump Build Number to 18 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/983
New Contributors
- @Cubik65536 made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/976
- @neilZon made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/980
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.1-alpha.17...0.0.1-alpha.18
0.0.1-alpha.17
Released on January 15, 2023What's Changed
- Resize inspector by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/pull/970
- [fix]: height of the general settings pane by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/973
- [feat] Default Themes: Solarized (dark/light) by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/974
- Bump Build Number to 17 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/975
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.1-alpha.16...0.0.1-alpha.17
0.0.1-alpha.16
Released on January 15, 2023What's Changed
- Remove unnecessary print statements by @thecoolwinter in https://github.com/CodeEditApp/CodeEdit/pull/965
- [chore]: Xcode Configurations by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/967
- Moved to EnvironmentObject for WorkspaceDocument and StatusBarViewModel by @Wouter01 in https://github.com/CodeEditApp/CodeEdit/pull/966
- [chore] Code Style: Multiline argument/parameter indentation by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/969
- Bump Build Number to 16 by @github-actions in https://github.com/CodeEditApp/CodeEdit/pull/972
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/0.0.1-alpha.15...0.0.1-alpha.16