Skip to content

Commit 811b058

Browse files
authored
Merge branch 'master' into random-fixes-2
2 parents 9cb8d3d + 3896445 commit 811b058

File tree

2 files changed

+41
-0
lines changed

2 files changed

+41
-0
lines changed

docs/CHANGES.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
Release 1.1.0 (August 11 2025) -- compared to 1.0.0
2+
--------------------------------------------------------
3+
- *feat*: Implement custom matrix mode [#109](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/109)
4+
- *fix*: Incorrect XYZ to ACES matrix [#108](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/108)
5+
- *fix*: Build issues with libraw 0.20.0 [#120](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/120), [#127](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/127)
6+
- *fix*: Remove hardcoded path [#133](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/133)
7+
- *fix*: Fix math error in matrix multiplication [#135](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/135)
8+
- *admin*: The codebase has been re-licenced to the Apache licence v2.0 [#147](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/147)
9+
- *admin*: The data files have been split into a separate repository [#149](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/149), [#113](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/113)
10+
- *admin*: Switch from AMPAS_DATA_PATH to RAWTOACES_DATA_PATH environment variable [#156](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/156)
11+
- *docs*: various changes to README.md [#107](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/107), [#110](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/110), [#119](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/119), [#145](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/145), [#148](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/148), [#152](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/152)
12+
- *ci*: various changes and fixes to the CI runners [#129](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/129), [#130](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/130), [#132](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/132), [#140](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/140), [#146](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/146)
13+
- *build*: Add docker container [#118](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/118), [#131](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/131), [#142](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/142)
14+
- *build*: various changes and fixes to the cmake scripts [#96](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/96), [#128](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/128), [#151](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/151), [#153](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/153), [#154](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/154), [#158](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/158)
15+
- *build*: clang-format [#126](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/126)
16+
- *build*: headers cleanup [#134](https://github.com/AcademySoftwareFoundation/rawtoaces/pull/134)
17+
18+
Release 1.0.0 (November 7 2017)
19+
--------------------------------------------------------
20+
- Initial release of rawtoaces

docs/CREDITS.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
This is a list of all the contributors to rawtoaces, sorted alphabetically
2+
by first name.
3+
4+
- Aleksandr Motsjonov (@soswow)
5+
- Alexander Forsythe (@aforsythe)
6+
- Anton Dukhovnikov (@antond-weta)
7+
- Jean-Francois Panisset (@jfpanisset)
8+
- Joel Brun (@joelBrun)
9+
- Jonathan Chang (@jonchang)
10+
- Johathon Irons (@agentirons)
11+
- Kimball Thurston (@kdt3rd)
12+
- Miaoqi Zhu (@miaoqi)
13+
- Mikael Sundell (@mikaelsundell)
14+
- Reto (@retokromer)
15+
- Scott Dyer (@scottdyer)
16+
- Sean Cooper (@scoopxyz)
17+
- Shiva Patre (@spatre)
18+
- Thomas Mansencal (@KelSolaar)
19+
- @andyp6
20+
- @kisakata
21+
- @splidje

0 commit comments

Comments
 (0)