|
| 1 | +# UniCreate - Patch Notes v1.0.6 |
| 2 | + |
| 3 | +Date: 2026-03-01 |
| 4 | +Release tag: `v1.0.6` |
| 5 | +Repository: `drrakendu78/UniCreate` |
| 6 | + |
| 7 | +## Highlights |
| 8 | + |
| 9 | +- Sticky navigation buttons — Back/Continue buttons now stay visible at the bottom of the screen while scrolling through long pages. |
| 10 | + |
| 11 | +## Changes |
| 12 | + |
| 13 | +### 1) Sticky navigation bar (QoL) |
| 14 | +- Navigation buttons (Back / Continue / Submit) are now **sticky at the bottom** of the viewport on all step pages. |
| 15 | +- When content is longer than the screen, buttons remain always accessible without scrolling down. |
| 16 | +- Frosted glass effect (`backdrop-blur-sm`) for a clean, modern look. |
| 17 | +- Full-width bar extends edge-to-edge (`-mx-6 px-6`) within the content container. |
| 18 | + |
| 19 | +Impacted files: |
| 20 | +- `src/pages/StepInstaller.tsx` |
| 21 | +- `src/pages/StepMetadata.tsx` |
| 22 | +- `src/pages/StepReview.tsx` |
| 23 | +- `src/pages/StepSubmit.tsx` |
| 24 | + |
| 25 | +### 2) Version bump |
| 26 | +- App version updated to `1.0.6`. |
| 27 | + |
| 28 | +Impacted files: |
| 29 | +- `package.json` |
| 30 | +- `src-tauri/Cargo.toml` |
| 31 | +- `src-tauri/Cargo.lock` |
| 32 | +- `src-tauri/tauri.conf.json` |
| 33 | + |
| 34 | +## Build artifacts and SHA256 checksums |
| 35 | + |
| 36 | +Checksums below match binaries produced by `npm run tauri build`. |
| 37 | + |
| 38 | +| File | Size (bytes) | SHA256 | |
| 39 | +|---|---:|---| |
| 40 | +| `UniCreate_1.0.6_x64-setup.exe` | 16,550,837 | `3f2a47f374eab53ecbedcddf9e4f9f1d0c0f20b00bc3255b77f268d48dc390b9` | |
| 41 | +| `UniCreate_1.0.6_x64_en-US.msi` | 19,931,136 | `9eda94a33deb8379a9c916cc060aa2cf54e710fcade75448f7d0a054e06f075b` | |
| 42 | +| `UniCreate_1.0.6_x64_portable.exe` | 25,069,056 | `203f40501b446e2ce386cb48954ad9fb27db7c9e5c986b2922224264a3bbd81f` | |
0 commit comments