Skip to content

Commit 4e21c54

Browse files
committed
v0.1.1_STABLE5
1 parent 038b374 commit 4e21c54

9 files changed

Lines changed: 314 additions & 1 deletion

.releases/0.1.1_STABLE5/assets/CHANGELOG.md

Lines changed: 301 additions & 0 deletions
Large diffs are not rendered by default.
Binary file not shown.
Binary file not shown.

.releases/0.1.1_STABLE5/assets/arenaai_0.1.1_STABLE5.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,12 @@ To ensure MultiMDReader can run on older hardware and legacy operating systems w
7878
- **Cargo Compatibility**: In Tauri v2, core WebView2 compatibility with Windows 7 is achieved natively without legacy feature flags. (The legacy `windows7-compat` flag is only required if importing the standalone `tauri-plugin-notification` crate).
7979
- **32-bit Architecture**: The repository maintains active x86 (`i686-pc-windows-msvc`) release workflows (`release-windows-x86.yml`) specifically targeting older 32-bit Windows 7 hardware.
8080

81+
### Windows 7 CI/CD Workflows (`release-windows-7.yml` & `release-windows-7-x86.yml`)
82+
- Two dedicated release workflows exist for Windows 7: one for 64-bit (`release-windows-7.yml`) and one for 32-bit (`release-windows-7-x86.yml`).
83+
- Both workflows include a `Test Windows 7 compatibility (artifact verification)` step that verifies the executable artifacts exist, confirms `tauri.conf.json` uses `embedBootstrapper`, and runs a brief smoke-test on the portable executable.
84+
- Artifact file names explicitly include the `win7` suffix (e.g., `multimdreader_*_x64-portable-win7.exe` and `MultiMDReader_*_x64-setup-win7.exe`) to distinguish them from standard releases.
85+
- **Rule**: `arenaai.md` must always be updated when CI/CD workflows are modified or new release pipelines are added.
86+
8187
### Windows XP Limitations
8288
- **WebView2 / Chromium Requirement**: MultiMDReader (and Tauri v2 in general) **cannot** support Windows XP. Tauri relies on Microsoft WebView2, which is powered by Chromium. Chromium permanently dropped support for Windows XP in 2016 (starting with Chrome 50).
8389
- **Rust Toolchain**: Modern Rust toolchains and Windows API bindings require Windows 7 as the absolute minimum target baseline. For Windows XP, a completely different legacy tech stack (such as Win32 C++ or Electron v1.4) would be required.
Binary file not shown.
Binary file not shown.

.releases/0.1.1_STABLE5/assets/link.artifacts.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,10 @@ macOS (aarch64) `https://github.com/PiBOH/multimdreader/actions/runs/285534780
1616
setup & portable `https://github.com/PiBOH/multimdreader/actions/runs/28553480013/job/84655752118`
1717

1818
### release-windows-x86.yml #9
19-
setup & portable `https://github.com/PiBOH/multimdreader/actions/runs/28553482392/job/84655760822`
19+
setup & portable `https://github.com/PiBOH/multimdreader/actions/runs/28553482392/job/84655760822`
20+
21+
### release-windows-7.yml #1
22+
setup & portable `https://github.com/PiBOH/multimdreader/actions/runs/29580195490/job/87883790180`
23+
24+
### release-windows-7-x86.yml #1
25+
setup & portable `https://github.com/PiBOH/multimdreader/actions/runs/29582259223/job/87890560305`
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)