Adrian Sampson
8bb24e3134
lyrics: Set User-Agent header ( fix #2357 )
2016-12-30 10:55:24 -05:00
Diego M. Rodriguez
37cb1c295f
Merge remote-tracking branch 'upstream/master' into discogs-relax-assumptions
...
Conflicts:
docs/changelog.rst
test/test_discogs.py
2016-12-30 10:42:50 +01:00
Diego M. Rodriguez
5f83f8db1f
Merge remote-tracking branch 'upstream/master' into discogs-subtrack-handling
...
Conflicts:
docs/changelog.rst
2016-12-30 10:20:58 +01:00
Diego M. Rodriguez
072e6de3ae
discogs: add changelog for #2318 , fix typo
2016-12-30 10:17:53 +01:00
Adrian Sampson
2642544867
Changelog note for #2353
2016-12-29 13:34:23 -05:00
Adrian Sampson
ac41b6d6e5
Fix #2339 : scrub resets art type
...
We now use the richer `images` field instead of the more basic `art` field.
2016-12-29 13:30:17 -05:00
Diego M. Rodriguez
4364757fcc
Merge remote-tracking branch 'upstream/master' into discogs-relax-assumptions
...
Conflicts:
docs/changelog.rst
2016-12-29 13:27:06 +01:00
Adrian Sampson
413666a825
Fix #2351 : crash in scrub on MediaFile errors
2016-12-28 16:36:51 -05:00
Diego M. Rodriguez
0efb0c3472
discogs: add changelog entry for robustness fix
2016-12-28 21:16:44 +01:00
Adrian Sampson
3ede874e96
Changelog note about new prompt interface
2016-12-28 14:18:27 -05:00
Adrian Sampson
8937eec50a
Refactor built-in stnadard choices
2016-12-28 14:15:40 -05:00
Adrian Sampson
2f6538aee2
Refactor search options to ordinary choices
...
`PromptChoice`s can now return `Proposal` values, which makes these two
options just "normal" actions that could be provided by plugins.
2016-12-28 14:08:09 -05:00
Adrian Sampson
d447d3e655
Changelog note for #2349 ( fix #2347 )
2016-12-28 12:06:29 -05:00
Adrian Sampson
8a62087376
Documentation tweaks for #2349
2016-12-28 12:03:57 -05:00
Adrian Sampson
9db79835d6
Merge pull request #2349 from SusannaMaria/#2347
...
#2347 : First hack of ignoring already tagged items
2016-12-28 11:55:21 -05:00
Susanna Maria Hepp
8be0a271b5
Add documentation for the force-option
2016-12-27 22:11:27 +01:00
Adrian Sampson
a4e2538324
Merge pull request #2348 from benpetty/patch-1
...
typo in docs
2016-12-27 08:41:21 -05:00
Ben Petty
767798ca07
typo in docs
2016-12-26 20:27:35 -08:00
Adrian Sampson
a9fd3df681
Docs fixes for #2329
2016-12-26 17:33:23 -05:00
Adrian Sampson
a92323945e
Merge pull request #2329 from SJoshBrown/master
...
Add manually triggered mode for zero plugin
2016-12-26 17:29:17 -05:00
Adrian Sampson
3a650a151e
Docs fixes for #2322
2016-12-26 16:10:46 -05:00
Adrian Sampson
c86b309762
Changelog for #2322 ( fix #2305 )
2016-12-26 16:09:43 -05:00
Adrian Sampson
9adfcbddd1
Merge pull request #2322 from diomekes/random-timelimit
...
random: add --time option, update docs
2016-12-26 16:08:14 -05:00
Josh Brown
30ae211e66
update changelog
2016-12-26 12:10:19 -06:00
Josh Brown
5b8b61f0c0
added documentation for zero subcommand
2016-12-26 12:10:19 -06:00
Adrian Sampson
3528a675fa
Changelog for #2333
2016-12-21 11:17:26 -05:00
Adrian Sampson
a063336446
Fix #2332 : Unicode trouble in bpd
2016-12-20 15:16:46 -05:00
Adrian Sampson
faf2b9feb3
Version bump: 1.4.3
2016-12-16 22:07:34 -05:00
Adrian Sampson
1df66a93db
Add date to changelog
2016-12-16 22:05:45 -05:00
Adrian Sampson
30d8b2e212
Tiny changelog fixes
2016-12-16 22:04:42 -05:00
Adrian Sampson
51ba780321
Changelog note about #2266
2016-12-16 22:03:34 -05:00
Adrian Sampson
d803878297
Try linking to the Discourse
...
It's about time we gave that a try...
2016-12-16 21:56:46 -05:00
Adrian Sampson
8e03f9f7b2
Python 3 status note in changelog
2016-12-16 21:48:33 -05:00
Adrian Sampson
e08afea0f0
Mention Python 3 in "getting started" guide
2016-12-16 21:45:58 -05:00
Adrian Sampson
6406918940
Changelog for #2323
2016-12-15 20:39:43 -05:00
diomekes
fc8411f3b8
random: add --time option, update docs
2016-12-15 16:15:38 -05:00
Adrian Sampson
936dc58a1c
Changelog note about #2311
2016-12-09 16:46:01 -05:00
Adrian Sampson
3f78578a88
Fix links to pip
2016-12-09 09:26:58 -05:00
xarph
53a677b8fd
* break the asciify-paths code out into the util.asciify_paths function
...
* make asciifying handle both os.sep and os.altsep (testing needed as I
don't have a windows box handy)
* make %asciify{} use the same code path as the asciify_paths goop.
* added a discrete test to %asciify{} so my life acts as a warning to
others
* changelog note now with 80% less antihistamine-induced runon sentences
2016-12-07 20:59:33 -08:00
xarph
16056ea6b2
In the changelog note, it should be asciify-paths, not asciify_paths.
2016-12-03 15:47:15 -08:00
xarph
fa9cc0ab5f
changelog note for unidecode/asciify_paths path separator fixes.
2016-12-03 15:35:26 -08:00
Adrian Sampson
991c9936fd
Fix #2299 : non-Unicode logging in badfiles
2016-12-03 11:20:06 -05:00
Adrian Sampson
957bfacf21
Fix Backbone.js link
2016-11-30 08:40:15 -05:00
Nathan Musoke
0701e66391
Fix rst syntax error in docs
2016-11-29 12:11:12 +13:00
Adrian Sampson
cf5fa501e2
Version bump: 1.4.2
2016-11-25 22:16:03 -05:00
Adrian Sampson
839a316673
Change released version to 1.4.1
...
Sadly, I uploaded the wrong file to PyPI for 1.4.0. Once you do this, PyPI
never lets you change the file associated with a given released version. So we
need to use 1.4.1 instead. 😢
2016-11-25 22:13:54 -05:00
Adrian Sampson
60ec732e10
Version bump: 1.4.1
2016-11-25 21:38:06 -05:00
Adrian Sampson
8d902c0da3
Release date for 1.4.0
2016-11-25 21:29:06 -05:00
Adrian Sampson
9fb358d3c0
Even more little changelog fixes
2016-11-25 21:28:41 -05:00
Adrian Sampson
e15bee15f5
More changelog proofreading
2016-11-25 21:11:54 -05:00