FichteFoll
728203e15a
beets.io now supports HTTPS
...
See https://github.com/beetbox/beets/pull/3297 .
2019-06-06 15:34:15 +02:00
FichteFoll
aa31fea037
Update a lot of URLs to use HTTPS
...
*All* URLs were checked manually, but only once per domain!
I mostly concerned myself with URLs in documentation rather than source
code because the latter may or may not have impactful changes, while the
former should be straight forward.
Changes in addition to simply adding an s:
- changed pip and pypi references as their location has changed
- MPoD (iOS app) url redirects to Regelian, so I replaced those
- updated homebrew references
Notable observations:
- beets.io does have HTTPS set up properly (via gh-pages)
- beatport.py uses the old HTTP url for beatport
- as does lyrics.py for lyrics.wikia.com
- https://tomahawk-player.org/ expired long ago, but the http page
redirects to https regardless
- none of the sourceforge subdomains have https (in 2019!)
2019-06-05 03:11:49 +02:00
Adrian Sampson
a469b3284e
Don't require python2 for releases
2018-05-29 16:07:00 -04:00
vapniks
5b9cebe9a0
Use beet config -p to update BEETS_CONFIG
2018-05-10 13:06:31 +01:00
vapniks
7e0fbef9fe
Update _beet; incremental caching
...
Lots of changes to implement incremental caching scheme.
2018-05-09 21:25:40 +01:00
vapniks
209d281871
Update _beet to use zsh caching
...
Caching is now done with zsh builtin completion caching functions.
2018-05-01 21:58:11 +01:00
Reg
19b5a92632
fixed typo seperate/separate
2018-02-04 20:29:03 +01:00
Adrian Sampson
298050f369
Update Pandoc wrap CLI flag
2017-12-21 13:15:54 -05:00
Adrian Sampson
707796e609
Update Windows registry file for Python 3.6
...
Closes #2424 .
2017-02-01 00:36:37 -05:00
Adrian Sampson
46e242b2b9
Roll back zsh completion to 9dc7995
...
See #2266 . The recently introduced caching mechanism is nifty, but it's
causing problems for many users. We're rolling it back until the author can
get to the bottom of the problem.
2016-12-16 21:49:36 -05:00
Adrian Sampson
d99b46612f
Fix version bumping in release.py
2016-11-25 21:37:25 -05:00
vapniks
44f33cabc7
Update _beet
...
update documentation
2016-10-10 19:45:03 +01:00
vapniks
8671c83817
Delete _beet_cached
2016-10-02 19:54:39 +01:00
vapniks
5282d2882e
Automatically generate cache file
...
This makes updating cache files easier; you just delete the old one and try completing again.
2016-10-02 19:54:10 +01:00
vapniks
be69f52b69
Update _beet_cached
2016-10-02 16:31:02 +01:00
vapniks
873a6251af
Update comments in _beet_cached
2016-10-02 16:29:36 +01:00
vapniks
df3a4317a6
Cached completion file (faster)
...
A cached completion file for faster initial completions.
Completes the following plugins: fuzzy play info lyrics fromfilename check lastgenre badfiles chroma edit smartplaylist
2016-10-02 16:27:22 +01:00
vapniks
9dc79950d3
Update comments section of _beet
...
More accurate instructions on how to create a cached completion file (previous instructions where incorrect)
2016-10-02 16:20:55 +01:00
vapniks
c1e04ac039
Update _beet
...
Some fixes to make it work with new plugins
2016-09-29 15:05:50 +01:00
Johnny Robeson
7a2bdf502f
s/utf8/utf-8/ in all encoding/decoding contexts
...
This matches up with the python documentation.
2016-09-06 23:10:24 -04:00
Johnny Robeson
9b2e126132
remove __future__ import from py3 native release.py
2016-05-28 17:24:55 -04:00
Markus Unterwaditzer
5c41a9e767
Remove superfluous parens
2016-05-28 00:26:57 +02:00
Markus Unterwaditzer
1ae6ce04dd
Run python-modernize across the codebase
2016-05-27 23:13:01 +02:00
Adrian Sampson
1cbf992d4f
release.py: Automate GitHub release creation
2016-02-07 23:00:06 -08:00
Adrian Sampson
0301bb517d
Update links for our new domain
2016-01-08 16:26:13 -08:00
Peter Kessen
f5eca77117
added encoding as comment
...
last file for encoding check
python3 file without license
2015-11-19 18:54:02 +01:00
akermu
f031ce581b
Make command filtering in zsh completion more robust.
...
- Filter out any lines that don't resemble a command in the help text.
- Fixes #1525 .
2015-09-17 19:04:39 +02:00
Minijackson
6b20b8a48a
Change tabs to spaces for coherence
2015-07-14 16:21:16 +02:00
Minijackson
683dc360f8
Add default library location fallback
2015-07-14 16:16:19 +02:00
Adrian Sampson
9f2d58e47a
release.py: push the commits too
2015-04-24 08:55:23 -07:00
Adrian Sampson
bd6cea4204
release.py is Py3k
2015-04-05 23:19:21 -05:00
Adrian Sampson
97890d989f
Changelog converter: handle :user: and 🐛
2015-04-04 21:23:22 -07:00
Bruno Cauet
02d8e88ef1
Replace all mentions of 'str' with 'bytes'
2015-01-20 12:48:15 +01:00
Bruno Cauet
9c41c39913
Do __name__ comparison with bytes and not unicode
2015-01-20 12:03:57 +01:00
Bruno Cauet
90b388b775
Use __future__ imports but unicode_literals everywhere
...
Include import of __future__ features division, absolute_imports and
print_function everywhere. Don't add unicode_literals yet for it is
harder to convert.
Goal is smoothing the transition to python 3.
2015-01-19 12:25:16 +01:00
Adrian Sampson
4f3a52a26f
release.py: Prettify foo-cmd in ReST changelog
2014-09-19 11:07:40 -07:00
Adrian Sampson
dcc63e9824
release.py: Fix bumping setup.py version
2014-09-19 11:05:18 -07:00
Adrian Sampson
3771134716
Add zsh completion script by @vapniks ( #862 )
2014-08-13 21:54:43 -07:00
Adrian Sampson
1a25561907
Version bump: 1.3.7
2014-05-10 18:18:24 -07:00
Adrian Sampson
55e55a2065
Finalize changelog for 1.3.6 release
2014-05-10 18:12:25 -07:00
Adrian Sampson
40e1475a87
Release script: publish command
2014-05-10 17:57:23 -07:00
Adrian Sampson
3ab8107adf
Release script: larger prep command
2014-05-07 20:04:20 -07:00
Adrian Sampson
dd11795cbd
Release script: datestamp and version commands
2014-05-07 19:46:04 -07:00
Adrian Sampson
6ecf4ef6ed
Release script: upload command
2014-05-06 22:16:19 -07:00
Adrian Sampson
611be7b4b5
Release script: convert changelog to Markdown
2014-05-06 22:06:28 -07:00
Adrian Sampson
066c4e1655
Release script: extract changelog
2014-05-02 14:09:59 -07:00
Adrian Sampson
1613f9b773
Release script: build command
2014-05-02 14:09:59 -07:00
Adrian Sampson
5b671a0465
Start version-number-bumping utility
2014-05-01 17:38:31 -07:00
Todd Durboraw
7ec209ce63
Fixed logo for real
2013-08-29 22:24:57 -07:00
Todd Durboraw
6aec45a53b
fixed logo
2013-08-29 22:14:20 -07:00