Skip to content

Commit 6cdbbda

Browse files
committed
Documentation update
1 parent 0984d56 commit 6cdbbda

File tree

6 files changed

+92
-63
lines changed

6 files changed

+92
-63
lines changed

CustomIconDashboarder.csproj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@
146146
<None Include="cleanBinaries.cmd" />
147147
<None Include="createPlgx.cmd" />
148148
<None Include="LICENSE.txt" />
149-
<None Include="README.txt" />
149+
<None Include="README.md" />
150150
<None Include="versionInfo.txt" />
151151
</ItemGroup>
152152
<ItemGroup>
@@ -162,5 +162,10 @@
162162
<Name>LomsonLib</Name>
163163
</ProjectReference>
164164
</ItemGroup>
165+
<ItemGroup />
166+
<ItemGroup>
167+
<Content Include="docs\images\screenshot-dashboard-1.png" />
168+
<Content Include="docs\images\screenshot-menuitem.png" />
169+
</ItemGroup>
165170
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
166171
</Project>

CustomIconDashboarderExt.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public sealed class CustomIconDashboarderPluginExt : Plugin, IDisposable
3737

3838
public override string UpdateUrl
3939
{
40-
get { return "https://raw.githubusercontent.com/incognito1234/Keepass-Custom-Icon-Dashboarder/master/versionInfo.txt"; }
40+
get { return "https://raw.githubusercontent.com/incognito1234/KeePass-Custom-Icon-Dashboarder/master/versionInfo.txt"; }
4141
}
4242

4343

README.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
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+
![screenshot-menuitem](docs/images/screenshot-menuitem.png)
40+
41+
Custom icon Dashboard (downloading in progress)
42+
43+
![screenshot-dashboard](docs/images/screenshot-dashboard-1.png)
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

README.txt

Lines changed: 0 additions & 61 deletions
This file was deleted.
291 KB
Loading

docs/images/screenshot-menuitem.png

28.4 KB
Loading

0 commit comments

Comments
 (0)