Skip to content

v1.1.1 - Quick Notes & Windows Support

Latest

Choose a tag to compare

@creusvictor creusvictor released this 24 Feb 10:37
· 1 commit to main since this release

πŸŽ‰ What's New in v1.1.1

✨ New Features

  • Quick Notes Command: Added daily quick "text" for capturing quick thoughts and reminders
    • Quick notes appear at the top of your cheat sheet for easy reference
    • Perfect for jotting down ideas, reminders, or follow-ups during the day

πŸ› Bug Fixes

  • Windows Support: Fixed UTF-8 encoding issues on Windows systems
    • Files now open correctly in editors on Windows
    • Proper UTF-8 encoding for international characters

πŸ“š Documentation

  • Added demo GIF to README
  • Improved installation instructions
  • Clarified Python 3.11+ requirement

πŸ”§ Internal Changes

  • Fixed PyPI project URL in GitHub workflow
  • Updated dependencies in uv.lock

πŸ“¦ Installation

```bash
pipx install daily-cli-tool
```

Or upgrade if you already have it:

```bash
pipx upgrade daily-cli-tool
```

πŸ”— Links

Full Changelog: v1.0.0...v1.1.1