Skip to content

Latest commit

 

History

History
154 lines (110 loc) · 3.8 KB

File metadata and controls

154 lines (110 loc) · 3.8 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v0.5.1 - 2026-02-23 - The one with log folders

Added

  • Add option to navigate to logs folder
  • Improve readme documentation
  • Add ready to use zip file to release

v0.5.0 - 2026-02-23 - The one with log files

Added

  • Log file based logging
  • Ability to see existing log files
  • Improve error feedback
  • Confirmation to download screenshots

Fixed

  • Keep existing data after disconnect
  • Scrolling bug in logs details

Changed

  • Update roadmap
  • Refact server utils
  • Update Demo App
  • Fix bug with cache keys
  • Improve error handling
  • Improve performance
  • Clearing logs now filters from last timestamp
  • Improve screenshot management and avoid unnecessary casting to base64
  • Screenshots are now stored and managed by folder

Removed

  • Remove web version

v0.4.1 - 2025-12-24 - The one with screenshots fixed

  • Fix error handler when no screenshots is being captured

v0.4.0 - 2025-09-01 - The one with screenshots download

Added

  • Add Configurable sampling interval
  • Add download button for screenshots
  • Add plugin isSupported function
  • Add set config endpoint
  • Add server language initial support (needs more changes to fully support other languages than Lua)

Changed

  • Update roadmap
  • Refact server utils
  • Update Demo App
  • Fix bug with cache keys

v0.3.0 - 2025-08-29 - The one with global logs

Added

  • Add check for updates
  • Add clear logs button
  • Add play/pause logs button
  • Add changelog page (github link)
  • Add license page (github link)
  • Add screenshot plugin
  • Add basic UI support for plugins
  • Add action support for plugins
  • Add screenshot option for error capture
  • Add api key support

Changed

  • Logs should be fetched globally not in tab
  • Improve readme documentation
  • Improve request handling from server

v0.2.0 - 2025-08-17 - The one with the plugin system and dark mode support

Added

  • Add dark mode support
  • Add settings page:
    • custom port
    • custom URL
    • custom editor deeplinking
    • default settings
  • Add about page:
    • download feather rock file for the version you are using
    • add mismatch version notification
  • Add basic plugin support
    • Add plugin documentation
  • Add optional plugins:

v0.1.3 - 2025-08-16 - The one with the deep linking fix

Added

  • Fix deep linking pointer
  • Fix deep linking
  • Log levels & colors
  • Improve auto-complete and documentation

v0.1.2 - 2025-08-10

Added

  • Improve CI workflow.

v0.1.1 - 2025-08-10

Added

  • Add default options to example.
  • Add CI workflow for Apps Release.
  • Improve Linter.

v0.1.0 - 2025-08-10

Added

  • Feather library.
  • React frontend.
  • README and LICENSE.
  • LuaRocks package.
  • GitHub Actions CI.