Skip to content

Releases: TYBLHQY/obsidian-pretext

1.1.1

25 Jun 20:31

Choose a tag to compare

chore: bump version to 1.1.1

1.1.0

24 Jun 22:06

Choose a tag to compare

chore: bump version to 1.1.0

Changes:
- Remove enable/disable toggle (plugin is now always-on)
- Add maxCacheEntries setting with configurable cache limit
- Add real-time slider value display during drag (setInstant)
- Bump minAppVersion to 1.6.6 for setInstant support
- Update README config table to match current settings

Co-Authored-By: Claude <noreply@anthropic.com>

1.0.3

24 Jun 21:28

Choose a tag to compare

Pretext Justify v1.0.3

  • Sync manifest.json/versions.json version metadata with release tags
  • Add scripts/bump-version.mjs — unified version bump script across all files

Usage: node scripts/bump-version.mjs patch --commit

1.0.2

24 Jun 21:15

Choose a tag to compare

Pretext Justify v1.0.2

Fixes for Obsidian plugin review:

  • Remove plugin name from settings heading
  • Fix type-safety warnings in cache eviction code

1.0.1

24 Jun 21:02

Choose a tag to compare

fix: add attestations: write permission

1.0.0

24 Jun 20:38

Choose a tag to compare

Pretext Justify v1.0.0 — Initial release

Knuth-Plass optimal justification for Obsidian reading view. Features:

  • Optimal line breaking via dynamic programming (Knuth-Plass algorithm)
  • Hyphenation support for more even spacing
  • Toggleable justification
  • Greedy fallback for edge cases
  • Configurable spacing controls
  • Fully offline — no network requests
  • Respects Obsidian dark/light themes