Releases: simonbs/Runestone
Releases · simonbs/Runestone
0.3.1
- Depends on Tree-sitter through Swift Package Manager rather than through a submodule.
- Exposes pageGuideHairlineWidth on Theme.
- Fixes issue where text preview's attributed string was empty.
- Replaces TextView.lengthOfInitallyLongestLine with TextViewState.lengthOfLongestLine.
New Contributors
- @ActuallyTaylor made their first contribution in #296
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Add showMenuAfterNavigatingToHighlightedRange flag by @GiacomoPignoni in #260
- Moves UITests to separate project by @simonbs in #261
- Moves capture_variable to analyzer_rules by @simonbs in #262
- Removes unused CGContext by @simonbs in #263
- Fixes y-position of firstRect by @simonbs in #264
- Adds implicit_return SwiftLint rule by @simonbs in #265
- Fixes superfluous compile error by @simonbs in #266
- Fixes SwiftGen input by @simonbs in #269
- Adds LineBreakSuggester by @simonbs in #271
- Fixes placement of drawn invisible characters by @simonbs in #273
- Hides leading whitespaces from line fragments by @simonbs in #272
New Contributors
- @GiacomoPignoni made their first contribution in #260
Full Changelog: 0.2.12...0.3.0
0.2.12
0.2.11
0.2.10
0.2.9
0.2.8
What's Changed
- Updates position of caret when pasting by @simonbs in #221
- isPosition(_:atLineBoundaryInDirection:) checks for line boundaries by @simonbs in #223
- Fixes issue entering multiple combined characters by @simonbs in #225
- Clears LineControllerStorage when setting TextViewState by @simonbs in #234
- Updates LineManager and StringView on tokenizer by @simonbs in #235
- Disables processing character pairs when combining Korean letters by @simonbs in #236
- Fixes Korean letters sometimes not being joined by @simonbs in #240
Full Changelog: 0.2.7...0.2.8
0.2.7
0.2.6
0.2.5
What's Changed
- Fixes potential crash when layouting lines by @simonbs in #202
- Removes unused parameter from scrollRangeToVisible(_:) by @simonbs in #203
- Removes easy selection of line ending by @simonbs in #205
- Only typeset lines when absolutely needed by @simonbs in #204
Full Changelog: 0.2.4...0.2.5