Releases: CodeEditApp/CodeEdit
v0.3.2
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
Full Changelog: v0.3.1...v0.3.2
v0.3.1
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 CodeEditApp/CodeEditSourceEditor#261 @activcoding
π Text View
- Shift-Click to Extend Selection CodeEditApp/CodeEditTextView#45 @thecoolwinter
π¨βπ» New Contributors
- @scaredcr6w made their first contribution in #1855
- @NobelLiu made their first contribution in #1857
Full Changelog: v0.3.0...v0.3.1
v0.3.0
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: v0.2.1...v0.3.0
v0.2.1
β¨ Enhancements
π Bug Fixes
- Use
NSApp.keyWindow
Over GlobalkeyWindow
(#1819) @thecoolwinter
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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 CodeEditApp/CodeEditSourceEditor#251
- Fix Reference Cycle by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#255
- Fix Gutter Reference Cycle by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#257
- Toggle comment for current line via β / by @Sophiahooley in CodeEditApp/CodeEditSourceEditor#241
- Fix incorrect link by @ladvoc in CodeEditApp/CodeEditSourceEditor#246
- Autocomplete tags by @knotbin in CodeEditApp/CodeEditSourceEditor#247
- Show horizontal scrollbar only when
wrapLines
is off by @danielzsh in CodeEditApp/CodeEditSourceEditor#249 - Add
NSTextStorage
Initializer by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#248 - TreeSitter Tag Auto Close by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#250
π Text View
- Implement the Emacs Kill Ring by @thecoolwinter in CodeEditApp/CodeEditTextView#35
- Fix Page Up/Down Keys by @thecoolwinter in CodeEditApp/CodeEditTextView#38
- Fix Hidden Cursor At End Of Doc by @thecoolwinter in CodeEditApp/CodeEditTextView#39
- Fix Marked Text Input by @thecoolwinter in CodeEditApp/CodeEditTextView#40
- Update scrollToVisible Loop by @thecoolwinter in CodeEditApp/CodeEditTextView#29
- Lazier Layout, Cursor Height, First & Last Line Selections by @thecoolwinter in CodeEditApp/CodeEditTextView#30
- Remove insets from scroll view by @danielzsh in CodeEditApp/CodeEditTextView#27
- Fix Deleting Selected Range by @thecoolwinter in CodeEditApp/CodeEditTextView#33
π¨βπ» New Contributors
- @LeonardoLarranaga made their first contribution in #1802
- @simonwhitaker made their first contribution in #1742
- @danielzsh made their first contribution in #1697
- @plbstl made their first contribution in #1694
- @knotbin made their first contribution in #1677
- @armartinez made their first contribution in #1670
- @DanKlaver15 made their first contribution in #1653
- @Sophiahooley made their first contribution in CodeEditApp/CodeEditSourceEditor#241
- @ladvoc made their first contribution in CodeEditApp/CodeEditSourceEditor#246
Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/v0.1.0..v0.2.0
v0.1.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 #1534
- Updated Xcode themes by @armartinez in #1566
- Feat: git branches nesting by @FezVrasta in #1571
- Find and Replace Functionality by @activcoding in #1537
- Added more bundled themes by @austincondiff in #1580
- Settings: section with glob pattern crud by @EstebanBorai in #1507
- ^β0 resets font size by @luah5 in #1562
- Generic fuzzy search by @activcoding in #1584
- Alternate Cursor Location Description by @thecoolwinter in #1582
- Handle Missing Remotes (Git) by @ibrahimcetin in #1604
- Refactored how themes are stored and loaded by @austincondiff in #1601
- Git history view now refreshes when opening files from project navigator by @phlpsong in #1611
- Navigation style setting and file history navigation improvements by @austincondiff in #1603
- Recents list in Welcome window now refreshes after opening folders by @phlpsong in #1614
- Pre product icon by @austincondiff in #1617
π Bug Fixes
- Fix Empty Editor State Bug by @thecoolwinter in #1556
- Fix default selection in settings by @RayZhao1998 in #1547
- Fix split editor from causing hang by @thecoolwinter in #1565
- Fix: git branches dropdown by @FezVrasta in #1570
- Fix Copyright by @Angelk90 in #1573
- Fix (#1557): autosave by @ElvisWong213 in #1577
- Fix Typos by @activcoding in #1579
- Fix: Source Navigator Icon Symbols affected by accent color by @activcoding in #1589
- Fix: Git History Date bug by @activcoding in #1585
- Fix Editor Layout Setup by @thecoolwinter in #1588
- Fix: use
branch --show-current
to get current branch by @EstebanBorai in #1597 - Fix: Maximized button color issue by @phlpsong in #1607
- Correct Commands For All Windows, Fix βW by @thecoolwinter in #1587
- Fixed delay in synchronization of font size increment and decrement by @ibrahimcetin in #1609
π§Ή Chores & Maintenance
- Chore: Update Pre release CI to run the release drafter by @bombardier200 in #1517
- Chore: Update CodeEditSourceEditor by @thecoolwinter in #1598
- Chore: CI improvements, defaulting to pre build configuration for releases, added dmg background by @bombardier200 in #1612
π Source Editor
- Update GutterView Insets Correctly by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#240
- Rework Async
tree-sitter
Model, Fix Strong Ref Cycle by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#225 - Make JSDoc Highlight as Comments by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#228
- Correctly Lose Focus (finish CETV#14) by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#229
- Fix (CodeEditApp/CodeEditSourceEditor#215): Update Matched Pairs by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#231
- Fix (CodeEditApp/CodeEditSourceEditor#227): Apply Theme Selection Color by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#230
- Add Example App by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#237
- Update Gutter Drawing Code by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#234
- Invalidate Visible Range, Responsive Language Update by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#238
- Fix (CodeEditApp/CodeEditSourceEditor#233): Fix TextFormation editing by @thecoolwinter in CodeEditApp/CodeEditSourceEditor#239
π Text View
- UndoManager Fixes by @thecoolwinter in CodeEditApp/CodeEditTextView#25
- Fix (CodeEditApp/CodeEditTextView#13): Separate Cursor Updates, Fix Focus Issues by @thecoolwinter in CodeEditApp/CodeEditTextView#14
- Fix (CodeEditApp/CodeEditTextView#9): Grayscale Selection When Not Focused by @thecoolwinter in CodeEditApp/CodeEditTextView#16
- Fix CRLF Line Ending Typesetting by @thecoolwinter inhttps://github.com/CodeEditApp/CodeEditTextView/pull/20
- Reduce Text Artifacts, Fix Layout Bug, Public Undo Manager by @thecoolwinter in CodeEditApp/CodeEditTextView#23
- General Performance Improvements by @thecoolwinter in CodeEditApp/CodeEditTextView#24
- Optionally Use System Cursor by @thecoolwinter in CodeEditApp/CodeEditTextView#21
π¨βπ» New Contributors
- @armartinez made their first contribution in #1566
- @FezVrasta made their first contribution in #1570
- @ElvisWong213 made their first contribution in #1577
- @ibrahimcetin made their first contribution in #1604
- @phlpsong made their first contribution in #1607
Full Changelog: 0.0.3-alpha.37...v0.1.0
0.0.3-alpha.37
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 (#1502) @austincondiff
- Added real-time cursor location to status bar (#1514) @austincondiff
- Another search speed up π¨ (#1500) @activcoding
- Update To New Text View (#1509) @thecoolwinter
- Additional Git Features and Navigator UI Improvements (#1471) @austincondiff
- Implementing Fundamental Indexing (#1483) @activcoding
- feat: discard changes support for SourceControlToolbarBottom (#1480) @EstebanBorai
- feat: capability to open changed file in temp tab (#1472) @EstebanBorai
- Git Improvements (#1458) @avinizhanov
- feat: use dedicated icon for rust files (#1460) @EstebanBorai
- Red close button unsaved indicator (#1457) @avinizhanov
- Unsaved changes indicator in editor tab (#1441) @austincondiff
- Lazily Load Files (#1438) @thecoolwinter
- Settings Search (#1312) @luah5
- Keyboard shortcut to switch sidebar navigator tabs (#1382) @FastestMolasses
- Dim editors without focus (#1423) @austincondiff
- feat: creates file/directory in active path (#1416) @EstebanBorai
- Reorganized Editor, Tab Bar, and Path Bar files and added show/hide Path Bar setting, show/hide Utilities Area (#1420)
@austincondiff - Added ability to focus a single editor (#1414) @austincondiff
- Added shadows to tab bar when tabs overflow (#1412) @austincondiff
π Bug Fixes
- Fix Editor Focus, Undo/Redo, Speed Up Cursor Labels (#1515) @thecoolwinter
- Git fetch improvement (#1511) @Wouter01
- Add Indexing Progress, Index Off Main Thread (#1501) @thecoolwinter
- Split string into lines not words (#1499) @activcoding
- Fix issue #1427 | UtilityAreaTerminal model changed to ObservableObject
(#1496) @kmohsin11 - Fix issue #1488 | Utility area sidebar state specific to individual wβ¦
(#1493) @kmohsin11 - FIX: When deleting a file from the project navigator, the alert says (Function) in place of the filename (#1492)
@activcoding - Fix filter button overflow (#1469) @rational-kunal
- Fix #1453: App crashes when unsaved file alert presented (#1454)
@avinizhanov - Project navigator files watch fixes (#1452) @avinizhanov
- Fixes Welcome Window on macOS Sonoma (#1446) @avinizhanov
- Fixed inspector if >=5.9 or greater which now needs a viewModel (#1439) @austincondiff
- fix: Fix misplaced terminal icon in macOS Sonoma (#1436) @Cubik65536
- Fix visual issues with dragging AreaTabBar icons (#1435) @FastestMolasses
- Fix icon draggin feature not being enabled (#1426) @FastestMolasses
- Fix Async Malloc Crash (#1421) @thecoolwinter
- fix: Increase/Decrease Font Size command one step behind π (#1403) @Ahattalla
- Fix for deeplinks (#1401) @Wouter01
π§° Maintenance
- Tests: File Indexing and Search Functionality (#1503) @activcoding
- Updating search keys in General Settings (#1470) @luah5
- Updated product icons (#1459) @austincondiff
- [chore] Rename tabgroup to editor and more (#1418) @austincondiff
π¨βπ» New Contributors
- @Ahattalla made their first contribution in #1403
- @EstebanBorai made their first contribution in #1416
- @rational-kunal made their first contribution in #1469
- @activcoding made their first contribution in #1492
- @kmohsin11 made their first contribution in #1493
Full Changelog: 0.0.3-alpha.36...0.0.3-alpha.37
0.0.3-alpha.36
What's Changed
- Move change theme listener from code file to workspace by @dvandyy in #1330
- docs: add dvandyy as a contributor for bug by @allcontributors in #1333
- Removal of source control commands by @Wouter01 in #1332
- Fixing Font bugs by @bombardier200 in #1337
- Alternative Windowing System by @Wouter01 in #1329
- Update Inspector Sidebar by @thecoolwinter in #1334
- SwiftLint enable
attributes
rule by @0xWDG in #1339 - TextEditingSettingsView.swift: fix typo in setting name by @andypiper in #1349
- Reveal file in the middle of Project Navigator by @dscyrescotti in #1352
- Performance improvements to fuzzysearch by @Wouter01 in #1359
- Fix Situationally Unusable Tab Groups by @thecoolwinter in #1364
- Use File System Events To Monitor Workspace by @thecoolwinter in #1365
- Fix SwiftUI Runtime Errors by @thecoolwinter in #1367
- Fix Tab State, Add Window Restoration by @thecoolwinter in #1368
- Update README.md to be more concise by @austincondiff in #1372
- Fixed close tab and close window shortcut by @FastestMolasses in #1381
- Removed closing animation for the tabs by @FastestMolasses in #1383
- Updated Welcome UI and Product Dev, Alpha and Beta Icons by @austincondiff in #1390
- feat: Improve Shell Integration Setup Process (#1387) by @Cubik65536 in #1388
- Bump Build Number to 36 by @github-actions in #1392
New Contributors
- @dvandyy made their first contribution in #1330
- @andypiper made their first contribution in #1349
Full Changelog: 0.0.3-alpha.35...0.0.3-alpha.36
0.0.3-alpha.35
What's Changed
- Remove upgrade alert by @austincondiff in #1320
- Bump Build Number to 34 by @github-actions in #1321
- Bump Build Number to 35 by @github-actions in #1322
Full Changelog: 0.0.3-alpha.34...0.0.3-alpha.35
0.0.3-alpha.34
What's Changed
- rename bundle identifier to app.codeedit.CodeEdit by @Wouter01 in #1287
- Bump Build Number to 34 by @github-actions in #1319
Full Changelog: 0.0.3-alpha.33...0.0.3-alpha.34