Skip to content

Commit 98a03cb

Browse files
committed
feat: 🎉 Update package version to 1.4.3 in changelog, README, and installation docs
1 parent d13e5ae commit 98a03cb

4 files changed

Lines changed: 18 additions & 93 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
3232
- macOS traffic-light / `hiddenInset` title bar; proper dock behaviour
3333
- Dev mode loads the Vite dev server (`http://localhost:8080`) automatically
3434
- **📦 Linux Binary Releases:** Pre-built Linux packages published to Cloudflare R2
35-
- **Debian / Ubuntu / Mint (`.deb`):** [Promptzy-1.4.1-amd64.deb](https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.1-amd64.deb)
36-
- **Universal Linux (`.AppImage`):** [Promptzy-1.4.1.AppImage](https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.1.AppImage)
35+
- **Debian / Ubuntu / Mint (`.deb`):** [Promptzy-1.4.3-amd64.deb](https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.3-amd64.deb)
36+
- **Universal Linux (`.AppImage`):** [Promptzy-1.4.3.AppImage](https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.3.AppImage)
3737
- **🐳 Docker Support:** Multi-stage Docker build for self-hosted deployments
3838
- Stage 1 — Node 20 Alpine compiles the Vite SPA with optional `VITE_*` build args for baking in credentials
3939
- Stage 2 — Nginx 1.27 Alpine serves static assets; SPA-aware `try_files` routing, security headers, gzip compression, and smart cache policies (immutable for hashed assets, no-cache for HTML)

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -126,22 +126,22 @@ Download the native desktop app for Linux — no browser required.
126126

127127
| Package | Format | Download |
128128
| ---------------------- | ----------- | -------------------------------------------------------------------------------------------------------- |
129-
| Debian / Ubuntu / Mint | `.deb` | [Promptzy-1.4.1-amd64.deb](https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.1-amd64.deb) |
130-
| Universal Linux | `.AppImage` | [Promptzy-1.4.1.AppImage](https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.1.AppImage) |
129+
| Debian / Ubuntu / Mint | `.deb` | [Promptzy-1.4.3-amd64.deb](https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.3-amd64.deb) |
130+
| Universal Linux | `.AppImage` | [Promptzy-1.4.3.AppImage](https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.3.AppImage) |
131131

132132
**Install the `.deb` package:**
133133

134134
```bash
135-
wget https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.1-amd64.deb
136-
sudo dpkg -i Promptzy-1.4.1-amd64.deb
135+
wget https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.3-amd64.deb
136+
sudo dpkg -i Promptzy-1.4.3-amd64.deb
137137
```
138138

139139
**Run the `.AppImage` (no install needed):**
140140

141141
```bash
142-
wget https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.1.AppImage
143-
chmod +x Promptzy-1.4.1.AppImage
144-
./Promptzy-1.4.1.AppImage
142+
wget https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.3.AppImage
143+
chmod +x Promptzy-1.4.3.AppImage
144+
./Promptzy-1.4.3.AppImage
145145
```
146146

147147
### 🐳 Docker

package-lock.json

Lines changed: 2 additions & 77 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

website/src/content/docs/getting-started.mdx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -142,24 +142,24 @@ Native Electron app for Linux — no browser required.
142142

143143
| Package | Format | Download |
144144
| ---------------------- | ----------- | -------------------------------------------------------------------------------------------------------- |
145-
| Debian / Ubuntu / Mint | `.deb` | [Promptzy-1.4.1-amd64.deb](https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.1-amd64.deb) |
146-
| Universal Linux | `.AppImage` | [Promptzy-1.4.1.AppImage](https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.1.AppImage) |
145+
| Debian / Ubuntu / Mint | `.deb` | [Promptzy-1.4.3-amd64.deb](https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.3-amd64.deb) |
146+
| Universal Linux | `.AppImage` | [Promptzy-1.4.3.AppImage](https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.3.AppImage) |
147147

148148
<Tabs>
149149
<TabItem label=".deb (Ubuntu / Debian)">
150150
```bash
151-
wget https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.1-amd64.deb
152-
sudo dpkg -i Promptzy-1.4.1-amd64.deb
151+
wget https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.3-amd64.deb
152+
sudo dpkg -i Promptzy-1.4.3-amd64.deb
153153
```
154154

155155
Launch **Promptzy** from your application menu or run `promptzy` in the terminal.
156156

157157
</TabItem>
158158
<TabItem label=".AppImage (Universal)">
159159
```bash
160-
wget https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.1.AppImage
161-
chmod +x Promptzy-1.4.1.AppImage
162-
./Promptzy-1.4.1.AppImage
160+
wget https://pub-699cccf9e73e444da2db8cbfb168ab3a.r2.dev/Promptzy-1.4.3.AppImage
161+
chmod +x Promptzy-1.4.3.AppImage
162+
./Promptzy-1.4.3.AppImage
163163
```
164164

165165
No installation needed — the AppImage runs anywhere.

0 commit comments

Comments
 (0)