Skip to content

Releases: simonbs/Runestone

0.5.0

23 Mar 12:55
9a48654
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.4...0.5.0

0.4.4

17 Mar 04:49
ed2f83f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.4.3...0.4.4

0.4.3

28 Feb 08:25
5540387
Compare
Choose a tag to compare

What's Changed

  • Only allows patches of Tree-sitter dependency by @simonbs in #354

Full Changelog: 0.4.2...0.4.3

0.4.2

23 Feb 14:26
1884b67
Compare
Choose a tag to compare

What's Changed

  • Fixes navigation between word boundaries by @simonbs in #348

Full Changelog: 0.4.1...0.4.2

0.4.1

14 Feb 15:34
85c308b
Compare
Choose a tag to compare

What's Changed

  • Ensures project compiles with Xcode 14.
  • Updates workflows by @simonbs in #339

Full Changelog: 0.4.0...0.4.1

0.4.0

14 Feb 09:45
5efb26f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.4...0.4.0

0.3.4

30 Nov 19:31
688fa07
Compare
Choose a tag to compare

What's Changed

  • Configure matrix for testing against Xcode 14 and 15 by @eliperkins in #328
  • Enable backwards compatibility when compiling with Xcode 14 by @eliperkins in #329

Full Changelog: 0.3.3...0.3.4

0.3.3

29 Nov 08:09
b104020
Compare
Choose a tag to compare

What's Changed

  • Adds workaround for caret not appearing on iOS 17 by @simonbs in #314
  • Fixes cursor hidden when marking text by @simonbs in #317
  • Removes compiler version checks by @simonbs in #318
  • Uses tree-sitter v0.20.9-beta-2 from fork by @simonbs in #327

Full Changelog: 0.3.2...0.3.3

0.3.2

17 Jul 10:13
00dee9f
Compare
Choose a tag to compare

Fixes an issue where Swift Package Manager failed to resolve dependencies when adding Runestone as a dependency.

0.3.1

15 Jul 19:27
ffc09f7
Compare
Choose a tag to compare
  • 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

Full Changelog: 0.3.0...0.3.1