This repository has been archived by the owner on Oct 6, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
117 lines (87 loc) · 2.38 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
blih_cli 1.3.0
2024-01-01
What's in?
- Update Dependencies
- Bump minimum node version required to 16
- Bump CI dependencies
blih_cli 1.2.0
2023-03-01
What's in?
- Update Dependencies
- Bump minimum node version required to 14
- Bump CI dependencies
- Drop tslint for eslint
- Small typo fix
blih_cli 1.1.2
2022-04-01
What's in?
- Update Dependencies
blih_cli 1.1.1
2022-03-18
What's in?
- Fix lint warning
blih_cli 1.1.0
2022-03-18
What's in?
- Add new timelines
- Fix cli exit on blih server certificate expiration
- Update Dependencies
blih_cli 1.0.3
2021-05-16
What's in?
- Update Dependencies
blih_cli 1.0.2
2021-01-11
What's in?
- Update Dependencies
blih_cli 1.0.1
2020-08-30
What's in?
- Fix update notification
blih_cli 1.0.0
2020-08-30
What's in?
- Add cloning options in option menu
- Add new menu : Timeline explorer (Beta), where can see Epitech projects of the year
- Add README.md preview in Repositories management menu
- Add spinners selection in option menu
- Bump minimum node version to >=12
- Check update at launch (can be disable in option)
- Fix missing flag (-u, etc...) for debug build
- Fix known host dead lock in repository clone (and new trust host function in keys management menu)
- Update Dependencies
- Show repository path after git clone
-------------------------------------------------------------------------------
blih_cli 0.2.0
2020-08-09
What's in?
- Add registry.npmjs.org and npm.pkg.github.com support
-------------------------------------------------------------------------------
blih_cli 0.1.3
2020-08-08
What's in?
- Add colors option
- Fix git clone email save
- Fix update deadlock and shallow git error
- Fix update deadlock
- Update Dependencies
-------------------------------------------------------------------------------
blih_cli 0.1.2
2020-03-09
What's in?
- Verbose off now leave no trace
- Uninstall with script
- Option --uninstall flag uninstall blih_cli without removing config file
- Option --snapshot flag update blih_cli to the last commit
- Refactor acl menu
- Introducing git clone menu with 3 options (my repo, other repo, all repo)
- Fix man page missing on install
-------------------------------------------------------------------------------
blih_cli 0.1.1
2020-02-26
What's in?
- Install and update with script
- option -u flag update blih_cli
- Auto save config in config file
- Add man page named blih_cli
- CTRL + L clean screen