Releases: TYBLHQY/obsidian-pretext
Releases · TYBLHQY/obsidian-pretext
1.1.1
1.1.0
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
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
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
fix: add attestations: write permission
1.0.0
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