1
# Changelog
2
3
## blissify 0.3.12
4
* Use window / offset to read the list of MPD files to avoid timeout errors.
5
6
## blissify 0.3.11
7
* Bump bliss version.
8
9
## blissify 0.3.10
10
* Fix compilation for non-linux OSes.
11
12
## blissify 0.3.9
13
* Add support for hostnames and abstract sockets in MPD_HOST.
14
15
## blissify 0.3.8
16
* Bump bliss to fix build on raspberry pis.
17
18
## blissify 0.3.7
19
* Bump bliss to get new ffmpeg version and utf-8 fix.
20
21
## blissify 0.3.6
22
* Bump bliss to get rpi feature.
23
24
## blissify 0.3.5
25
* Bump bliss to ensure ffmpeg 6.0 compatibility.
26
* Rewrite the connectivity code so that MPD_HOST / MPD_PORT work with passwords and
27
sockets, in accordance with
28
https://mpd.readthedocs.io/en/latest/client.html#connecting-to-mpd.
29
30
## blissify 0.3.4
31
* Bump bliss so updating the database also deletes old song.
32
This fixes a bug that would make incomplete playlists when trying to queue
33
songs that existed in the database, but no longer in the MPD server.
34
* Use Rust 2021
35
36
## blissify 0.3.3
37
* Bump bliss to pretty-print json.
38
* Complete README.
39
* Fix the init option on `number-cores`.
40
41
## blissify 0.3.1
42
* Add a `number-cores` option.
43
44
## blissify 0.3.0
45
* Use the Library struct.
46
* Make CUE sheets work.
47
48
## blissify 0.2.7
49
* Add an option to make an interactive playlist.
50
* Store bliss' features version in the database and use it.
51
52
## blissify 0.2.6
53
* Add an option to make an album playlist.
54
55
## blissify 0.2.5
56
* Complete "mpd_to_bliss" to make the deduplication option work better.
57
58
## blissify 0.2.4
59
* Complete README.
60
* Explicitely add ffmpeg-next to the list of libs to allow users
61
to access ffmpeg-next's flags.
62
63
## blissify 0.2.3
64
* Add the "seed song option".
65
* Add an option to deduplicate songs in a playlist.
66
67
## blissify 0.2.2
68
* Fix update command to remove songs that were removed from MPD database.
69
70
## blissify 0.2.1
71
* Add a `list-db` subcommand to list what was analyzed.
72
* Make blissify toggle random mode off when making playlists.
73
* Make inserts atomic so ctrl+c'd the analysis will not make the next update
74
fail.
75
* Add a proper progressbar for the analysis.
76
77
## blissify 0.2.0
78
* Make blissify subcommands (`blissify update`, etc) instead of flags.
79
* Change `blissify playlist` to be able to use various distance functions.
80
81
## blissify 0.1.8
82
* Bump bliss version.
83
* Fix bug that happened when updating an already scanned library with new items.
84
85
## blissify 0.1.7
86
87
* Use `MPD_HOST` / `MPD_PORT` properly instead of grouping everything into
88
a single `MPD_HOST`.
89