Commit Graph

1966 Commits

Author SHA1 Message Date
Martin Rotter 68c3227109 changelog + version 2024-09-26 08:34:14 +02:00
Martin Rotter 37745351fa use gh token for gh API calls 2024-07-26 07:05:17 +02:00
Martin Rotter 5d08571bc0 use gh token for gh API calls 2024-07-26 07:01:58 +02:00
Martin Rotter 88f52111c8 use gh token for gh API calls 2024-07-26 06:59:17 +02:00
Martin Rotter a4e20486b5 4.7.3 2024-07-26 06:37:46 +02:00
Martin Rotter b9c4e78fa0 automatize versions of zlib and cmake too 2024-07-25 10:24:40 +02:00
Martin Rotter 5a3fff9ea5 automatize versions of zlib and cmake too 2024-07-25 09:42:05 +02:00
Martin Rotter b90c5f7139 automatize versions of zlib and cmake too 2024-07-25 09:18:01 +02:00
Martin Rotter 8537efc787 fetch newest releases of ytdlp and mpv automagically 2024-07-25 07:08:50 +02:00
Martin Rotter 41d4eddb44 bump build versions 2024-06-20 07:24:23 +02:00
Martin Rotter c5cf8bda5c libmpv commit 2024-06-04 11:13:38 +02:00
Martin Rotter 8a7fd41beb subs 2024-06-04 10:23:27 +02:00
Martin Rotter 3ef1613117 update deps 2024-06-04 09:26:55 +02:00
Martin Rotter 5b0453b865 version 2024-05-31 07:45:26 +02:00
Martin Rotter 02f64e247b fix duplicate names 2024-05-29 14:16:50 +02:00
Martin Rotter ee05371970 4.7.1 2024-05-29 11:18:33 +02:00
Martin Rotter 04432cd1c4 deploy libmpv only if neeeded 2024-05-20 15:07:52 +02:00
Martin Rotter 6d9a970543 do not use libmpv on qt5/windows builds 2024-05-20 14:41:55 +02:00
Martin Rotter 4a85d10778 do not use libmpv on qt5/windows builds 2024-05-20 14:37:08 +02:00
Martin Rotter f2d3203df1 changelůog 2024-05-14 07:45:37 +02:00
Martin Rotter dce311c2ec aqt 2024-05-09 08:59:03 +02:00
Martin Rotter 1b2d155eca bit more polishment 2024-04-23 10:59:28 +02:00
Martin Rotter a76c40105c correctly decode HTML for extractor 2024-04-23 09:05:33 +02:00
Martin Rotter 43173c6b16 use proper URL when extracting article 2024-04-23 08:22:43 +02:00
Martin Rotter c7c069d889 starting to work on fetching full article content 2024-04-22 14:37:49 +02:00
Martin Rotter cd24bcd649 fixes #1017 2024-04-19 13:11:07 +02:00
Martin Rotter 516045bd28 update deps 2024-04-15 09:42:21 +02:00
Martin Rotter 8a29f3f566 NSIS installer now allows to only install plugins user needs 2024-04-15 09:37:54 +02:00
Martin Rotter 4ce7b547d7 qt 6.6.3 because 6.7.0 has some regression 2024-04-09 08:20:45 +02:00
Martin Rotter c65fb31f19 automatically de-escape all contents 2024-04-03 12:18:15 +02:00
Martin Rotter 5bf54bd325 version, changelog 2024-03-27 09:03:43 +01:00
Martin Rotter 6cf2717ede new version 2024-03-15 07:13:13 +01:00
Martin Rotter 12754aa72a PDB for releases too 2024-03-14 14:31:42 +01:00
Martin Rotter 75ce4bb65a changelog 2024-03-14 10:27:55 +01:00
Martin Rotter 310c3068bd make title column interactive too and auto-stretch last column - fixes #1319 2024-03-14 09:40:10 +01:00
Martin Rotter 408d5e19e5 add a way to play currently loaded URL in media player - #1324 2024-03-14 08:56:03 +01:00
Martin Rotter 0308e3dc0b docs 2024-03-13 07:21:43 +01:00
Martin Rotter 07eb444d94 changelog 2024-03-08 13:10:10 +01:00
Martin Rotter 35b378d8b1 make new scraping feature more robust 2024-03-08 08:36:32 +01:00
Martin Rotter 3c62bfdba3 no scrolling 2024-03-06 12:07:28 +01:00
Martin Rotter bb5074f3e6 save 2024-03-06 11:23:56 +01:00
Martin Rotter 6ef993045c save 2024-03-06 11:06:19 +01:00
Martin Rotter c306d80867 update docs 2024-02-27 07:27:35 +01:00
Guilherme Silva a51eb709e4
Linux: Update developer ID in AppStream metadata (#1305)
From the documentation:

"It is recommended to use a reverse-DNS name, like org.gnome or
io.github.ximion, or a Fediverse handle (like @user@example.org) as ID
to achieve a higher chance of uniqueness."

https://www.freedesktop.org/software/appstream/docs/chap-Metadata.html#tag-developer
2024-02-25 08:51:45 +01:00
Guilherme Silva a0d6fc2d63
Linux: Fixes for AppStream metadata validation using `appstreamcli` (#1302)
* Linux: Remove redundant 'content_rating' tag in AppData file

This fixes a validation error given by appstreamcli:

$ appstreamcli validate io.github.martinrotter.rssguardlite.appdata.xml
E: io.github.martinrotter.rssguardlite:69: tag-duplicated content_rating

https://www.freedesktop.org/software/appstream/docs/chap-Validation.html#asv-tag-duplicated

* Linux: Replace deprecated 'developer_name' tag in AppData file

This is not strictly necessary, but it does fix a deprecation message
shown when validating with appstreamcli, a tool that replaced
appstream-util:

$ appstreamcli validate io.github.martinrotter.rssguardlite.appdata.xml
I: io.github.martinrotter.rssguardlite:8: developer-name-tag-deprecated

https://www.freedesktop.org/software/appstream/docs/chap-Validation.html#asv-developer-name-tag-deprecated

* Linux: Replace appstream-util by appstreamcli to validate AppData file

The appstream-util tool (from appstream-glib) is essentially deprecated
in favor of appstreamcli (from appstream):

https://github.com/hughsie/appstream-glib
2024-02-21 19:19:37 +01:00
Martin Rotter 45f676713a fix build 2024-02-21 12:42:30 +01:00
Martin Rotter cff455af12 fix build 2024-01-22 10:04:37 +01:00
Martin Rotter a6dc7f41b2 scraper for reddit 2024-01-22 09:59:37 +01:00
Martin Rotter 34167c3f9f bit better DB/logic handling 2024-01-15 14:51:39 +01:00
Martin Rotter 57f38ed3ed save work 2024-01-12 13:11:40 +01:00