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 versionFixes 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: 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 CodeEditSourceEditor#261 @activcoding
π Text View
- Shift-Click to Extend Selection CodeEditTextView#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: 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: v0.2.1...v0.3.0
β¨ Enhancements
π Bug Fixes
- Use
NSApp.keyWindow
Over GlobalkeyWindow
(#1819) @thecoolwinter
Full Changelog: 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 CodeEditSourceEditor#251
- Fix Reference Cycle by @thecoolwinter in CodeEditSourceEditor#255
- Fix Gutter Reference Cycle by @thecoolwinter in CodeEditSourceEditor#257
- Toggle comment for current line via β / by @Sophiahooley in CodeEditSourceEditor#241
- Fix incorrect link by @ladvoc in CodeEditSourceEditor#246
- Autocomplete tags by @knotbin in CodeEditSourceEditor#247
- Show horizontal scrollbar only when
wrapLines
is off by @danielzsh in CodeEditSourceEditor#249 - Add
NSTextStorage
Initializer by @thecoolwinter in CodeEditSourceEditor#248 - TreeSitter Tag Auto Close by @thecoolwinter in CodeEditSourceEditor#250
π Text View
- Implement the Emacs Kill Ring by @thecoolwinter in CodeEditTextView#35
- Fix Page Up/Down Keys by @thecoolwinter in CodeEditTextView#38
- Fix Hidden Cursor At End Of Doc by @thecoolwinter in CodeEditTextView#39
- Fix Marked Text Input by @thecoolwinter in CodeEditTextView#40
- Update scrollToVisible Loop by @thecoolwinter in CodeEditTextView#29
- Lazier Layout, Cursor Height, First & Last Line Selections by @thecoolwinter in CodeEditTextView#30
- Remove insets from scroll view by @danielzsh in CodeEditTextView#27
- Fix Deleting Selected Range by @thecoolwinter in 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 CodeEditSourceEditor#241
- @ladvoc made their first contribution in CodeEditSourceEditor#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 #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 CodeEditSourceEditor#240
- Rework Async
tree-sitter
Model, Fix Strong Ref Cycle by @thecoolwinter in CodeEditSourceEditor#225 - Make JSDoc Highlight as Comments by @thecoolwinter in CodeEditSourceEditor#228
- Correctly Lose Focus (finish CETV#14) by @thecoolwinter in CodeEditSourceEditor#229
- Fix (CodeEditSourceEditor#215): Update Matched Pairs by @thecoolwinter in CodeEditSourceEditor#231
- Fix (CodeEditSourceEditor#227): Apply Theme Selection Color by @thecoolwinter in CodeEditSourceEditor#230
- Add Example App by @thecoolwinter in CodeEditSourceEditor#237
- Update Gutter Drawing Code by @thecoolwinter in CodeEditSourceEditor#234
- Invalidate Visible Range, Responsive Language Update by @thecoolwinter in CodeEditSourceEditor#238
- Fix (CodeEditSourceEditor#233): Fix TextFormation editing by @thecoolwinter in CodeEditSourceEditor#239
π Text View
- UndoManager Fixes by @thecoolwinter in CodeEditTextView#25
- Fix (CodeEditTextView#13): Separate Cursor Updates, Fix Focus Issues by @thecoolwinter in CodeEditTextView#14
- Fix (CodeEditTextView#9): Grayscale Selection When Not Focused by @thecoolwinter in CodeEditTextView#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 CodeEditTextView#23
- General Performance Improvements by @thecoolwinter in CodeEditTextView#24
- Optionally Use System Cursor by @thecoolwinter in 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
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 (#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
Released on August 2, 2023What'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
Released on June 15, 2023What'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
Released on June 15, 2023What'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
0.0.3-alpha.33
Released on June 15, 2023What's Changed
- Fixed inspector toolbar background color and inspector maxWidth by @austincondiff in #1214
- Add pixel to top of first line by @evanlwang in #1229
- docs: add evanlwang as a contributor for code by @allcontributors in #1230
- [chore]: updates
SwiftLintPlugin
to the latest version by @lukepistrol in #1231 - Fix a bug with the image preview bounds by @luah5 in #1233
- bugfix: renaming a file uses the wrong background color by @aaryankotharii in #1241
- Move to macOS Ventura-style Settings in place of Preferences by @austincondiff in #1215
- fix: Fix issues when adding/displaying GitHub/GitLab accounts by @Cubik65536 in #1244
- fix(AccountsSettingsDetailsView): Fix Delete Account button (#1245) by @Cubik65536 in #1248
- Performance improvements for settings by @Wouter01 in #1250
- Update CodeEditTextView to 0.6.2 by @austincondiff in #1251
- Fixing Theme not updating on click by @bombardier200 in #1255
- Refactored WorkspaceClient and sidebar by @matthijseikelenboom in #1243
- Account Setting SSH Keys Picker by @austincondiff in #1249
- Sidebar tab bar position setting by @austincondiff in #1257
- feat: Notify the user when an error is encountered when adding new accounts (#1252) by @Cubik65536 in #1253
- Add holding priority view modifier by @Wouter01 in #1265
- Quicklook Previews in Open Quickly overlay by @luah5 in #1266
- Add setting for letter spacing by @luah5 in #1269
- Remove Unused UI by @austincondiff in #1272
- Add Missing Text View Settings by @thecoolwinter in #1271
- Fix for non-updating font size by @Wouter01 in #1283
- Fix Settings color picker by @adisve in #1277
- Fix: #1035 finding in project bug by @RayZhao1998 in #1268
- Extensions Base by @Wouter01 in #1274
- update codeeditkit dependency by @Wouter01 in #1286
- refactor: Refactor font changes codes in ViewCommands by @Cubik65536 in #1285
- Improve textfield behavior in Project Navigator by @dscyrescotti in #1291
- Debug area tabs by @bombardier200 in #1261
- [chore]: Update CodeEditTextView to
0.6.4
by @thecoolwinter in #1300 - Enhancement: #218 Fuzzy search for QuickOpen by @Wouter01 in #1307
- Using grouped form design in the file inspector by @austincondiff in #1313
- feat: Use terminal title as the terminal tab title (#1298) by @Cubik65536 in #1302
- docs: add Cubik65536 as a contributor for code by @allcontributors in #1314
- Sync file selection state between tab group and outline view by @dscyrescotti in #1296
- docs: add dscyrescotti as a contributor for code by @allcontributors in #1315
- added upgrade alert by @Wouter01 in #1297
- Bump Build Number to 33 by @github-actions in #1316
- Update pre-release.yml to fix CI by @bombardier200 in #1317
- Update Sparkle Path for CI by @bombardier200 in #1318
New Contributors
- @evanlwang made their first contribution in #1229
- @adisve made their first contribution in #1277
- @dscyrescotti made their first contribution in #1291
Full Changelog: 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 #1185
- Add open quickly animation by @Wouter01 in #1187
- Code cleanup: improve code up to Swift 5.7 standard: simplify if let and guard let statements by @richardtop in #1183
- Add text zoom shortcut by @luah5 in #1191
- Fix Inspector toggling by @Wouter01 in #1192
- Remove files related to plugin extension system by @Wouter01 in #1195
- Add setting to determine what happens after closing the last open workspace by @luah5 in #1194
- [chore]: Update
CodeEditTextView
, Remove unusedGRDB
by @lukepistrol in #1196 - docs: add luah5 as a contributor for code by @allcontributors in #1201
- Status Bar and Debugger Drawer UI Improvements by @austincondiff in #1199
- Code Cleanup: Simplify AppDelegate by @richardtop in #1184
- Add terminal zoom in/out (building on top of #1191) by @luah5 in #1209
- [chore]: Update CodeEditTextView to 0.6.1 by @lukepistrol in #1219
- Bump Build Number to 32 by @github-actions in #1220
Full Changelog: 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 #1152
- Fix for runtime errors by @Wouter01 in #1154
- Make "Latest Release" button clickable and point to the latest GitHub release by @richardtop in #1153
- Fix for background color of toolbar in inspector by @Wouter01 in #1155
- Remove Welcome Window reopening after last document is closed by @Wouter01 in #1168
- Files & folders dropped on Welcome Window are opened by @Wouter01 in #1169
- Update README.md by @richardtop in #1171
- Code of conduct amendment: low quality PRs by @austincondiff in #1176
- Fixed bug where about window wouldnβt open by @Wouter01 in #1177
- Overlay UI Improvements by @austincondiff in #1159
- Fix #1158 Using Delayed Appearance and Focus by @thecoolwinter in #1175
- Bump Build Number to 31 by @github-actions in #1178
Full Changelog: 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 #1124
- Added setting to change font size, so can now change the default font⦠by @scrapp08 in #1128
- Rename
Breadcrumbs
toPathBar
and fix comments by @iggy890 in #1113 - chore(typos): fix typos by @stavares843 in #1121
- Revised issue and PR templates by @austincondiff in #1133
- Fix for retain cycles & splitview recreation issue by @Wouter01 in #1132
New Contributors
- @scrapp08 made their first contribution in #1128
- @stavares843 made their first contribution in #1121
Full Changelog: 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 #1080
- [chore]: Update Version Number to
0.0.3
by @lukepistrol in #1123
Full Changelog: 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 #1085
- docs: add maxkel as a contributor for code by @allcontributors in #1087
- Revert "Internal URL fix (in documentation)" by @austincondiff in #1091
- Revert "Internal URL fix (line 13) in documentation" by @austincondiff in #1092
- Added note about project issues to readme by @austincondiff in #1098
- Changed project symbol by @austincondiff in #1104
- Fix for vertical scroller in project navigator by @Wouter01 in #1112
- Addressing features/bugs with the terminal by @bombardier200 in #1117
- Fix for excessive files in recents list by @Wouter01 in #1114
- Bump Build Number to 28 by @github-actions in #1119
Full Changelog: 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 #984
- Don't run haptic feedback when the UI is rendered. by @Code-DJ in #1069
- Improvements to breadcrumbs by @Wouter01 in #1067
- Improved welcomewindow by @Wouter01 in #1039
- Push newly created file into the workspace (#696) by @RenanGreca in #1057
- docs: add RenanGreca as a contributor for code by @allcontributors in #1074
- improvement to window state by @Wouter01 in #1068
- Fix typo (line 28) in documentation by @kant in #1075
- Internal URL fix (in documentation) by @kant in #1079
- Removed close animations on tabs by @maxkel in #1081
- docs: add maxkel as a contributor for bug by @allcontributors in #1082
- Typo fix (line 05) in documentation by @kant in #1077
- Internal URL fix (line 13) in documentation by @kant in #1078
- Bump Build Number to 27 by @github-actions in #1086
New Contributors
- @RenanGreca made their first contribution in #1057
- @kant made their first contribution in #1075
- @maxkel made their first contribution in #1081
Full Changelog: 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 #1037
- fix: Don't use defaultType to determine file extension by @SwampThingTom in #1030
- Resolve #1029: Support files and folders to be dragged in externally β¦ by @RayZhao1998 in #1040
- Issue States and Add to Project Actions by @austincondiff in #1047
- [chore]: Update dependencies, Bump min deployment target to 13.0 by @lukepistrol in #1063
- Bump Build Number to 26 by @github-actions in #1064
New Contributors
- @SwampThingTom made their first contribution in #1030
Full Changelog: 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 #1033
- Drag and drop file by @neilZon in #1031
- Bump Build Number to 25 by @github-actions in #1036
Full Changelog: 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 #1013
- docs: add Cubik65536 as a contributor for bug by @allcontributors in #1017
- [chore]: Adopt code edit symbols 0.1.2 by @ben-p-commits in #1019
- [feat]: Update CodeEditTextView to 0.3.5 / YAML Support by @lukepistrol in #1022
- Bump Build Number to 24 by @github-actions in #1023
Full Changelog: 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 #1004
- Bump Build Number to 23 by @github-actions in #1016
Full Changelog: 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 #1006
- Unified about window by @austincondiff in #1010
- Bump Build Number to 22 by @github-actions in #1015
Full Changelog: 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 #1000
- docs: add Wouter01 as a contributor for code by @allcontributors in #1001
- Feat/contributors window by @lukepistrol in #1002
- Made design improvements to About and Acknowledgements windows by @austincondiff in #1003
- Bump Build Number to 21 by @github-actions in #1005
Full Changelog: 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 #993
- [chore]: Update CodeEditTextView to 0.3.3 by @lukepistrol in #994
- Redesigned Acknowledgements Window, small modifications to About Window by @Wouter01 in #996
- Bump Build Number to 20 by @github-actions in #998
Full Changelog: 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 #985
- Update Clone From label in Account Preferences by @MrDevel0per in #987
- Improved overall tab UI design by @austincondiff in #989
- Bump Build Number to 19 by @github-actions in #992
New Contributors
- @MrDevel0per made their first contribution in #987
Full Changelog: 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 #976
- fix: Select account provider dialog not closing by @neilZon in #980
- docs: add neilZon as a contributor for bug by @allcontributors in #981
- Bump Build Number to 18 by @github-actions in #983
New Contributors
- @Cubik65536 made their first contribution in #976
- @neilZon made their first contribution in #980
Full Changelog: 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 #970
- [fix]: height of the general settings pane by @lukepistrol in #973
- [feat] Default Themes: Solarized (dark/light) by @lukepistrol in #974
- Bump Build Number to 17 by @github-actions in #975
Full Changelog: 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 #965
- [chore]: Xcode Configurations by @lukepistrol in #967
- Moved to EnvironmentObject for WorkspaceDocument and StatusBarViewModel by @Wouter01 in #966
- [chore] Code Style: Multiline argument/parameter indentation by @lukepistrol in #969
- Bump Build Number to 16 by @github-actions in #972
Full Changelog: 0.0.1-alpha.15...0.0.1-alpha.16
0.0.1-alpha.15
Released on January 14, 2023What's Changed
- Added NSWindow environment key by @Wouter01 in #962
- [fix]: Acknowledgements Window by @lukepistrol in #963
- Bump Build Number by @github-actions in #964
Full Changelog: 0.0.1-alpha.14...0.0.1-alpha.15
0.0.1-alpha.14
Released on January 13, 2023What's Changed
- Add line height multiple option to text editing preferences by @ben-p-commits in #955
- Fix bug which prevented reverting to system font after using custom font. by @ben-p-commits in #957
- quick typo fix. "Bitbucket Cloud" should be "Github". by @ben-p-commits in #958
- Bump Build Number by @github-actions in #959
Full Changelog: 0.0.1-alpha.13...0.0.1-alpha.14