-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
85 lines (70 loc) · 3.22 KB
/
CHANGELOG
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
v0.4.7
-------------------------------------------------------------------------------
- Config entry journals works now.
v0.4.6
-------------------------------------------------------------------------------
- Feature add works now as expected in combination with yesterday and
tomorrow arguments.
v0.4.5
-------------------------------------------------------------------------------
- Config entry editing_mark works now.
Works together with stardate configuration entry.
v0.4.4
-------------------------------------------------------------------------------
- Fixed stardate for yesterday and tomorrow.
v0.4.3
-------------------------------------------------------------------------------
- Feature add was implemented.
v0.4.2
-------------------------------------------------------------------------------
- Config entry stardate works.
- Using https://trekguide.com/Stardates.htm as reference and
Star Trek: The Next Generation as base.
- Documented tags feature in program and README.md.
v0.4.1
-------------------------------------------------------------------------------
- First jrnl entry like nota notes.
- Added tags as undocumented feature.
- Config entry editor works.
v0.4.0
-------------------------------------------------------------------------------
- Config entry mode is functional.
- Files are created correctly.
- Folders are created correctly.
- Arguments yesterday, today and tomorrow are functional.
v0.3.2
-------------------------------------------------------------------------------
- Read the config file and store the values in variables.
- Read the cli arguments and store the values in variables.
- Write a test file with the journal entry.
- Configuration entry mode is somewhat drafted.
- Code refinements for error messages of v0.3.1.
v0.3.1
-------------------------------------------------------------------------------
- Adds error messages for missing features and configuration entries
which helps to keep track of features (currently all and everything).
- Update of the README.md to better reflect the project.
v0.3.0
-------------------------------------------------------------------------------
- Finished config file loading bit in create_jrnl_entry(args: &Vec<String>).
Made various cleanups in source code.
v0.2.0
-------------------------------------------------------------------------------
- Finished write_cfg_file(args: &Vec<String>) function with init and set mode
implemented.
v0.1.3
-------------------------------------------------------------------------------
- Simplified first argument tree. Only set and init are different from all
other possible arguments.
v0.1.2
-------------------------------------------------------------------------------
- Simplified print_man() and initial write_cfg_file(args: &Vec<String>)
function.
v0.1.1
-------------------------------------------------------------------------------
- Implemented print_man() function to print a manual to stdout (cli).
- Implemented initial write_cfg_file(args: &Vec<String>) function to write a
default config file.
v0.1.0 - initial commit
-------------------------------------------------------------------------------
- Created basic layout of program.