Skip to content
This repository was archived by the owner on Oct 14, 2022. It is now read-only.

Releases: 0xNF/Ellen

Release 0.2.0

20 Aug 03:30

Choose a tag to compare

Changelog

New

  • Added a new Management page, which allows for more confident manipulation of the settings found in the config.ini file. This page is available at http://localhost:5000. (#5)

ellen management page

Changed

  • Instead of pruning data in-place, Excel files will now rollover into an Ellen-{year}-{month}-{day}.{count}.xlsx file when they exceed one of the configured maximum settings. A new Ellen.xlsx will be created, which can receive new, more current data. (#12, #3)

0.1.2

13 Aug 12:45

Choose a tag to compare

Changelog

New

  • Added two new Config options: (#7, #8)
    • Timezone has been added, which accepts either Local or UTC. This new option determines how timestamps are reflected in the output. The default is Local.
    • Port has been added, which accepts a Port number to bind the server to. The default is 5000.

Fixed

  • Config options such as StoreFullJson and StoreImage should no longer be ignored. (#6)

Changed

  • Reorganized the config.ini file a little bit to make it a bit easier to understand. (#9)

0.1.1

07 Aug 04:02

Choose a tag to compare

Changelog:

  • The Full JSON Gorilla object can now be stored in the xls and sqlite files. (#2)
  • The output directory setting in config.ini is no longer ignored (#4)
  • a default config.ini is created on startup (no bug number)
  • Server exe is titled ellen.exe now, instead of server.exe

Extract the exe and run ellen.exe. The server listens on localhost:5000

0.1.0

17 Jul 10:53

Choose a tag to compare

Initial Release of Ellen.

This release includes a compiled version of the Ellen server for Windows x64 devices.

ellen-0.1.0-amd64.zip contains a .ini file to prevent the first run of the exe from crashing. This issue will be fixed in future versions.