Skip to content

Commit 9a9e93b

Browse files
committed
update docs for v0.3.0
1 parent 199f679 commit 9a9e93b

File tree

2 files changed

+20
-9
lines changed

2 files changed

+20
-9
lines changed

Doc/Settings.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,9 @@
99
|Zoom at AF point|When zooming to 100% from the shrinked size, it can automatically zoom to the AotuFocus point if it exists. Otherwise, it will zoom to the cursor position.|
1010
|Cache round|Rounds to cache the previously opened images.|
1111
|Color space|Display color space for images. This won't affect the thumbnail list part which always displays in SRGB.|
12-
|Rating type|Decide which type of sidecar file should be read and write.|
1312
|Export associated|This sets the associated file rules in exporting. <br> The delimiter must be `/`<br>`$` means the raw file name without the extension(Like `DSC00032`)<br>`#` means the raw file name.(Like `DSC00032.ARW`)<br>For example:<br>`$.JPG` means also copy a file named `DSC00032.JPG`<br>`#.xmp` means also copy a file named `DSC00032.ARW.xmp`<br>`$.xmp` means also copy a file named `DSC00032.xmp`<br>Example: `$.JPG/#.xmp` <- this means it'll also copy the JPG file and the darktable generated xmp file.|
13+
|UI Scale|This can sacle the whole UI for fit some HD display environments.|
14+
|Threads|Set the thread number to use.|
1415

1516
### Render tab
1617
|Item|Description|
@@ -20,4 +21,9 @@
2021
|Highlight Threshold|This is the upper limit of the highlight clipping shader.|
2122
|One channel|When it is enabled, either red, green or blue above the highlight threshold will activate the highlight shader. When it is disabled, it requires all three channels to be above the highlight threshold.|
2223
|Default EV|The default exposure value of a parsed photo.|
23-
|Default Gamma|The default gamma value of a parsed photo.|
24+
|Default Gamma|The default gamma value of a parsed photo.|
25+
26+
### Rating tab
27+
|Rating type|Decide which type of sidecar file should be read and write.|
28+
|XMP template|The custom template is used when creating the XMP sidecar file.|
29+
|PP3 template|The custom template is used when creating the PP3 sidecar file.|

README.md

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,17 @@ A free and open source program that lets you cull, pick or rate raw photos captu
1717
* **Cross platforms.** Most major desktop platforms are natively supported. **(Windows x64 | Linux x64 | macOS Intel / Apple silicon)**
1818
* **Small size and ease of use.** The zip package is only about 30MB, no installation and no complicated setup.
1919

20-
**[🔽Download stable release](https://github.com/qdwang/QuickRawPicker/releases/latest) the latest stable binaries.**
21-
> You may need to run `xattr -dr com.apple.quarantine QuickRawPicker.app` to fix the **"file is damaged"** issue under macOS.
22-
>
23-
> Please check https://disable-gatekeeper.github.io/ for more info.
24-
>
20+
## What's new in `v0.3.X`?
21+
* The macOS build has been signed and notarized.
22+
* Add XMP/PP3 template in settings for sidecar file creation.
23+
* Add thread number in settings.
24+
* Add DCI P3 and Rec2020 colorspace.
25+
* Enable local config file. (By adding an empty `override.cfg` file in the app folder.)
26+
* LibRaw is updated to support more cameras.
2527

26-
**[🔽Download nightly release](https://github.com/qdwang/QuickRawPicker/releases/tag/nightly) the nightly binaries.**
2728

28-
![QuickRawPicker-v0 2 0-win-x64](https://user-images.githubusercontent.com/403616/134761572-d35736b2-6af8-4c4e-88da-ef39cae62566.jpg)
29+
**🔽Download [stable](https://github.com/qdwang/QuickRawPicker/releases/latest) / [nightly](https://github.com/qdwang/QuickRawPicker/releases/tag/nightly) release.**
30+
2931

3032
## Features
3133
* Compare multiple (up to 100) photos of multiple scales at the same time.
@@ -43,6 +45,9 @@ A free and open source program that lets you cull, pick or rate raw photos captu
4345

4446
## Q&A
4547
1. **Why does my RAW file show black empty content on the screen?** <br> The default renderer is based on GLES3 which may not be compatible with some legacy graphics card. <br> Try `Fn -> Settings -> Renderer Tab -> switch Renderer from GLES3 to GLES2 -> restart the QuickRawPicker` to fix the problem.
48+
2. **Why does the app show "file is damaged" in macOS?**
49+
<br>The legacy versions of QuickRawPicker are not signed. You may need to run `xattr -dr com.apple.quarantine QuickRawPicker.app` to fix the **"file is damaged"** issue for legacy versions under macOS. Please check https://disable-gatekeeper.github.io/ for more info.
50+
4651

4752
### Shortcuts
4853
**[👉 Shortcuts doc page](./Doc/Shortcuts.md)**

0 commit comments

Comments
 (0)