Skip to content

Commit 188187d

Browse files
committed
v0.6.3
1 parent 23c7d61 commit 188187d

File tree

17 files changed

+75
-672
lines changed

17 files changed

+75
-672
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
CHANGELOG
22
=========
33

4+
v0.6.2
5+
------
6+
7+
- [x] Added key-binding(`u`) for reloading `music_dir`
8+
- [x] Fix: All option are now aligned properly in preferences view
9+
- [x] Added validators for preferences(Error message is shown if an error occurs)
10+
411
v0.6.1
512
------
613

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,19 @@ Made with a lot of help from
1111
- [configobj](https://github.com/DiffSK/configobj), a Python 3+ compatible port of the configobj library
1212
- and a laptop with 512 MB RAM(Yeah. I know.)
1313

14+
## Changelog
15+
16+
### v0.6.2
17+
18+
- Added key-binding(`u`) for reloading `music_dir`
19+
- Fix: All option are now aligned properly in preferences view
20+
- Added validators for preferences(Error message is shown if an error occurs)
21+
22+
### v0.6.1
23+
24+
- Add track number to preview format option in preferences
25+
26+
1427
## Installation
1528

1629
> Note: You should have Python 3 installed, not Python 2, to install and use clid.
@@ -62,3 +75,8 @@ Use the arrow keys to move through the tags; edit them if needed and hit `OK`(or
6275

6376
To edit preferences, press `2`. Then hit <kbd>Enter</kbd> on the highlighted setting to edit it (it will be then shown
6477
at the bottom of the screen; edit it and hit <kbd>Enter</kbd> again).
78+
79+
| Option | You should set this as... | Default Value|
80+
|--------|-------|---------|
81+
| `music_dir` | Directory in which the app will search for mp3 files | `~/Music` |
82+
| `preview_format` | Format in which a preview of the file under cursor will be shown | `%a - %l - %n. %t` |

build/lib/clid/__init__.py

Whitespace-only changes.

build/lib/clid/__main__.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

build/lib/clid/_genres.py

Lines changed: 0 additions & 203 deletions
This file was deleted.

build/lib/clid/base.py

Lines changed: 0 additions & 16 deletions
This file was deleted.

build/lib/clid/database.py

Lines changed: 0 additions & 103 deletions
This file was deleted.

0 commit comments

Comments
 (0)