We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c82677 commit a97098dCopy full SHA for a97098d
.CHANGELOG.md.swp
-12 KB
CHANGELOG.md
@@ -6,9 +6,9 @@ v0.7.0
6
7
- [ ] Vi keybindings
8
- [x] Added option for smooth scroll
9
-- [ ] Batch tag files(more than one file at a time)
10
-- [ ] Preferences are now saved when updating the app
+- [x] Preferences are now saved when updating the app
11
- [x] Validators for smooth_scroll and preview_format
+- [ ] Display a "What's New" Popup when app is run after an update
12
13
v0.6.2
14
------
setup.py
@@ -48,7 +48,7 @@ def run(self):
48
packages=['clid'],
49
50
description='Command line app based on ncurses to edit ID3 tags of mp3 files',
51
- long_description = long_des,
+ long_description=long_des,
52
53
keywords='mp3 id3 command-line ncurses',
54
classifiers=[
0 commit comments