Skip to content

Commit 7f9aa7d

Browse files
committed
edited changelog and readme
1 parent 18636a5 commit 7f9aa7d

File tree

2 files changed

+30
-12
lines changed

2 files changed

+30
-12
lines changed

CHANGELOG.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
1+
# v0.3.3
2+
3+
- updated deps, most notably libflac-sys and rusqlite
4+
- edited changelog
5+
16
# v0.3.1
27

3-
* removed useless trait
4-
* isolated all module functions
8+
- removed useless trait
9+
- isolated all module functions
510

611
# v0.3.0
712

8-
* removed claxon dep in favor of flac_codec, same for metaflac
9-
* cleaned up code a bit
13+
- removed claxon dep in favor of flac_codec, same for metaflac
14+
- cleaned up code a bit
1015

1116
# v0.2.6-fix
1217

13-
* remembered about changelog.md
14-
* fixed incorrect encoded_by tag match
15-
* minor code improvements and fixes
18+
- remembered about changelog.md
19+
- fixed incorrect encoded_by tag match
20+
- minor code improvements and fixes
1621

1722
# v0.1.2
1823

19-
* added better bar incremental logic by passing it to threads
20-
* added graceful shutdown (albeit its a bit slow)
21-
* checks file if it exists before reencoding
22-
* removes temporary file if it was left uncleaned from the previous session
24+
- added better bar incremental logic by passing it to threads
25+
- added graceful shutdown (albeit its a bit slow)
26+
- checks file if it exists before reencoding
27+
- removes temporary file if it was left uncleaned from the previous session

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,21 @@
22

33
scans a specified folder and reencodes flacs if they needed to be reencoded
44

5+
## installation
6+
7+
you can use cargo to install:
8+
`cargo install flac-reencoder`
9+
10+
or clone the repo and build it yourself
11+
12+
to build statically just run the default build command:
13+
`cargo build -r`
14+
15+
to dynamically link to libsqlite3 and libflac libs, use the following command:
16+
`cargo build -r --no-default-features -F linked`
17+
518
```
6-
Usage: reencoder [OPTIONS] [path]
19+
Usage: flac-reencoder [OPTIONS] [path]
720
821
Arguments:
922
[path] Path for indexing/reencoding

0 commit comments

Comments
 (0)