Skip to content

Releases: TYBLHQY/obsidian-pretext

1.1.2

Choose a tag to compare

@github-actions github-actions released this 26 Jun 15:20
chore: bump version to 1.1.2

1.1.1

Choose a tag to compare

@github-actions github-actions released this 25 Jun 20:31
chore: bump version to 1.1.1

1.1.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 22:06
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

Choose a tag to compare

@github-actions github-actions released this 24 Jun 21:28

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

Choose a tag to compare

@github-actions github-actions released this 24 Jun 21:15

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

Choose a tag to compare

@github-actions github-actions released this 24 Jun 21:02
fix: add attestations: write permission

1.0.0

Choose a tag to compare

@github-actions github-actions released this 24 Jun 20:38

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