Skip to content

Commit 0a7b501

Browse files
committed
Version 5.00 published
1 parent 127d9b0 commit 0a7b501

313 files changed

Lines changed: 9836 additions & 3383 deletions

File tree

Some content is hidden

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

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<p>Project maintained by <a href="{{ site.github.owner_url }}">{{ site.github.owner_name }}</a></p>
55
{% endif %}
66
<p>
7-
<a>&copy; Norbert Wagner 2024-2025</a><br>
7+
<a>&copy; Norbert Wagner 2024-2026</a><br>
88
<a>Hosted on GitHub Pages</a><br>
99
<a>{{ snippets.sitecreated[page.language] }}</a><br>
1010
<a href="https://github.com/pages-themes/leap-day">pages-theme leap-day</a><br>

_posts/de/2026-04-26-V5.00.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: post
3+
title: "2026-04-26: Version 5.00 verfügbar"
4+
date: 2026-04-26
5+
language: de
6+
language_reference: 2026-04-26
7+
published: true
8+
---
9+
{% assign version = "5.00" %}
10+
11+
## {{ page.title }}
12+
13+
Die Version {{ version }} von QuickImageComment ist jetzt verfügbar.
14+
15+
### Erweiterungen und Verbesserungen:
16+
17+
* Metadaten können zusätzlich über ExifTool gelesen und geschrieben werden. Gegenüber exiv2 (der Komponente, die bisher alleinig für Lesen und Schreiben von Metadaten verwendet wurde) kann ExifTool auch in einige Video-Formate schreiben und unterstützt mehr Felder. Das Ändern von Aufnahmedatum und -zeit ist auch für Videos möglich, das Entfernen von Metadaten wird für Videos jedoch noch nicht unterstützt.
18+
* Im zentralen Eingabebereich der Hauptmaske wird über Quickinfo angezeigt, in welche Felder Künstler (Autor) und Kommentar gespeichert werden. Dies ersetzt die alte Logik, bei der der Feldname als Beschriftung genutzt wurde.
19+
* Optional können Änderungen von Metadaten - auch außerhalb von QuickImageComment - protokolliert werden.
20+
* Start externer Programme über URI (z.B. Microsoft Photos)
21+
* Erkennung der Änderungen von Dateien außerhalb von QuickImageComment und entsprechende Aktualisierung in QuickImageComment ist nun zuverlässiger, allerdings wird mit diesem neuen Ansatz die Ordnerliste nicht mehr aktualisiert, sondern nur die Liste der angezeigten Bilder/Videos.
22+
* Nur für die .Net 4.6.1-Varianten: Neue Version 0.28.7 der exiv2-Bibliothek integriert: weitere Kameramodell- und Objektiv-IDs hinzugefügt und kleinere Bugs behoben.
23+
* Nur für die .Net 4.6.1-Varianten: Einige Tags speichern das Datum in Sekunden seit dem 01.01.1904: Diese werden nun im Datumsformat angezeigt.
24+
* Neuer allgemeiner Parameter: Beim Anlegen neuer Definitionen in Maske "Felddefinitionen" wird vollständiger Tag-Name als Name der Definition verwendet. Falls nicht auf "yes" gesetzt, wird wie bisher der letzte beschreibende Teil des Tag-Namens verwendet.
25+
* In der Maske "Einstellungen" kann nun auch Iptc.Application2.Byline für das Speichern von Künstler (Autor) ausgewählt werden.
26+
27+
### Folgende Fehler wurden behoben:
28+
29+
* Reiter Exif/IPTC/XMP/Sonstige: Das Ein- und Ausblenden der Eigenschaften einer Gruppe funktionierte nicht.
30+
31+
### Hinweise:
32+
* Die Version 5.00 bietet neue Konfigurationsmöglichkeiten. Je nach Nutzung dieser Möglichkeiten empfiehlt es sich, die vorhandenen Benutzereinstellungen zu prüfen und ggfs. zu ändern. Details hierzu in der Hilfe unter Kapitel 2.3 Upgrades.
33+
* Die Benutzeranleitung enthält nun im Kapitel "Metadata Working Group (MWG)" einen Verweis auf die "Guidelines for handling image metadata". Basierend auf diesen Guidelines sind Empfehlungen für die Konfiguration dieses Programmes ergänzt worden.
34+
35+
### Download
36+
37+
[Program 64-Bit - .Net 4.6.1 oder höher](https://github.com/QuickImageComment/QuickImageComment/releases/download/v{{ version }}/
38+
QIC-64Bit-{{ version }}.zip)<br>
39+
[Program 32-Bit - .Net 4.6.1 oder höher](https://github.com/QuickImageComment/QuickImageComment/releases/download/v{{ version }}/
40+
QIC-32Bit-{{ version }}.zip)<br>
41+
[Program 32-Bit für Windows XP mit .Net 4.0](https://github.com/QuickImageComment/QuickImageComment/releases/download/v{{ version }}/
42+
QIC-Net4WinXP-{{ version }}.zip)<br>
43+
[Benutzeranleitung](https://github.com/QuickImageComment/QuickImageComment/releases/download/v{{ version }}/QIC_Benutzeranleitung-{{ version }}.pdf)

_posts/en/2026-04-26-V5.00.md

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
layout: post
3+
title: "2026-04-26: Version 5.00 available"
4+
date: 2026-04-26
5+
language: en
6+
language_reference: 2026-04-26
7+
published: true
8+
---
9+
{% assign version = "5.00" %}
10+
11+
## {{ page.title }}
12+
13+
The Version {{ version }} of QuickImageComment ist now available.
14+
15+
### Enhancements and improvements:
16+
17+
* Metadata can also be read and written via ExifTool. Compared to exiv2 (the component that was previously only used for reading and writing metadata), ExifTool can also write to some video formats and supports more fields. Changing recording date and time is possible also for videos, but removing meta data is not yet supported for videos.
18+
* In the central input area of the main screen, ToolTip displays the fields in which Artist (author) and comment are saved. This replaces the old logic where the label was used to show the field name.
19+
* Optionally, changes to metadata can be logged - even changes outside QuickImageComment.
20+
* Start of external programs via URI (e.g. Microsoft Photos)
21+
* Detection of changes to files outside QuickImageComment and corresponding updates in QuickImageComment is now more reliable, however, with this new approach, the folder list is no longer updated, only the list of displayed images/videos.
22+
* Only for the .Net 4.6.1 variants: New version 0.28.7 of the exiv2 library integrated: more camera model and lens IDs added and minor bugs fixed.
23+
* Only for the .Net 4.6.1 variants: Some tags store date in seconds since 1904-01-01: they are now shown in date format.
24+
* New general parameter: When creating new definitions in the "Field Definitions" mask, the complete tag name is used as the name of the definition. If not set to "yes," the last descriptive part of the tag name will be used as before.
25+
* In the "Settings" dialog, you can now also select Iptc.Application2.Byline for saving artist (author) information.
26+
27+
### The following error has been fixed:
28+
29+
* Exif/IPTC/XMP/Other tab: Showing and hiding the properties of a group did not work.
30+
31+
### Notes:
32+
* Version 5.00 offers new configuration options. Depending on how you use these options, it is advisable to check your existing user settings and change them if necessary. For details, see the Help section under Chapter 2.3 Upgrades.
33+
* The user manual now includes a reference to the "Guidelines for handling image metadata" in the "Metadata Working Group (MWG)" chapter. Recommendations for configuring this program have been added based on these guidelines.
34+
35+
### Download
36+
37+
[Program 64-Bit - .Net 4.6.1 or higher](https://github.com/QuickImageComment/QuickImageComment/releases/download/v{{ version }}/
38+
QIC-64Bit-{{ version }}.zip)<br>
39+
[Program 32-Bit - .Net 4.6.1 or higher](https://github.com/QuickImageComment/QuickImageComment/releases/download/v{{ version }}/
40+
QIC-32Bit-{{ version }}.zip)<br>
41+
[Program 32-Bit for Windows XP with .Net 4.0](https://github.com/QuickImageComment/QuickImageComment/releases/download/v{{ version }}/
42+
QIC-Net4WinXP-{{ version }}.zip)<br>
43+
[User Manual](https://github.com/QuickImageComment/QuickImageComment/releases/download/v{{ version }}/QIC_User_Manual-{{ version }}.pdf)

0 commit comments

Comments
 (0)