-
Notifications
You must be signed in to change notification settings - Fork 26
/
Changes.txt
37 lines (19 loc) · 1.01 KB
/
Changes.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[Next release, insert number here]
[NEW FEATURES]
* After each run, a '.json' file is created at the place that you run the program from with your current configuration stored in it. Instead of sending entire log files for parsing, you can just send one '.json' file that will contain all of the information that edda needs to recreate the last run.
0.6.1 Fri, Aug 3, 2012
[BUG FIXES]
* Added missing sample log files in the hp directory
0.6.0 Wed, Aug 1, 2012
[ENHANCEMENTS]
* Speed of parsing log files has increased 5 fold.
[NEW FEATURES]
* Progress bar added in terminal to show the progress of parsing a log file.
* Ability to read compressed log files in the form of '.gz'.
* Added field in pop up, displaying server version.
* Use '--http_port #####' to specify a port for the communication between the front and back ends to use.
[BUG FIXES]
* Fixed bug that was not allowing you to set a custom port using the --port modifier.
0.5.0 Tue, Jul 24, 2012
[RELEASE]
- Innitial release of Edda!