-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1403 from lwindolf/download-manager
#1388 Rewrite of plugin mgmt + new download manager
- Loading branch information
Showing
75 changed files
with
10,205 additions
and
10,325 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,3 +60,4 @@ xslt/*.xml | |
org.gnome.liferea.gschema.valid | ||
stamp-h1 | ||
.flatpak-builder | ||
.vscode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,6 +17,15 @@ To be released | |
|
||
* New unit tests for update handling code | ||
(Lars Windolf) | ||
|
||
* #1388 Implemented download manager plugin, all preferences | ||
for external tools were dropped | ||
(Lars Windolf) | ||
|
||
* Refactoring of plugin management, code reorganized. Disabling plugins | ||
now does not disable base plugins (needed for auth and node sources) | ||
as this would prevent startup | ||
(Lars Windolf) | ||
|
||
|
||
2024-09-26 Lars Windolf <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[Plugin] | ||
Loader=python3 | ||
Module=download-manager | ||
IAge=3 | ||
Name=Download Manager | ||
Name[de]=Download Manager | ||
Description=Allows downloading multiple files concurrently | ||
Description[de]=Einfaches Downloaden mehrerer Dateien | ||
Builtin=true | ||
Icon=emblem-default | ||
Authors=Lars Windolf <[email protected]> | ||
Copyright=Copyright © 2024 Lars Windolf | ||
Website=https://github.com/lwindolf/liferea | ||
Version=0.1.0 |
Oops, something went wrong.