This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
Leo
/
oclaunch
miroir de
https://gitlab.com/WzukW/oclaunch.git
Suivre
1
Voter
1
Fork
0
Fichiers
Tickets
Wiki
Aborescence:
c783c257b0
Branches
Tags
0.1
basic-cli
cmd-parsing
dev
fix-ci2
fixci
generalise-list-test
glci
improve_ci_with_docker
investigate-ci
master
newrc-format
oasis
ocaml403
pkging
readme
yojson-tmp-file
v0.3.0-rc1
initial
v0.3.0-pre2
v0.3.0-pre1
dev-gpg-pub
v0.2.2
v0.2.2-rc2
v0.2.2-rc1
v0.2.1
v0.2.1-rc1
v0.1.2-rc1
v0.2.0-rc2
v0.2.0-rc1
v0.1.3
oclaunch
/
CHANGELOG.md
CHANGELOG.md
2.0 KB
Historique
Raw
Changelog of OcLaunch
0.2.x
v0.2.2
Add unit tests, to improve stability
Clean help
Better display after editing an entry. Ignore empty lines and fix
#10
Use lazyness to speed up and lead to less error
Locking tmp file to prevent launching two times the same item
Messages displayed with bold, underline and colors.
Add options:
“-v” to set verbosity.
“--no-color” to toggle color off
“--edit” is synonym of “--modify” now
Correct bugs:
When executing
oclaunc -r
more than once, it tries to delete an unexisting file and this led to errors.
When some variable like $EDITOR was not set, it was crashing everytime. Now, it crashes only if there is no other solution.
v0.2.1
Add new command line option:
“-c file” allow to read configuration from custom file.
“-m n” allow to edit and add (simultaneously) items to launch in rc file.
Improve “-l”: now display a “*” next to current state.
Code clean up (Types in records) and code factoring.
When all has been launched, the program explain how to reset.
Better messages on initialisation.
v0.2.0
Add new command line option.
“-r” can now take a number to start from.
“-l” list commands of the configuration file with its number.
“-a” add the command given on stdin to configuration file.
“-d n” remove the nth command from rc file.
“-n” display the current state.
Improve some messages.
Display run commands in title bar of the windows terminal.
New tmp file
Biniou format instead of JSON
Now cached
New default name :
/tmp/.oclaunch_trace.dat
Add logo.
Clean up some code.
Improve utility set given with the repository (developer)
v0.1.x
v0.1.3
Correct bug (See commit
4d20125a03
).
v0.1.2
First public usable version.
Create wiki.
Use Oasis
First version to be distributed with 0install.
Before
Wast and test