|
| 1 | +# KeePass Custom Icon Dashboarder |
| 2 | + |
| 3 | + |
| 4 | +This plugin provides some management features and statistics for custom icons in KeePass. |
| 5 | + |
| 6 | +High definition of custom icon can be uploaded. URLs of associated entries are used to |
| 7 | +retrieve the highest definition of icons. |
| 8 | + |
| 9 | +For each custom icon, the following information is available: |
| 10 | +- Number and list of entries that use it |
| 11 | +- Number and list of groups that use it |
| 12 | + |
| 13 | + |
| 14 | +Features are: |
| 15 | +- Download highest definition of custom icons from favicon URL |
| 16 | +- Remove custom icons |
| 17 | +- Modify custom icons of groups and entries |
| 18 | +- Get list of custom icons in KeePass |
| 19 | +- Get number and list of entries used by each custom icon |
| 20 | +- Get number and list of groups used by each custom icon |
| 21 | + |
| 22 | + |
| 23 | +## Installation |
| 24 | + |
| 25 | +### Pre-requisites |
| 26 | + |
| 27 | +- KeePass Password Safe 2.00+ |
| 28 | +- Framework .NET 4.5+ |
| 29 | + |
| 30 | + |
| 31 | +### Installation steps |
| 32 | +1. Download [latest](https://github.com/incognito1234/Keepass-Custom-Icon-Dashboarder/releases/latest) plgx release |
| 33 | +2. Put the _.plgx_ file into a folder called **plugins** inside your KeePass Password Safe installation folder |
| 34 | + |
| 35 | + |
| 36 | +## Screenshots |
| 37 | +A menu item is added to **Tool** menu |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | +Custom icon Dashboard (downloading in progress) |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | +## Changelog |
| 47 | + |
| 48 | +### Version 1.2.0 |
| 49 | +- Simultaneous icon downloads by introducing multithreading |
| 50 | +- Remember size and position of dashboard when closing windows |
| 51 | +- Plugin is now hosted by github |
| 52 | +- Improvements: |
| 53 | + - Update HtmlAgilityPack with version v1.11.12 |
| 54 | + |
| 55 | + |
| 56 | +### Version 1.1.0 |
| 57 | +- All icons from URL are downloaded. The best-sized icon is choosen by default. |
| 58 | + Then it is possible to change manually the choosen icon. |
| 59 | +- Add support of downloading icons of entries with standard icons. |
| 60 | +- Display index of selected icon in the upper right corner of dashboard. |
| 61 | + |
| 62 | +### Version 1.0.0 |
| 63 | +- Add support for downloading icons from url of entries |
| 64 | + |
| 65 | +### Version 0.3.0 |
| 66 | +- Display size of icons in the list icon view |
| 67 | +- Display selected icon with different sizes |
| 68 | + |
| 69 | +### Version 0.2.1 |
| 70 | +- Ensure that icon list is correctly rebuilt after a removal (Ticket #2) |
| 71 | + |
| 72 | +### Version 0.2 |
| 73 | +- Add support for modifying custom icons |
| 74 | +- Add support for removing custom icons |
| 75 | + |
| 76 | + |
| 77 | +### Version 0.1 |
| 78 | +- Enhance Dashboard Form: resizable and sortable lists |
| 79 | +- Add the column "total" in the list icon view |
| 80 | +- Disable menu item if no database is open |
| 81 | +- Change version numbering: x.y.z -> x.y |
| 82 | + |
| 83 | + |
| 84 | +### Version 0.0.1 |
| 85 | +- Initial version |
0 commit comments