Releases: katrinio/echo_
Releases · katrinio/echo_
Release list
v0.10.5
v0.10.4
v0.10.3
v0.10.2
v0.10.1
v0.10.0
echo_ > v0.9.0
Immutable
release. Only release title and notes can be modified.
Another way to explore your journal.
Highlights
- Added a yearly timeline view.
- Milestones are grouped by year and month.
- The timeline follows Echo's terminal-inspired interface.
- Reading older memories is now much easier.
Under the hood
- Added a dedicated timeline page.
- Introduced chronological grouping for rendering milestones.
- Built a new terminal-style layout for the timeline.
echo_ > v0.8.2
Immutable
release. Only release title and notes can be modified.
Echo now groups milestones using the user's local timezone instead of the server's.
Highlights
- Dates now reflect the user's local time.
- Timeline grouping is consistent across timezones.
Under the hood
- Reworked date calculations to use the client timezone.
echo_ > v0.8.1
Another small step toward a production-ready journal.
Highlights
- Replaced HTTP Basic Authentication with session-based authentication.
- Added a dedicated robots.txt.
- Improved production security.
- Added smoke tests for authentication.
Under the hood
- Disabled FastAPI documentation endpoints in production.
- Tightened production configuration and deployment checks.
echo_ > v0.8.0
Another small step toward a more natural terminal experience.
Highlights
- Added command history to the terminal.
- Navigate previous commands with ↑ and ↓.
- History remembers up to 50 recent commands.
- Empty and consecutive duplicate commands are not stored.
Under the hood
- Added persistent command history using localStorage.
- Integrated history navigation with autocomplete without conflicting keyboard behavior.
- Improved the terminal input flow to better match a real command-line interface.