-
Notifications
You must be signed in to change notification settings - Fork 0
/
ChangeLog
77 lines (55 loc) · 2.29 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
# ChangeLog
All notable changes to this project will be documented in this file.
Todas as mudanças notáveis neste projeto serão documentadas neste arquivo.
## [ 3.1 ] - 2021-09-07 ##################################################
### Added / Adicionado
- Error message for no file entries.
###
### Changed / Modificado
- Clean unnecessary codes for '-c' and '-s' parameters.
###
##########################################################################
## [ 3.0 ] - 2021-09-04 ##################################################
### Added / Adicionado
- Added parameter '-s' for simple view for '-f', '-l', '-d' and '-i'
parameters.
###
### Changed / Modificado
- Code refactored and improved using the function getopt_long() for
parameters selection.
- Error messages improved.
###
### Removed / Removido
- Removed parameter 0, replaced by '-s' parameters.
###
##########################################################################
## [ 2.0 ] - 2021-02-14 ##################################################
### Added / Adicionado
- Added parameter '-i' for read inverted the specific lines of the files.
- Added parameter 'c' for enable color for '-f', '-l', '-d' and '-i'
parameters.
###
### Changed / Modificado
- Changed parameter '-d' for best delimitation.
###
### Removed / Removido
- Removed parameter '-s', now unnecessary for parameter 'd'.
- Removed parameter '-a', function now made by the parameter 'd'.
###
### Fixed / Corrigido
- Fixed exibition of the complete local of the text files.
- Output adjust of the parameter '0'.
- Improvements in the selection of parameters.
###
##########################################################################
## [ 1.0 ] - 2021-02-08 ##################################################
### Added / Adicionado
- Added parameter '-f' for read the first lines of the files.
- Added parameter '-l' for read the last lines of the files.
- Added parameter '-a' for read a line from a file.
- Added parameter '-d' and '-s' for read the specific lines of the files.
- Added parameter '-h' for view help information.
- The Parameter '-f0', '-t0', '-a0' and '-d0' has the same result
as '-f', '-t', '-a' and '-d', but without enumerating the lines.
###
##########################################################################