Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions faststack/ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# ChangeLog

## [0.8.0] - 2025-11-20

### Added
- Backspace key now deletes images (in addition to Delete key). Control-Z restores.
- Photoshop integration now automatically uses RAW files when available, falling back to JPG.
- We now have some new color modes in the view menu to make the images in your monitor reflect reality. ICC profile mode works best on my system - try it if the images are over-saturated - or turn down the saturation in saturation mode. Test it out by loading an image in Faststack and Photoshop or another image viewer and make sure the colors look the same.

## [0.7.0] - 2025-11-20

### Added
Expand Down
10 changes: 7 additions & 3 deletions faststack/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# FastStack

# Version 0.7 - November 20, 2025
# Version 0.8 - November 20, 2025
# By Alan Rockefeller

Ultra-fast, caching JPG viewer designed for culling and selecting RAW files for focus stacking.
Expand All @@ -17,11 +17,12 @@ This tool is optimized for speed, using `libjpeg-turbo` for decoding, aggressive
- **Helicon Focus Integration:** Launch Helicon Focus with your selected RAW files with a single keypress (`Enter`).
- **Sidecar Metadata:** Saves flags, rejections, and stack groupings to a non-destructive `faststack.json` file.
- **Configurable:** Adjust cache sizes, prefetch behavior, and Helicon Focus path via a settings dialog and a persistent `.ini` file.
- **Photoshop Integration:** Edit current image in Photoshop (E key)
- **Photoshop Integration:** Edit current image in Photoshop (E key) - automatically uses RAW files when available
- **Clipboard Support:** Copy image path to clipboard (Ctrl+C)
- **Image Filtering:** Filter images by filename
- **Drag & Drop:** Drag images to external applications
- **Theme Support:** Toggle between light and dark themes
- **Delete & Undo:** Move images to recycle bin (Delete/Backspace) with undo support (Ctrl+Z)

## Installation & Usage

Expand All @@ -46,6 +47,9 @@ This tool is optimized for speed, using `libjpeg-turbo` for decoding, aggressive
- `Space`: Toggle Flag
- `X`: Toggle Reject
- `Enter`: Launch Helicon Focus with selected RAWs
- `E`: Edit in Photoshop
- `E`: Edit in Photoshop (uses RAW file if available)
- `Delete` / `Backspace`: Move image to recycle bin
- `Ctrl+Z`: Undo last delete
- `Ctrl+C`: Copy image path to clipboard
- `Ctrl+0`: Reset zoom and pan
- `C`: Clear all stacks
4 changes: 2 additions & 2 deletions faststack/faststack.egg-info/PKG-INFO
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Metadata-Version: 2.4
Name: faststack
Version: 0.7
Version: 0.8
Summary: Ultra-fast JPG Viewer for Focus Stacking Selection
Author-email: Alan Rockefeller <alanrockefeller@gmail.com>
Classifier: Programming Language :: Python :: 3
Expand All @@ -21,7 +21,7 @@ Dynamic: license-file

# FastStack

# Version 0.7 - November 20, 2025
# Version 0.8 - November 20, 2025
# By Alan Rockefeller

Ultra-fast, caching JPG viewer designed for culling and selecting RAW files for focus stacking.
Expand Down
Loading