-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CHANGELOG.md: init (add v0.1.0 and v0.2.0)
- Loading branch information
1 parent
8651870
commit 1076aa0
Showing
1 changed file
with
38 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
# Changelog | ||
|
||
## v0.2.0 | ||
|
||
### Highlights | ||
* Refactor to use Bash + coreutil guided by BATS test cases. | ||
|
||
### Fixes | ||
* Fix the `README.md` typo about the missing double-quote (`"`) | ||
in the `git config` setting, and the table about the default configuration on Windows. | ||
|
||
### Enhancements | ||
* Remove the `sed` and `grep` dependencies. | ||
|
||
* Add test cases using [BATS](https://github.com/bats-core/bats-core) | ||
|
||
* Support Bash version 3, 4 and 5 | ||
|
||
### Backward incompatibilities | ||
* The order of `$REMOTE` and `$LOCAL` is now NOT reversed inside the program. | ||
|
||
The `git config difftool.lvcompare.cmd` and `git config mergetool.lvmerge.cmd` | ||
needs to be change accordingly. | ||
|
||
Even if the above manual change is not made, | ||
this should only affects the order of the files compared. | ||
|
||
### Release status | ||
* v0.2.0-beta20220603: Passed the current test cases, but have not been tested on a real setup. | ||
|
||
## v0.1.0 | ||
|
||
### Highlights | ||
* Initialize the project. | ||
|
||
* Test the windows part against a Windows 10 VM with LabVIEW installed. | ||
|
||
* The posix part is not tested yet. |