Skip to content

Commit 606202d

Browse files
committed
ℹ️ New about window ...
Changes: - New about window - QuickLibrary v2.2.6 - New start menu tile color
1 parent 5fb9692 commit 606202d

File tree

53 files changed

+306
-271
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+306
-271
lines changed

.vs/quick-picture-viewer/v16/.suo

-2.5 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

docs/index.html

+4-4
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ <h4>Lightweight</h4>
7070
<div class="feature">
7171
<img src="imgs/icons/file.png" />
7272
<h4>20+ formats supported</h4>
73-
<span>Works great with GIF, SVG, WEBP, .ICO, BMP, DDS, TGA etc.</span>
73+
<span>Works great with GIF, SVG, WEBP, ICO, BMP, DDS, TGA etc.</span>
7474
</div>
7575
<div class="feature">
7676
<img src="imgs/icons/puzzle.png" />
@@ -89,8 +89,8 @@ <h2>What's new:</h2>
8989
<span class="release-date"></span><br>
9090
<div class="content release-markdown"></div>
9191
</div>
92-
<h2>Plugins:</h2>
93-
<div class="content">
92+
<h2 id="plugins">Plugins:</h2>
93+
<div = class="content">
9494
<div class="hscroll">
9595
<table>
9696
<tr>
@@ -109,7 +109,7 @@ <h2>Plugins:</h2>
109109
</div>
110110
</div>
111111
<h2>Donate:</h2>
112-
<div class="content donate" id="donate">
112+
<div id="donate" class="content donate">
113113
<a href="https://www.patreon.com/moduleart">
114114
<img src="imgs/icons/patreon.png" />
115115
<span>Patreon</span>
4.47 KB
Binary file not shown.

inno-setup/quick-picture-viewer.iss

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Quick Picture Viewer"
5-
#define MyAppVersion "2.2.4"
5+
#define MyAppVersion "2.2.5"
66
#define MyAppPublisher "Module Art"
77
#define MyAppURL "https://moduleart.github.io"
88
#define MyAppExeName "quick-picture-viewer.exe"

quick-picture-viewer/AboutForm.Designer.cs

+82-111
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)