CodeEditApp/CodeEdit
๐ CodeEdit App for macOS โ Elevate your code editing experience. Open source, free forever.
๐ฆ โจ Enhancements
- Added global search keyboard shortcut (#2094) @FastestMolasses
- View Task Output Using Terminal Emulator (#2088) @thecoolwinter
- Upgrade Output Utility, Add Language Server Output (#2092) @thecoolwinter
- Reflect External File Changes (#2075) @thecoolwinter
- Add `โR` and `โ.` to Start and Stop Tasks, Add Tasks Menu (#2081) @thecoolwinter
- Language server installation menu (#1997) @FastestMolasses
- Editor Restoration (#2078) @thecoolwinter
- Implement Invisible Characters Setting (#2065) @thecoolwinter
๐ ๐ Bug Fixes
- Correctly Handle Language Server Timeout When Quitting (#2110) @thecoolwinter
- Fix Ventura Crash (#2106) @thecoolwinter
- Prevent `Makefile` from being renamed to `Makefile.make` during save (#2105) @antigluten
- Adjust LSP Content Object Lifecycle (#2102) @thecoolwinter
- Utility area animation disabled with hide interface (#2104) @SimonKudsk
- Fix Semantic Highlight Out-Of-Range Bug (#2097) @thecoolwinter
- Fix: Terminals Losing Output (#2100) @thecoolwinter
- Ensure LSPs Exit, Add Exit Activities (#2080) @thecoolwinter
๐ฆ ๐ Source Editor
- [CodeEditSourceEditor](https://github.com/CodeEditApp/CodeEditSourceEditor) updated from version `0.14.1` to `0.15.1`
- Fix Bugs With Multiple Highlight Providers by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/346
- Update CodeEditTextView to `0.12.0` by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/347
- Autocomplete Feature by @FastestMolasses in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/282
- Jump To Definition by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/348
- Only Show Jump to Definition Hover When Available by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/349
๐ฆ ๐ Text View
- [CodeEditTextView](https://github.com/CodeEditApp/CodeEditTextView) updated from version `0.11.6` to `0.12.1`.
- Implement Missing Accessibility APIs by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/116
- Log Layout Time Less Religiously by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/117
- Layout Invalidation Performance by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/118
- Add `fill` Emphasis Style Option by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/120
๐ฆ ๐งฐ Maintenance
- [chore] Update CodeEditSourceEditor to `v0.15.1` (#2113) @thecoolwinter
- Bump Build Number to 47 (#2112) @github-actions
- Bump Version to `0.3.6` (#2111) @thecoolwinter
- Show Language Server Menu, Adjust Warning, Add Info Button (#2109) @thecoolwinter
- Serialize Task Manager Tests (#2108) @thecoolwinter
- Fix Build Warnings (#2107) @thecoolwinter
- Add Warning to Language Server Install (#2090) @thecoolwinter
- <!-- sparkle:edSignature=xxxxx -->
๐ฆ โจ Enhancements
- Add Gutter & Folding Settings (#2077) @thecoolwinter
- Update SettingsView for macOS 26 Tahoe (#2064) @zhrispineda
- WelcomeWindow Package Implementation (#2059) @georgetchelidze
- AboutWindow Package Implementation (#2060) @georgetchelidze
- Creating a new file with clipboard contents (#1995) @Syrux64
- Made Editor Separators Thicker (#2055) @austincondiff
- Jump Bar Overflow Accordion Effect (#2045) @swiftlysingh
- Separated files and folders in the "Open Recent" sub-menu (#2039) @atsrus
- + 7 more
๐ ๐ Bug Fixes
- Fix Split View Can't Collapse (#2071) @thecoolwinter
- Fix Autosave "changed by another application " Spam (#2072) @thecoolwinter
- Fix: Navigator Loses Editing, Drawer Not Draggable (#2062) @thecoolwinter
- Added check for git installation presence (#2047) @rustemd02
- Fix Find Navigator resizing delay, use line height from user settings (#2018) @FastestMolasses
- Fixed History Inspector popover UI bug (#2041) @austincondiff
- Fix Getting Stuck in Sub-View within Settings (#2038) @Kihron
- Fix Tasks Not Saving (#2034) @thecoolwinter
- + 1 more
๐ฆ ๐ Source Editor
- [CodeEditSourceEditor](https://github.com/CodeEditApp/CodeEditSourceEditor) updated from version `0.11.0` to `0.14.1`
๐ฆ Enhancements
- Minimap by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/302
- Added Reformatting Guide by @austincondiff in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/314
- Find: Replace and Match Case Toggle by @austincondiff in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/301
- Find Method Picker by @austincondiff in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/322
- Add the ability to move selected lines up and down by @Bogdan-Belogurov in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/327
- Draw Invisible Characters by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/334
- Expand Two-Way Editor State Bindings by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/337
- Code Folding by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/341
๐ Bug Fixes
- Fix StyledRangeStore Crash by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/303
- Fix Multi-line and Multi-selection Indentation and Keyboard Shortcuts by @hi2gage in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/305
- Highlighter Highlights Text in Minimap by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/308
- Smarter Default Highlight Provider Management by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/310
- Fix Gutter Position On Small Documents by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/312
- [hotfix:] Use Correct Minimap Line Height by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/321
- Fix Overlapping Lines Method by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/326
- Remove the use of NSEvent for lines movement API by @Bogdan-Belogurov in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/333
- + 2 more
๐ฆ Maintenance
- Make styled range store generic by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/323
- Use Better Text Storage In Example by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/328
- Added product icons to example app by @austincondiff in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/329
- Improve Editor Configuration, Rename to `SourceEditor` by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/336
- [chore:] Update CodeEditTextView to `0.11.3` by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/338
- Improve Public API by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/339
- Clean Up Documentation Site by @thecoolwinter in https://github.com/CodeEditApp/CodeEditSourceEditor/pull/343
๐ฆ ๐ Text View
- [CodeEditTextView](https://github.com/CodeEditApp/CodeEditTextView) updated from version `0.8.2` to `0.11.6`.
๐ฆ Enhancements
- Improve Drag and Drop by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/80
- Move Layout Updates to NSTextStorage Delegate by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/82
- Update replaceCharacters function by @hi2gage in https://github.com/CodeEditApp/CodeEditTextView/pull/87
- Introduce Override Layout Behavior API by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/84
- Share Text Storage Delegates by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/92
- Text Attachment Support by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/93
- Draw Invisible Characters From Configuration by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/103
- Merge Trailing Line on Attachments, Select Attachments by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/98
- + 3 more
๐ Bug Fixes
- Force Break Undo Groups When Forcing Grouping by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/81
- Invalidation Performance, Rename LineStorage `index` to `offset` by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/85
- Fix Text Disappearing by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/88
- Fix Iterator Edge Case by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/90
- Fix Incorrect Copy/Paste Menu Actions by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/91
- Don't Try to Set a Negative Frame Height by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/96
- [hotfix:] Layout After New/Removed Lines by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/97
- Correctly Group Drag-and-drop for Undo by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/104
- + 4 more
๐ฆ Maintenance
- Remove Unused Variables in `smoothPath` by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/83
- Added product icon and status bar to example app by @austincondiff in https://github.com/CodeEditApp/CodeEditTextView/pull/101
- Add Text Attachments Delegate by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/110
- Add Text Attachment Actions by @thecoolwinter in https://github.com/CodeEditApp/CodeEditTextView/pull/111
๐ฆ ๐งฐ Maintenance
- Bump Version to `0.3.5` (#2082) @thecoolwinter
- Update CESE (`0.14.0`), Add Gutter & Folding Settings (#2077) @thecoolwinter
- docs: add zhrispineda as a contributor for code (#2068) @allcontributors
- docs: add georgetchelidze as a contributor for code (#2067) @allcontributors
- docs: add Syrux64 as a contributor for code (#2063) @allcontributors
- docs: add SimonKudsk as a contributor for code (#2053) @allcontributors
- docs: add rustemd02 as a contributor for bug, and code (#2052) @allcontributors
- [chore:] Update CodeEditSourceEditor to 0.13.2 (#2050) @thecoolwinter
- + 2 more
โจ ๐จโ๐ป New Contributors
- @SimonKudsk made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/2044
- @rustemd02 made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/2047
- @atsrus made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/2039
- @swiftlysingh made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/2045
- @Syrux64 made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/1995
- @georgetchelidze made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/2060
- @zhrispineda made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/2064
- @Bogdan-Belogurov made their first contribution in https://github.com/CodeEditApp/CodeEdit/pull/2058
- + 1 more
๐ฆ โจ 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](https://github.com/CodeEditApp/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
- + 3 more
๐ฆ ๐ Text View
- [CodeEditTextView](https://github.com/CodeEditApp/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
- + 5 more
๐ฆ ๐งฐ 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
- + 1 more
โจ ๐จโ๐ป New Contributors
- @hi2gage made their first contribution in #1973
- @pro100filipp made their first contribution in #1999
- <!-- sparkle:edSignature=xxxxx -->
๐ฆ โจ 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
- + 3 more
๐ ๐ 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
- + 2 more
๐ฆ ๐ 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
- @Kihron made their first contribution in #1909
- <!-- sparkle:edSignature=xxxxx -->
๐ ๐ 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: https://github.com/CodeEditApp/CodeEdit/compare/v0.3.1...v0.3.2
- <!-- minimumSystemVersion=13.0 -->
๐ฆ โจ 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
- fix: Source Control Menu Commit Name (#1857) @NobelLiu
๐ฆ ๐ 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
- @NobelLiu made their first contribution in #1857
- Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/v0.3.0...v0.3.1
- <!-- minimumSystemVersion=13.0 -->
๐ฆ โจ 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
- + 1 more
๐ฆ โจ Enhancements
- Enable preview for files that are not images or PDFs (#1822) @plbstl
๐ ๐ Bug Fixes
- Use `NSApp.keyWindow` Over Global `keyWindow` (#1819) @thecoolwinter
- Full Changelog: https://github.com/CodeEditApp/CodeEdit/compare/v0.2.0...v0.2.1
- <!-- minimumSystemVersion=13.0 -->
๐ฆ โจ 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
- + 18 more
๐ ๐ 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
- + 18 more
๐ฆ ๐งฐ 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
- + 4 more
๐ฆ ๐ 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 <kbd>โ</kbd> <kbd>/</kbd> 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
- + 1 more
๐ฆ ๐ 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
- + 3 more
๐ฆ โจ 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
- + 7 more
๐ ๐ 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
- + 6 more
๐ฆ ๐งน 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 <code>tree-sitter</code> 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
- + 2 more
๐ฆ ๐ 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 inhttps://github.com/CodeEditApp/CodeEditTextView/pull/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
- <!-- minimumSystemVersion=13.0 -->
๐ฆ โจ 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
- + 13 more
๐ ๐ 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
- + 14 more
๐ฆ ๐งฐ 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
- <!-- minimumSystemVersion=13.0 -->
๐ What'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
- + 12 more
โจ 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
๐ What'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
๐ What'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
๐ What'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
- + 32 more
โจ 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
๐ What'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 unused `GRDB` by @lukepistrol in https://github.com/CodeEditApp/CodeEdit/pull/1196
- + 7 more
๐ What'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
- + 5 more
๐ What'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` to `PathBar` 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
๐ What'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
๐ What'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
- + 3 more
๐ What'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
- + 6 more
โจ 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
๐ What'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
๐ What'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
๐ What'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
๐ What'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
๐ What'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
๐ What'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
๐ What'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
๐ What'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
๐ What'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
