Skip to content

Releases: ralsina/grafito

Release v0.17.0

Choose a tag to compare

@ralsina ralsina released this 04 May 21:29

[0.17.0] - 2026-05-04

πŸš€ Features

  • Add --user flag for user systemd mode support

πŸ’Ό Other

  • Release v0.17.0

πŸ“š Documentation

  • Enhance CLAUDE.md and fix install.sh to use latest release

Release v0.16.3

Choose a tag to compare

@ralsina ralsina released this 30 Dec 00:42

[0.16.3] - 2025-12-30

πŸ› Bug Fixes

  • Use build_url helper in HTML to avoid double slashes
  • Use buildUrl helper in JavaScript to avoid protocol-relative URLs

πŸ’Ό Other

  • Release v0.16.3

Release v0.16.2

Choose a tag to compare

@ralsina ralsina released this 28 Dec 20:01

[0.16.2] - 2025-12-28

πŸ› Bug Fixes

  • Handle base path "/" correctly to avoid double slashes

πŸ’Ό Other

  • Release v0.16.2

Release v0.16.1

Choose a tag to compare

@ralsina ralsina released this 28 Dec 14:56

[0.16.1] - 2025-12-28

πŸ› Bug Fixes

  • Use correct mount_path parameter for BakedFileHandler

πŸ’Ό Other

  • Release v0.16.1

Release v0.16.0

Choose a tag to compare

@ralsina ralsina released this 28 Dec 14:26

[0.16.0] - 2025-12-28

πŸš€ Features

  • Add configurable base path for flexible deployment

πŸ’Ό Other

  • Release v0.16.0

Release v0.15.0

Choose a tag to compare

@ralsina ralsina released this 28 Dec 01:00

[0.15.0] - 2025-12-28

πŸš€ Features

  • Add multi-provider AI log analysis with dynamic prompts
  • Add model switching with dropdown UI and curated model lists per provider
  • Migrate to docopt-config for enhanced configuration

πŸ› Bug Fixes

  • Remove dead code for unused ai-current-provider element
  • Add error handling for malformed ai API responses
  • Remove redundant empty body check in /ask-ai endpoint
  • Prevent XSS in AI response error handling
  • Use to_s instead of as(String) for type flexibility
  • Handle timezone edge cases (/UTC, Etc/UTC) in Docker
  • Properly configure timezone in Docker image

πŸ’Ό Other

  • Release v0.15.0

🚜 Refactor

  • (ai) Fix lint issues, reduce complexity, add constants for DRY, improve test coverage
  • Replace internal BakedFileHandler with external library

πŸ“š Documentation

  • Update README.md [skip ci]
  • Create .all-contributorsrc [skip ci]

🎨 Styling

  • Fix ameba lint issues in AI module

πŸ§ͺ Testing

  • Add provider specs with webmock

Release v0.14.1

Choose a tag to compare

@ralsina ralsina released this 17 Dec 18:05

[0.14.1] - 2025-12-17

πŸ› Bug Fixes

  • Crash on startup because of timezone

πŸ’Ό Other

  • Release v0.14.1

πŸ“š Documentation

  • Fix doc build

Release v0.14.0

Choose a tag to compare

@ralsina ralsina released this 17 Nov 16:01

[0.14.0] - 2025-11-17

πŸš€ Features

  • Add configurable timezone support

πŸ’Ό Other

  • Release v0.14.0

Release v0.13.0

Choose a tag to compare

@ralsina ralsina released this 05 Nov 19:02

[0.13.0] - 2025-11-05

πŸš€ Features

  • AI-powered log analysis

πŸ’Ό Other

  • Release v0.13.0

Release v0.12.1

Choose a tag to compare

@ralsina ralsina released this 05 Nov 18:36

[0.12.1] - 2025-10-27

πŸ“š Documentation

  • Site