Releases: CodeEditApp/CodeEditSourceEditor
v0.13.2
What's Changed
- [hotfix:] Use Correct Minimap Line Height by @thecoolwinter in #321
Full Changelog: 0.13.1...0.13.2
v0.13.1
What's Changed
- [chore:] Update CodeEditTextView to
0.11.0
by @thecoolwinter in #318
Full Changelog: 0.13.0...0.13.1
v0.13.0
What's Changed
- Added Reformatting Guide by @austincondiff in #314
- Find: Replace and Match Case Toggle by @austincondiff in #301
Full Changelog: 0.12.0...0.13.0
0.12.0
What's Changed
Minor version bump due to a new variable in the
CodeEditSourceEditor
andTextViewController
initializers.
This version introduces our new Minimap! The minimap gives a high-level summary of code, and by defaults is placed on the right-hand side of the editor. This can be disabled/enabled using a new parameter showMinimap
. This release also includes a fix for the multi-line indentation shortcut, fixing an issue where selections did not work correctly when selecting multiple lines.
- Fix StyledRangeStore Crash by @thecoolwinter in #303
- Fix Multi-line and Multi-selection Indentation and Keyboard Shortcuts by @hi2gage in #305
- Minimap by @thecoolwinter in #302
- Smarter Default Highlight Provider Management by @thecoolwinter in #310
- Highlighter Highlights Text in Minimap by @thecoolwinter in #308
- Fix Gutter Position On Small Documents by @thecoolwinter in #312
New Contributors
Full Changelog: 0.11.0...0.12.0
0.11.0
What's Changed
Minor version change with a new parameter in the CodeEditSourceEditor
and TextViewController
initializers.
- Fix Delegate Typo by @thecoolwinter in #294
- Update CodeEditTextView by @thecoolwinter in #299
- Move Overscroll To TextView by @FastestMolasses in #296
- feat: Find in Editor by @tom-ludwig in #295
New Contributors
- @FastestMolasses made their first contribution in #296
Full Changelog: 0.10.0...0.11.0
0.10.0
What's Changed
- Fix End Of Doc Crash by @thecoolwinter in #285
- Always Show Highlights After Applying by @thecoolwinter in #288
- Add Bold and Italics Support To Themes by @thecoolwinter in #289
- Feat: Highlighter Provider Diffing by @thecoolwinter in #291
- Bump CETV, Revert Trailing Padding (#272) by @thecoolwinter in #292
This is a minor version bump due to the theme structure changes in #289, as well as new behavior for changing highlight providers after initialization in #291.
Full Changelog: 0.9.1...0.9.2
0.9.1
What's Changed
- Fix
CaptureModifierSet.insert
by @thecoolwinter in #281
Full Changelog: 0.9.0...0.9.1
0.9.0
Includes breaking changes to the highlight provider API.
What's Changed
- Indent/Unindent Selected Lines by @tom-ludwig in #266
- TreeSitterClient Highlight Responsiveness by @thecoolwinter in #267
- Fix Boolean Condition by @thecoolwinter in #269
- Adjust Gutter Background, Add Trailing Padding by @thecoolwinter in #272
- Multiple Highlighter Support by @thecoolwinter in #273
- [chore:] Update CodeEditTextView to 0.7.7 by @thecoolwinter in #277
- Fix Ambiguous Highlights by @thecoolwinter in #275
- [chore:] Bump CodeEditLanguages to 0.1.20 by @thecoolwinter in #278
- Invalidate Correct Edited Range by @thecoolwinter in #279
- Fix TreeSitterClient Not Being Set by @thecoolwinter in #280
Full Changelog: 0.8.1...0.9.0
0.8.1
What's Changed
- Make TextView Public by @thecoolwinter in #264
- Add TextViewDelegate Option to Coordinators by @thecoolwinter in #265
Full Changelog: 0.8.0...0.8.1
0.8.0
Note
This release includes breaking changes to the highlight provider protocols, which is why the minor version is being bumped. See the related PR for more details.
What's Changed
- TreeSitter Performance And Stability by @thecoolwinter in #263
Full Changelog: 0.7.5...0.8.0