Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
maxpiva committed Nov 28, 2023
1 parent 82c17e8 commit b18e719
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## v0.9.2 Beta
## v1.0.0 Still Beta :O

This work is based on [Sushi](https://github.com/tp7/Sushi) and the command syntax is pretty similar, the only real difference is that the output parameter is a path, not a subtitle.
I heavy recommend following the original Sushi [Wiki](https://github.com/tp7/Sushi/wiki) before using this program.
Expand All @@ -13,13 +13,13 @@ I heavy recommend following the original Sushi [Wiki](https://github.com/tp7/Sus

## Downloads

Windows x86, x64, Ubuntu x64 & OSX x64 binaries can be downloaded from [releases](https://github.com/maxpiva/Sushi.Net/releases).
Windows x64, Ubuntu x64 & OSX x64 binaries can be downloaded from [releases](https://github.com/maxpiva/Sushi.Net/releases).

## Build & Third Party Usage

**Sushi.Net** uses .NET 5 and is a wrapper around **Sushi.Net.Library**.
**Sushi.Net** uses .NET 8 and is a wrapper around **Sushi.Net.Library**.

Binaries builds are published with .NET 5 self-contained and trimmed, any native libraries (Open CV) are included in the build.
Binaries builds are published with .NET 8 self-contained and trimmed, any native libraries (Open CV) are included in the build.

**Sushi.Net.Library** can be used in other programs, and it will be uploaded in nuget.org when **Sushi.Net** becomes final.

Expand Down Expand Up @@ -83,6 +83,9 @@ There are some retouched scripts and code from the original [OpenCvSharp](https:

## History

**v1.0.0.**
* Too many changes to keep track of them :O

**v0.9.2**
* Fixed audio best match bug.
* Added the possibility of selecting the matching algorithm from the command line.
Expand Down

0 comments on commit b18e719

Please sign in to comment.