Skip to content

Releases: katrinio/echo_

v0.10.5

Choose a tag to compare

@github-actions github-actions released this 03 Aug 14:18
Immutable release. Only release title and notes can be modified.

0.10.5 (2026-08-03)

Bug Fixes

v0.10.4

Choose a tag to compare

@github-actions github-actions released this 03 Aug 14:16
Immutable release. Only release title and notes can be modified.

0.10.4 (2026-08-03)

Bug Fixes

v0.10.3

Choose a tag to compare

@github-actions github-actions released this 03 Aug 14:14
Immutable release. Only release title and notes can be modified.
6e2bd88

0.10.3 (2026-08-03)

Bug Fixes

v0.10.2

Choose a tag to compare

@github-actions github-actions released this 31 Jul 23:29
Immutable release. Only release title and notes can be modified.

0.10.2 (2026-07-31)

Bug Fixes

  • version PWA icon URLs in manifest (6528f2c)

v0.10.1

Choose a tag to compare

@github-actions github-actions released this 31 Jul 22:16
Immutable release. Only release title and notes can be modified.

0.10.1 (2026-07-31)

Bug Fixes

v0.10.0

Choose a tag to compare

@github-actions github-actions released this 31 Jul 22:12
Immutable release. Only release title and notes can be modified.
9d3eef7

0.10.0 (2026-07-31)

Features

echo_ > v0.9.0

Choose a tag to compare

@github-actions github-actions released this 08 Jul 20:55
Immutable release. Only release title and notes can be modified.
53fd283

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

Choose a tag to compare

@github-actions github-actions released this 08 Jul 15:37
Immutable release. Only release title and notes can be modified.
bc20bb9

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

Choose a tag to compare

@github-actions github-actions released this 28 Jun 12:18
fb54778

Another small step toward a production-ready journal.

Снимок экрана — 2026-06-28 в 14 18 44

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

Choose a tag to compare

@github-actions github-actions released this 27 Jun 18:54
4c2f982

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.