Skip to content

Commit 3912c3c

Browse files
committed
prep for final 1.0.4 alpha
1 parent da95ee6 commit 3912c3c

4 files changed

Lines changed: 11 additions & 6 deletions

File tree

.claude/settings.local.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,12 @@
125125
"Bash(git pull:*)",
126126
"Bash(pnpm:*)",
127127
"Skill(best-practices)",
128-
"Skill(electron)"
128+
"Skill(electron)",
129+
"Bash(gh pr merge:*)",
130+
"Bash(gh pr list:*)",
131+
"Bash(gh pr checkout:*)",
132+
"Bash(git merge:*)",
133+
"Bash(git branch:*)"
129134
],
130135
"deny": [],
131136
"additionalDirectories": [

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# FlashForgeUI-Electron Development Guide
22

3-
**Last Updated:** 2026-01-24 17:53 ET (America/New_York)
3+
**Last Updated:** 2026-01-31 20:30 ET (America/New_York)
44

55
This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
66

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
![Platforms](https://img.shields.io/badge/Platforms-Win%20%7C%20macOS%20%7C%20Linux-3178c6?style=flat)
1010
![Downloads](https://img.shields.io/github/downloads/Parallel-7/FlashForgeUI-Electron/total?style=flat&color=brightgreen)
1111
![Latest](https://img.shields.io/github/downloads/Parallel-7/FlashForgeUI-Electron/latest/total?style=flat&color=blue)
12-
![Version](https://img.shields.io/badge/Version-1.0.4-brightgreen?style=flat)
12+
![Version](https://img.shields.io/badge/Version-1.0.4--alpha.3-orange?style=flat)
1313

1414
![Electron](https://img.shields.io/badge/Electron-35.7.5-47848f?style=flat&logo=electron)
1515
![TypeScript](https://img.shields.io/badge/TypeScript-5.7.2-3178c6?style=flat&logo=typescript)
@@ -28,8 +28,8 @@
2828

2929
| Resource | Description |
3030
| --- | --- |
31-
| **[Download Stable Release](https://github.com/Parallel-7/FlashForgeUI-Electron/releases/tag/v1.0.4)** | Production-ready stable build |
32-
| **[Download Alpha Release](https://github.com/Parallel-7/FlashForgeUI-Electron/releases/tag/v1.0.5-alpha.1)** | Latest features and improvements |
31+
| **[Download Stable Release](https://github.com/Parallel-7/FlashForgeUI-Electron/releases/latest)** | Production-ready stable build |
32+
| **[Download Alpha Release](https://github.com/Parallel-7/FlashForgeUI-Electron/releases/tag/v1.0.4-alpha.3)** | Latest features and improvements |
3333
| **[User Guide](https://github.com/Parallel-7/FlashForgeUI-Electron/tree/main/docs)** | Documentation and setup instructions |
3434

3535
</div>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "FlashForgeUI",
33
"productName": "FlashForgeUI",
4-
"version": "1.0.4",
4+
"version": "1.0.4-alpha.3",
55
"packageManager": "pnpm@10.23.0",
66
"description": "Monitoring and Control software for FlashForge printers",
77
"main": "out/main/index.js",

0 commit comments

Comments
 (0)