You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-2Lines changed: 8 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,18 @@
1
1
# Changelog
2
2
3
-
## v1.1.2
3
+
## v1.1.4
4
+
- Fixed GitHub Actions release job: Added checkout step with full history to enable automatic release note generation.
5
+
6
+
## v1.1.3
4
7
- Simplified GitHub Actions workflow to provide single macOS and Windows binaries.
5
8
- Removed architecture-specific build flags for the runner itself (as it is platform-independent), relying on the app's internal logic to handle Docker container architectures.
6
9
7
-
## v1.1.1
10
+
## v1.1.2
8
11
- Fixed GitHub Actions workflow: Updated retired macOS Intel runner from `macos-13` to `macos-15`.
9
12
13
+
## v1.1.1
14
+
- Internal CI/CD adjustments and dependency fixes.
15
+
10
16
## v1.1.0
11
17
- Added system dependency checker for Docker, Apptainer/Singularity, and DataLad.
12
18
- New standalone `check_system_deps.py` script for command-line validation.
0 commit comments