-
Notifications
You must be signed in to change notification settings - Fork 2
/
CHANGELOG
executable file
·37 lines (29 loc) · 1.58 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
Coming soon
- feat(semver): semver computation and handling
- feat(color output): better handling of white bg consoles
2.0.0 - 2015/02/12
- fix the stack display function : function / files were misaligned
- BAD FEATURE REMOVED : source was incorrectly redefined to uselessly store the current script name. Completely removed.
- BAD FEATURE REMOVED : the auto redirect to tee is buggy as is and is to be reimplemented. (source left waiting for reimplementation but not working)
1.2.2 - 2014/08/08
- fix(version): sorry, forgotten to bump version in file
1.2.1 - 2014/08/08
- fix(file rights): some files loose their unneeded x right
- fix(capabilities): apt install check no longer spill on standard output
- fix(archive): more reliable file output detection and better custom output file choice
- fix(color output): slight output style adjustments
1.2.0 - 2014/07/03
- feat(CHANGELOG): at last, a CHANGELOG !
- fix(OSL_EXIT_abort_execution_if_bad_retcode): args are now displayed, except the first (return value)
- fix(OSL_OUTPUT): some styles were incorrect
- fix(path handling): more quotes for safety + some `realpath` where needed
- feat(OSL_FILE_shorten_git_repo_dir): new func
- feat(OSL_FILE_extract_git_repo_dir): new func
- feat(OSL_FILE_realpath): new func
- feat(OSL_FILE_abspath): abspath now uses OSL_FILE_realpath
- feat(error): error output primitives now display the stacktrace ! (in nice colors)
- feat(OSL_print_stack): new func
- feat(code): more comments
- chore(unit tests): more tests, more readable, no longer test another OSL install
- chore(OSL_FILE): reoganized code
1.1.0 - 2013/01/20