Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| bdc4d5d063 | |||
| 1242f7309c | |||
| c203247063 | |||
| 67646da5a8 |
4
_service
4
_service
@@ -2,8 +2,8 @@
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="url">https://bitbucket.org/agriggio/art-ctlscripts.git/</param>
|
||||
<param name="exclude">.git</param>
|
||||
<param name="versionformat">1.0.1</param>
|
||||
<param name="revision">1.0.1</param>
|
||||
<param name="versionformat">1.2</param>
|
||||
<param name="revision">1.2</param>
|
||||
<param name="changesgenerate">enable</param>
|
||||
<param name="scm">git</param>
|
||||
<param name="filename">art-ctlscripts</param>
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://bitbucket.org/agriggio/art-ctlscripts.git/</param>
|
||||
<param name="changesrevision">d2639c555e37d87958f2cc615fb5610ea4436637</param></service></servicedata>
|
||||
<param name="changesrevision">cf372cff1525c61ce3bf7770809bd9877e5b3a25</param></service></servicedata>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3bbac1de153e11e09b23fd8447a132540d4b3f2cddf1d6ae8f3121357aa705d2
|
||||
size 15840
|
||||
3
art-ctlscripts-1.2.tar.xz
Normal file
3
art-ctlscripts-1.2.tar.xz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:11e69d2bfd0a0c37934f41d067395605ce92d5e988a326b31bdc0a159b14744f
|
||||
size 24660
|
||||
@@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 17 07:43:52 UTC 2025 - Paolo Stivanin <info@paolostivanin.com>
|
||||
|
||||
- Update to version 1.2:
|
||||
* _artlib: added xyz to ACES matrix
|
||||
* updated links in README
|
||||
* added mirroring to bitbucket workflow
|
||||
* updated translations
|
||||
* added simplified "color balance RGB" from darktable
|
||||
* added "magic strings" to allow UI translations
|
||||
* split toning: added balance slider
|
||||
* tetrahsl: slightly tweaked coefficients
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 21 06:47:04 UTC 2024 - info@paolostivanin.com
|
||||
|
||||
- Update to version 1.1:
|
||||
* artlib: added helper function luteval
|
||||
* added graphical equalizer by saturation
|
||||
* improved tone curve
|
||||
* added graphic luminance equalizer
|
||||
* added tone curve and graphical hue equalizer
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 28 14:25:15 UTC 2024 - info@paolostivanin.com
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package art-ctlscripts
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC and contributors
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: art-ctlscripts
|
||||
Version: 1.0.1
|
||||
Version: 1.2
|
||||
Release: 0
|
||||
Summary: Custom CTL scripts for the ART raw processor.
|
||||
License: GPL-3.0-only
|
||||
|
||||
Reference in New Issue
Block a user