Skip to content

v1.0.4: Template Updates & Beautiful README

Choose a tag to compare

@troylar troylar released this 07 Nov 13:45
· 91 commits to main since this release

✨ What's New

🎨 Beautiful New README

Complete redesign that's more exciting and value-focused:

  • Rich with emojis and clear visual hierarchy
  • 60-second quick start - get going immediately
  • Privacy-first messaging - emphasizes local storage
  • Framework-agnostic - GTD, PARA, Bullet Journal, or your own
  • Real examples - conversations, use cases, workflows
  • Quick navigation - easy to scan and find what you need

πŸ”„ Template Updating

New --templates flag for safe template updates:

# Update templates with automatic backup
ai-journal-kit update --templates

Features:

  • βœ… Automatic backup before updating (timestamped)
  • βœ… Shows which templates will change
  • βœ… Only updates if templates differ
  • βœ… Safe and reversible

Example:

πŸ“ Available Template Updates
┏━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━┳━━━━━━━━━┳━━━━━━━━━━━━━┓
┃ Template          ┃ Current Size┃ New Size┃ Last Modified┃
┑━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━╇━━━━━━━━━╇━━━━━━━━━━━━━┩
β”‚ daily-template.md β”‚     1234 bytesβ”‚ 1456 bytesβ”‚  2025-11-06β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”΄β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜

⚠️  Templates will be backed up before updating
Backups saved as: template.backup_20251107_143022.md

πŸ“š Documentation Added

  • RELEASING.md: Complete release process guide for maintainers
  • Step-by-step instructions for publishing to PyPI
  • Version management best practices
  • Troubleshooting guide

πŸš€ Upgrade

# Standard upgrade
pip install --upgrade ai-journal-kit

# Or with uvx
uvx ai-journal-kit update

# Update with new templates
uvx ai-journal-kit update --templates

πŸ’ Thank You

If AI Journal Kit helps you:

  • ⭐ Star the repo
  • 🐦 Share your experience
  • 🀝 Contribute templates or docs

Full Changelog: v1.0.3...v1.0.4