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