forked from Error257/kalitorify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
122 lines (59 loc) · 1.88 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
/* kalitorify CHANGELOG */
```
Format:
/** version number / date **/
[committer] username
arguments
```
/** 1.24.0 / 2020-10-03 **/
[committer] brainfucksec
New CHANGELOG file
IMPORTANT:
Only changes that are important to users will be written to this file.
Please see git `/commits/master` for technical details of the program changes.
/** 1.24.3 / 2020-12-10 **/
[committer] brainfucksec
Add exception (check tor service) on `stop()` function.
/** 1.24.4 / 2020-12-21 **/
[committer] brainfucksec
BUGFIX, fix `start()` function (add `check_settings()`).
See: ISSUE #52
/** 1.25.0 / 2021-01-23 **/
[committer] brainfucksec
Improve function for check program settings
Improve output messages
/** 1.26.0 / 2021-04-19 **/
[committer] brainfucksec
Update README
Little changes on output messages
/** 1.26.1 / 2021-04-20 **/
[committer] brainfucksec
Update README
Improve code
/** 1.26.2 / 2021-09-14 **/
[committer] brainfucksec
Update data/torrc, Makefile
/** 1.26.3 / 2021-10-31
[committer] brainfucksec
Fix main() function
/** 1.26.4 / 2021-11-06 **/
[committer] brainfucksec
Fix function for error handling
Update README (update links, instructions)
/** 1.27.1 / 2022-03-10 **/
[committer] brainfucksec
Fix curl request in check_status() function (kalitorify -s, --status)
/** 1.27.2 / 2022-05-05 **/
[committer] brainfucksec
Change list if IP address API service (function check_ip())
/** 1.27.3 / 2022-05-05 **/
[committer] brainfucksec
Fix function check_ip()
/** 1.28.0 / 2022-05-22 **/
[committer] brainfucksec
Change directory for program executable (old: /usr/local/bin/kalitorify, new: /usr/bin/kalitorify)
Change backup directory (old: /usr/share/kalitorify/backups, new: /var/lib/kalitorify/backups)
Change Makefile
/** 1.29.0 / 2022-05-31 **/
[committer] brainfucksec
Fix function for check Tor settings, some changes (see: commit, commit message)