We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 464290a commit 17cf784Copy full SHA for 17cf784
CHANGELOG.md
@@ -5,7 +5,14 @@ All notable changes to PixelDiff will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
-## [1.0.0] - 2025-08-09
+## [1.0.2] - 2025-08-31
9
+
10
+### Changed
11
12
+- Fixed ASDF-related bootup crash
13
+- Maintain the view state when switching between images
14
15
+## [1.0.1] - 2025-08-09
16
17
### Added
18
src/pixel-diff/pixel-diff.asd
@@ -1,5 +1,5 @@
1
(defsystem :pixel-diff
2
- :version "1.0.0"
+ :version "1.0.2"
3
:serial t
4
:depends-on (:pixel-diff.math
:easy-macros
0 commit comments