Commit graph

5214 commits

Author SHA1 Message Date
auouymous
305d356465 prepare 3.11.2 release 2023-08-13 22:34:59 -06:00
auouymous
3e005d1055 Remove bind_textdomain_codeset call.
It no longer exists in python 3.11.
2023-08-13 04:47:46 -06:00
auouymous
3628451abe Bump CircleCI Xcode version. 2023-08-13 02:37:16 -06:00
auouymous
f0c5941106
Merge pull request #1525 from auouymous/codespell
Add codespell to linter.
2023-08-13 02:23:58 -06:00
auouymous
62cbf7f970 update dependencies 2023-08-07 20:05:29 -06:00
auouymous
839b0b2aa5 Fix linter issues for pycodestyle 2.11.0. 2023-08-07 19:46:44 -06:00
auouymous
a077b54082 Bump requests version. 2023-08-07 19:25:54 -06:00
auouymous
d24b42c5b2
Merge pull request #1529 from Vistaus/master
Updated Dutch translation
2023-07-28 16:07:32 -06:00
Heimen Stoffels
b5f95d9f20
Updated Dutch translation 2023-07-24 11:46:39 +02:00
auouymous
74d73231d1
Merge pull request #1527 from gpodder/fr-2023-07
update FR translation
2023-07-20 16:13:59 -06:00
Eric Le Lay
d2c56b3c44 upgrade fr translations 2023-07-20 21:31:26 +02:00
auouymous
64fe2648a8 Add codespell to linter. 2023-07-19 02:34:56 -06:00
auouymous
375a94a139 Fix typos found by codespell. 2023-07-19 02:30:44 -06:00
auouymous
e362d36ac6
Merge pull request #1484 from auouymous/drop-old-python-versions
Drop old python versions
2023-07-19 01:03:04 -06:00
auouymous
047204394d make messages 2023-07-19 00:53:59 -06:00
auouymous
48fd99d3e9
Merge pull request #1522 from luzpaz/typos
Fix various typos
2023-07-14 06:21:51 -06:00
luzpaz
8a995cb097 Fix various typos
Found via `codespell -q 3 -S *.po -L bloc,extracter,parms`
2023-07-14 12:13:50 +00:00
auouymous
407e930f1a
Merge pull request #1521 from alexis26/patch-2
Update fr.po
2023-07-02 21:05:27 -06:00
alexis26
a224c47b15
Update fr.po
Hi, 
I just change one line (875)
2023-07-02 08:34:10 +02:00
auouymous
fccea8a6d9 Bump required yt-dlp version for changes in #1520. 2023-06-30 16:18:54 -06:00
auouymous
d575449af2
Merge pull request #1520 from tpikonen/yt-dlp-latest
Adapt youtube-dl plugin to latest yt-dlp
2023-06-30 16:17:15 -06:00
Teemu Ikonen
d64eb6e0b2 youtube-dl: In yt-dlp _VALID_URL_RE is now an iterable of regexes 2023-06-30 21:16:00 +03:00
Teemu Ikonen
b1492e60e5 youtube-dl: Use 'color': 'no_color' param in yt-dlp
This prevents unnecessary warnings from yt-dlp.
2023-06-30 21:16:00 +03:00
auouymous
0267b448eb
Merge pull request #1507 from auouymous/show-time-in-released-column
Show time in episode released column
2023-05-23 14:35:17 -06:00
auouymous
b53ba83d22 Fix issue retrieving channel ID for Youtube pages.
The channelId meta tag was removed from the HTML. Changing to the
channel_id in RSS feed URL tag should be stable.
2023-05-23 14:13:24 -06:00
auouymous
5224565642 Always show released time in shownotes. 2023-04-29 22:11:27 -06:00
auouymous
df4195dc5c Add a View menu option to right align the episode released column. 2023-04-29 21:41:38 -06:00
auouymous
b0ce535ca9 Add a View menu option to show time in the episode released column. 2023-04-29 21:10:33 -06:00
auouymous
43eb6ca5f5 Log exceptions when searching for podcasts on gpodder.net. 2023-04-02 23:17:13 -06:00
auouymous
ddbae467ef Raise exception when gpodder.net queries fail.
This avoids JSON warnings when gpodder.net requests fail with "500
Internal Server" errors.
2023-04-02 22:52:37 -06:00
auouymous
14efcd52df Log 'from' and 'to' sizes when syncing files. 2023-03-26 04:36:09 -06:00
auouymous
7323e0c604 Refactor _receive_configure_event().
Add comment about bug when state event is sent after configure event.
2023-03-11 20:52:05 -07:00
auouymous
ab7b93d4d7 Fix commit 1725b471fa.
The window manager needs a position to unmaximize window to.
2023-03-11 16:10:27 -07:00
auouymous
1725b471fa Do not move window if maximised.
The delayed move can reposition the window after it has been maximized.
2023-03-11 03:15:29 -07:00
auouymous
3d690633ee Add empty custom_downloader field in SyncTask to prevent exception.
filename generated by yt-dlp.

Reported in
https://github.com/gpodder/gpodder/issues/1348#issuecomment-1445273299
2023-03-05 22:33:39 -07:00
auouymous
353a4cc8b6 Add EQL adjectives 'failed' and 'paused'.
Allowing all failed downloads to be filtered with `(failed)`, all paused
episodes with `(paused)`, and all downloading episodes, excluding paused
episodes with `(downloading and not paused)`.
2023-03-04 19:26:36 -07:00
auouymous
8d31d9dd40 Display feed name when logging update errors.
Avoids worthless log entries such as "Error: not found".
2023-02-21 21:23:47 -07:00
auouymous
081fcd6748 Require python 3.7. 2023-02-21 15:03:05 -07:00
auouymous
ceabe3db0a Add all python versions to test matrix. 2023-02-21 14:56:32 -07:00
auouymous
34d7d5da2b Fix typo in label.
Reported-by: Karl Ove Hufthammer <karl@huftis.org>
2023-02-20 04:06:05 -07:00
auouymous
4143d36fcf
Merge pull request #1479 from huftis/update-nn-translation-2023-feb
Update Norwegian Nynorsk translation for 3.11.1 release
2023-02-20 03:58:29 -07:00
auouymous
fd7d65d9ca
Merge pull request #1480 from tpikonen/appdata-3.11.1
appdata: Update to version 3.11.1, fixes
2023-02-20 00:49:03 -07:00
Teemu Ikonen
530d026516 appdata: Add release 3.11.1 2023-02-19 17:23:44 +02:00
Teemu Ikonen
3cef7a3e11 appdata: Fix syntax, add 3.9-series release dates 2023-02-19 15:56:49 +02:00
Karl Ove Hufthammer
69a7089f94 Update Norwegian Nynorsk translation for 3.11.1 release 2023-02-19 09:18:01 +01:00
auouymous
943c402743
Merge pull request #1477 from Vistaus/master
Updated Dutch translation
2023-02-18 23:06:39 -07:00
Heimen Stoffels
c15514b416
Updated Dutch translation 2023-02-18 14:15:35 +01:00
auouymous
38b8cba0e3 prepare 3.11.1 release 2023-02-17 19:18:40 -07:00
auouymous
1452cacbd1 update dependencies 2023-02-17 19:01:45 -07:00
auouymous
44bed10df0 Require new version of youtube-dl/yt-dlp to fix youtube.com change. 2023-02-17 17:56:57 -07:00