diff options
| author | marios <marios8543@gmail.com> | 2022-04-18 15:57:51 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-18 15:57:51 +0300 |
| commit | fa776f0d0b7b4ca7071f0aa912be84e81caf6b61 (patch) | |
| tree | 535f6f0bb71ab97f17a0ef21eb8f0491ae4ca87d /requirements.txt | |
| parent | 4576fed01baac066a8550018a0922739cc2f8985 (diff) | |
| download | decky-loader-fa776f0d0b7b4ca7071f0aa912be84e81caf6b61.tar.gz decky-loader-fa776f0d0b7b4ca7071f0aa912be84e81caf6b61.zip | |
Callsigns (#37)v1.2.0
* Plugin callsigns, filechangehandler thread bug fix, plugin file perms
- Plugins are now assigned a callsign (a random string), which they use for all internal identification, like resource fetching and method calls. This is to ensure that plugins only access their own resources and methods.
- Made FileChangeHandler send off events to a queue, that is then consumed by the Loader, instead of calling import_plugin on its own, since that caused weird issues with the event loop and the thread watchdog is using.
- Plugins are now owned by root and have read-only permissions. This is handled automatically.
* Improved general look and feel of plugin tab
* Make all plugin entries have the same padding between them
* Make "No plugins installed" text look the same as "No new notifications"
Co-authored-by: WerWolv <werwolv98@gmail.com>
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/requirements.txt b/requirements.txt index 579ebc0b..c77a53ed 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ aiohttp==3.8.1 aiohttp-jinja2==1.5.0 -watchdog==2.1.7 -multiprocess==0.70.12.2
\ No newline at end of file +watchdog==2.1.7
\ No newline at end of file |
