0.8.0
What's Changed
- perf: faster processing of large files by @sebthom in #543
- perf: various improvements in org.eclipse.tm4e.core.internal.oniguruma by @sebthom in #549
- perf: speed up string tokenization and reduce heap usage by @sebthom in #551
- fix: sync issues between TokenizerThread and TMPresentationReconciler by @sebthom in #566
- fix: update language pack by @sebthom in #550
- fix: re-enable xml syntax after 4643498 by @sebthom in #553
- fix: re-enable markdown syntax after language pack update by @sebthom in #554
- fix: Layout of Language Configuration Preference Page #552 by @raghucssit in #555
- fix: only add related link to langcfg prefs if langcfg plugin is loaded by @sebthom in #537
- refact: add ITMDocumentModel interface by @sebthom in #556
- refact: refactor TMModel.TokenizerThread and add debug logging by @sebthom in #562
- refact: improve handling of ModelTokensChangedEvent listeners by @sebthom in #565
- refact: rename OnigScanner#findNextMatchSync to findNextMatch by @sebthom in #548
- refact: add packages
tm4e.core.internal.grammar.raw
andtm4e.core.internal.theme.raw
by @sebthom in #557 - refact: improve UI test cases by @sebthom in #567
- chore: upgrade Eclipse Target Platform to 4.27 (2023-03) by @sebthom in #538
- fix: pin guava major version to prevent java.lang.NoClassDefFoundError: by @sebthom in #546
- build(deps): bump joni from 2.1.48 to 2.2.1 by @sebthom in #547
- build(deps): bump snakeyaml from 1.27.0 to 2.0.0 by @sebthom in #564
- build(deps): bump tycho-version from 3.0.4 to 3.0.5 by @dependabot in #568
- build(deps): bump maven-surefire-plugin from 3.1.0 to 3.1.2 by @dependabot in #542
- ci(deps): bump srvaroa/labeler from 1.5.0 to 1.6.0 by @dependabot in #558
New Contributors
- @raghucssit made their first contribution in #555
Full Changelog: 0.7.1...0.8.0