pull/11/head
Squidly271 2021-02-27 10:30:37 -05:00
parent cb6a5222e3
commit 7a6f53f913
2 changed files with 21 additions and 2 deletions

View File

@ -2,8 +2,8 @@
<!DOCTYPE PLUGIN [ <!DOCTYPE PLUGIN [
<!ENTITY name "community.applications"> <!ENTITY name "community.applications">
<!ENTITY author "Andrew Zawadzki"> <!ENTITY author "Andrew Zawadzki">
<!ENTITY version "2021.02.19a"> <!ENTITY version "2021.02.27">
<!ENTITY md5 "a735dd6e57a8d612ce35df5a8358fff3"> <!ENTITY md5 "5551541002d37bd1064cc9545dd89641">
<!ENTITY launch "Apps"> <!ENTITY launch "Apps">
<!ENTITY plugdir "/usr/local/emhttp/plugins/&name;"> <!ENTITY plugdir "/usr/local/emhttp/plugins/&name;">
<!ENTITY github "Squidly271/community.applications"> <!ENTITY github "Squidly271/community.applications">
@ -13,6 +13,25 @@
<PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" min="6.4.0" support="https://lime-technology.com/forums/topic/38582-plug-in-community-applications/" icon="users"> <PLUGIN name="&name;" author="&author;" version="&version;" launch="&launch;" pluginURL="&pluginURL;" min="6.4.0" support="https://lime-technology.com/forums/topic/38582-plug-in-community-applications/" icon="users">
<CHANGES> <CHANGES>
###2021.02.27
- Changed: CSS color fixes, updates etc
- Misc: Code re-organization
- Changed / Fixed: Complete overhaul of sorting system
- Added: Sorting options on repositories (Name, number of apps, average trend, date added)
- Deprecated: Donation links within templates in lieu of links with profiles
- Fixed: Some apps within installed / previous apps sections couldn't be pinned
- Fixed: Display default icon on popups if error occurs when loading the image
- Added: Different watermark on apps tagged as drivers
- Changed: Hide the multi-install buttons if no previous apps present
- Changed: Don't show private within stats if no private apps present
- Changed: Always keep preferred repositories (ones with profiles) at the top whenever resorting the repository display
- Fixed: Stop the spinner from "wiggling" the display when using an ultrawide monitor and the Unlimited Width plugin installed
- Added: Apps within the selected favourite repository are always highlighted when browsing / searching apps
- Fixed: Inadvertently clicking on an app's action icons to close the popup would wind up performing the action instead of only closing the popup
- Changed: Don't count an author's deprecated / incompatible apps within the repository popup unless CA's settings allows deprecated / incompatible to be displayed
- Fixed: Docker apps with hypens in their names couldn't be uninstalled
- Fixed: Languages couldn't be installed or updated from the popup
###2021.02.19 ###2021.02.19
- Fixed: Certain apps previously pinned would not appear within pinned apps - Fixed: Certain apps previously pinned would not appear within pinned apps
- Patched: Sort order in Installed / Previous Apps section - Patched: Sort order in Installed / Previous Apps section