Skip to content

Commit 572fb9b

Browse files
authored
Merge pull request #68 from Parallel-7/docs/changelog-unreleased
docs(changelog): document unreleased work since 1.0.4-alpha.4
2 parents c57c20d + 4b27b73 commit 572fb9b

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
### Added
11+
- Job uploader now surfaces translated slicer warnings and the estimated first-layer time when previewing a sliced file (f2c8933)
12+
13+
### Changed
14+
- Upgrade Electron from 35.7.5 to 39.8.10; the four-major-version jump required no source changes (type-check, build, lint, and the full Jest suite pass unchanged) (4a9d494)
15+
- Streamline the README into a concise, table-driven overview and align the tech badges with current dependency versions (ade8cbb)
16+
17+
### Removed
18+
- Stale `security-audit-2026-02-14.md` snapshot, superseded by the Dependabot remediation (a0cce37)
19+
20+
### Security
21+
- Resolve all 67 open Dependabot alerts (23 high / 35 moderate / 9 low → 0); `pnpm audit` reports 0 vulnerabilities. Bumps Electron to 39.8.10, Vite to 7.3.x, and `ws` to 8.21.x, pins `axios` to 1.16.1, and adds/refreshes `pnpm.overrides` for `tmp`, `qs`, `ip-address`, `postcss`, `@babel/plugin-transform-modules-systemjs`, `fast-xml-parser`, `@xmldom/xmldom`, and `brace-expansion` (4a9d494)
22+
- Move the ineffective top-level `js-yaml` override into `pnpm.overrides` so the 4.1.1 pin actually applies, and drop the now-redundant `fast-xml-builder` and `follow-redirects` overrides (their parents already resolve patched versions) (9420edd, cb979aa)
23+
1024
## [1.0.4-alpha.4] - 2026-03-21
1125

1226
### Added

0 commit comments

Comments
 (0)