Skip to content

Tags: darkroomengineering/specto

Tags

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was signed with the committer’s verified signature.
arzafran Franco Arza
chore: bump version to 1.2.5

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was signed with the committer’s verified signature.
arzafran Franco Arza
fix(security): comprehensive security hardening

- Add CSP to Tauri desktop app
- Restrict CORS to allowed origins on API routes
- Add security headers to Next.js (HSTS, X-Frame-Options, etc.)
- Add webhook secret validation to prevent bypass
- Scope Tauri filesystem permissions to $APPDATA
- Add JSON.parse validation to prevent corrupted data issues
- Remove PII from server logs
- Update esbuild to fix moderate vulnerability

v1.1.12

Toggle v1.1.12's commit message

Verified

This commit was signed with the committer’s verified signature.
arzafran Franco Arza
chore: bump version to 1.1.12

v1.1.11

Toggle v1.1.11's commit message

Verified

This commit was signed with the committer’s verified signature.
arzafran Franco Arza
chore: bump version to 1.1.11

v1.1.10

Toggle v1.1.10's commit message

Verified

This commit was signed with the committer’s verified signature.
arzafran Franco Arza
fix: scale icon to match dock icon sizes

v1.1.9

Toggle v1.1.9's commit message

Verified

This commit was signed with the committer’s verified signature.
arzafran Franco Arza
fix: use website favicon directly as app icon (RGBA)

v1.1.8

Toggle v1.1.8's commit message

Verified

This commit was signed with the committer’s verified signature.
arzafran Franco Arza
fix: use website favicon for app icon (macOS Tahoe)

- Source icons from web app icon.png
- Fill canvas with dark background for proper masking
- Remove SVG generation, use PNG source

v1.1.7

Toggle v1.1.7's commit message

Verified

This commit was signed with the committer’s verified signature.
arzafran Franco Arza
fix: redesign app icon following Apple HIG

- Icon now fills entire canvas, macOS applies squircle mask
- Changed from S letter to sparkle/star design
- Regenerated all PNG, ICO, and ICNS files
- Improved settings page Y-axis spacing

v1.1.5

Toggle v1.1.5's commit message

Verified

This commit was signed with the committer’s verified signature.
arzafran Franco Arza
fix: workflow gh commands need repo context, flexible asset patterns

- Use GH_REPO env var and absolute paths
- Asset patterns now match both old and new naming
- Bump to v1.1.5

v1.1.2

Toggle v1.1.2's commit message

Verified

This commit was signed with the committer’s verified signature.
arzafran Franco Arza
chore: white-label by removing Darkroom branding