refactor: fix&patch see changelog for 0.11.0

This commit is contained in:
Mr Finchum 2025-02-05 14:04:37 +00:00
parent cb016ae98f
commit 0d416aaf8d
15 changed files with 3266 additions and 42 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

View file

@ -0,0 +1,11 @@
[Desktop Entry]
Version=1.0
Type=Application
Name=OptimaLab35
Comment=A simple tool for editing images and managing metadata, designed for streamlined organization and EXIF adjustments.
Categories=Graphics;Photography;
Icon=net.boxyfoxy.OptimaLab35
Exec=OptimaLab35
Terminal=false

View file

@ -0,0 +1,33 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop-application">
<id>net.boxyfoxy.OptimaLab35</id>
<name>OptimaLab35</name>
<summary>A simple tool for editing images and managing metadata, designed for streamlined organization and EXIF adjustments.</summary>
<metadata_license>CC0-1.0</metadata_license>
<project_license>AGPL-3.0-only</project_license>
<version>1.0.0</version>
<release>
<version>1.0.0</version>
<date>2024-01-30</date>
</release>
<description>
<p>
OptimaLab35 is a image editing and metadata management tool, designed with analog photography in mind. It provides an intuitive way to modify and add EXIF data, making scanned film images easier to organize. With features tailored for efficient batch processing, it helps photographers maintain a structured archive while preserving key details about their images.
</p>
</description>
<launchable type="desktop-id">net.boxyfoxy.OptimaLab35.desktop</launchable>
<screenshots>
<screenshot type="default">
<image>https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/main_tab.png</image>
</screenshot>
<screenshot>
<image>https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/exif_tab.png</image>
</screenshot>
<screenshot>
<image>https://gitlab.com/CodeByMrFinchum/OptimaLab35/-/raw/main/media/preview_window.png</image>
</screenshot>
</screenshots>
</component>

View file

@ -0,0 +1,6 @@
<!DOCTYPE RCC>
<RCC version="1.0">
<qresource>
<file>app-icon.png</file>
</qresource>
</RCC>