mirror of
https://github.com/snapotter-hq/SnapOtter.git
synced 2026-08-03 07:46:42 +02:00
# [2.1.0](https://github.com/snapotter-hq/snapotter/compare/v2.0.0...v2.1.0) (2026-07-10) ### Bug Fixes * **demo:** boot to dashboard, sample-data notice, robust mobile editor icon ([#464](https://github.com/snapotter-hq/snapotter/issues/464)) ([a94b69b](https://github.com/snapotter-hq/snapotter/commit/a94b69b14f783c07abfe757e21314f580fbda556)) * **demo:** point banner "Self-host SnapOtter" link at the docs guide ([#466](https://github.com/snapotter-hq/snapotter/issues/466)) ([463ccff](https://github.com/snapotter-hq/snapotter/commit/463ccff5cb91c4b2d0f2c7309ea77789544ad2c3)) * **demo:** populate admin data, fix settings crash and mobile editor icon ([#463](https://github.com/snapotter-hq/snapotter/issues/463)) ([7329bc6](https://github.com/snapotter-hq/snapotter/commit/7329bc6a1334b925cf95384d6ddc172f04a86610)) * error-only Sentry telemetry, storm-proof capture, and crash fixes ([#476](https://github.com/snapotter-hq/snapotter/issues/476)) ([ae6a4c8](https://github.com/snapotter-hq/snapotter/commit/ae6a4c8b7c9275ccd8930251d429181568f83453)) * **landing:** clarify OIDC is free, SAML is enterprise on pricing ([#461](https://github.com/snapotter-hq/snapotter/issues/461)) ([c2c9a9e](https://github.com/snapotter-hq/snapotter/commit/c2c9a9ed9bea9c66efec84b9e0b9b2ebbf863073)) * **landing:** fix top nav overflow and text overlap ([#473](https://github.com/snapotter-hq/snapotter/issues/473)) ([ffeacd4](https://github.com/snapotter-hq/snapotter/commit/ffeacd4b3c7b5858d9048c2521569256e3569490)) * **landing:** green the landing e2e suite ([#470](https://github.com/snapotter-hq/snapotter/issues/470)) ([10ae6d1](https://github.com/snapotter-hq/snapotter/commit/10ae6d1d3d6ce8a527937bfa31e76ba392bc09e0)) * **landing:** highlight Open Source as Most Popular tier ([#462](https://github.com/snapotter-hq/snapotter/issues/462)) ([e468cef](https://github.com/snapotter-hq/snapotter/commit/e468cef6c0e28b4736dee32d2cf8c2ab1968a59c)) * **landing:** reposition residual meta framing and demote homepage tool count ([#471](https://github.com/snapotter-hq/snapotter/issues/471)) ([958c3e8](https://github.com/snapotter-hq/snapotter/commit/958c3e8513eb3a4c3be7488894981fc8794b1c5f)) * reliable, self-healing AI feature-bundle installs ([#472](https://github.com/snapotter-hq/snapotter/issues/472)) ([a731c3d](https://github.com/snapotter-hq/snapotter/commit/a731c3d1fe8303296e90cd138a01e903df871bb7)) * restyle sponsor button ([37a3cfc](https://github.com/snapotter-hq/snapotter/commit/37a3cfc84477c10831f9ae61f183f4ab4ef45d50)) * reword sponsor button to "Support us" ([#468](https://github.com/snapotter-hq/snapotter/issues/468)) ([331e3bf](https://github.com/snapotter-hq/snapotter/commit/331e3bfde04035151612275d9ae269909fed87a8)) * update python protobuf dependency ([780624e](https://github.com/snapotter-hq/snapotter/commit/780624e168cfda5abf3b2501455fe62674550fcf)) ### Features * **demo:** populate the Files library with sample files ([#465](https://github.com/snapotter-hq/snapotter/issues/465)) ([a6e8f75](https://github.com/snapotter-hq/snapotter/commit/a6e8f75074e38b8e5d856311d4423e8a936ae690)) * **landing:** add dismissible 2.0 launch banner ([ea7a671](https://github.com/snapotter-hq/snapotter/commit/ea7a671ccf29bcbab7a94c28efcbf6e1b9506b34)) * **landing:** add Product dropdown to nav ([#475](https://github.com/snapotter-hq/snapotter/issues/475)) ([3d1744a](https://github.com/snapotter-hq/snapotter/commit/3d1744aec84049f1f296f1cce8f6fb726cf7f835)) * **landing:** restore Developers nav link, swap out Features anchor ([#474](https://github.com/snapotter-hq/snapotter/issues/474)) ([a08afbc](https://github.com/snapotter-hq/snapotter/commit/a08afbc80afefb11cbc13e629d31225a6dceda2f)) * reposition to self-hosted file-processing infrastructure ([#469](https://github.com/snapotter-hq/snapotter/issues/469)) ([af011d5](https://github.com/snapotter-hq/snapotter/commit/af011d55381f8b57797984b1c5b2ca974a033d1c))
129 lines
4.3 KiB
JSON
129 lines
4.3 KiB
JSON
{
|
|
"name": "snapotter",
|
|
"version": "2.1.0",
|
|
"private": true,
|
|
"description": "Self-hosted file processing suite with 200+ tools across image, video, audio, PDF, and files, plus local AI. Runs as a Docker Compose stack with Postgres and Redis.",
|
|
"homepage": "https://snapotter.com",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/snapotter-hq/snapotter.git"
|
|
},
|
|
"keywords": [
|
|
"file-processing",
|
|
"image-processing",
|
|
"video-processing",
|
|
"audio-processing",
|
|
"pdf-tools",
|
|
"document-conversion",
|
|
"file-tools",
|
|
"self-hosted",
|
|
"docker",
|
|
"ai",
|
|
"background-removal",
|
|
"ocr",
|
|
"transcription",
|
|
"open-source"
|
|
],
|
|
"packageManager": "pnpm@9.15.4",
|
|
"scripts": {
|
|
"dev": "turbo dev & (cd .local-wiki && npm run docs:dev) &",
|
|
"wiki:dev": "cd .local-wiki && npm run docs:dev",
|
|
"docs:dev": "pnpm --filter @snapotter/docs docs:dev",
|
|
"build": "turbo build",
|
|
"lint": "turbo lint",
|
|
"lint:fix": "biome check --write .",
|
|
"clean": "turbo clean",
|
|
"typecheck": "turbo typecheck",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:unit": "vitest run --config vitest.config.ts tests/unit",
|
|
"test:integration": "vitest run --config vitest.config.ts tests/integration",
|
|
"test:coverage": "vitest run --coverage",
|
|
"test:ci": "vitest run --coverage --reporter=verbose",
|
|
"test:all": "vitest run --coverage && playwright test",
|
|
"test:e2e": "playwright test --project=chromium && playwright test --project=chromium-serial --workers=1 && playwright test --project=chromium-visual",
|
|
"test:e2e:ui": "playwright test --ui",
|
|
"test:e2e:landing": "playwright test --config playwright.landing.config.ts",
|
|
"test:e2e:docs": "playwright test --config playwright.docs.config.ts",
|
|
"test:e2e:analytics": "playwright test --config playwright.analytics-local.config.ts",
|
|
"test:docker": "docker compose -f docker/docker-compose.test.yml up --build --abort-on-container-exit",
|
|
"check:license-boundary": "node scripts/check-license-boundary.mjs",
|
|
"version:sync": "./scripts/sync-version.sh",
|
|
"release": "semantic-release",
|
|
"release:dry": "semantic-release --dry-run",
|
|
"prepare": "husky"
|
|
},
|
|
"lint-staged": {
|
|
"*.{ts,tsx,js,jsx,json}": [
|
|
"biome check --write --no-errors-on-unmatched"
|
|
]
|
|
},
|
|
"devDependencies": {
|
|
"@axe-core/playwright": "^4.12.1",
|
|
"@biomejs/biome": "^2.5.2",
|
|
"@fast-check/vitest": "^0.4.1",
|
|
"@playwright/test": "^1.61.1",
|
|
"@semantic-release/changelog": "^6.0.3",
|
|
"@semantic-release/commit-analyzer": "^13.0.1",
|
|
"@semantic-release/exec": "^7.1.0",
|
|
"@semantic-release/git": "^10.0.1",
|
|
"@semantic-release/github": "^12.0.9",
|
|
"@semantic-release/npm": "^13.1.5",
|
|
"@semantic-release/release-notes-generator": "^14.1.1",
|
|
"@testcontainers/postgresql": "^12.0.4",
|
|
"@testcontainers/redis": "^12.0.4",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/react": "^16.3.2",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/adm-zip": "^0.5.8",
|
|
"@vitest/coverage-v8": "^3.2.6",
|
|
"adm-zip": "^0.5.18",
|
|
"fast-check": "^4.8.0",
|
|
"husky": "^9.1.7",
|
|
"jsdom": "^29.1.1",
|
|
"lint-staged": "^16.4.0",
|
|
"semantic-release": "^25.0.5",
|
|
"turbo": "^2.10.3",
|
|
"typescript": "^5.7.0",
|
|
"vitest": "^3.2.6",
|
|
"zod-fast-check": "^0.10.1"
|
|
},
|
|
"license": "AGPL-3.0",
|
|
"pnpm": {
|
|
"overrides": {
|
|
"fast-uri": ">=3.1.2",
|
|
"handlebars": ">=4.7.9",
|
|
"glob": ">=10.5.0",
|
|
"minimatch": ">=9.0.6",
|
|
"picomatch": ">=4.0.4",
|
|
"tar": ">=7.5.11",
|
|
"lodash": ">=4.18.0",
|
|
"lodash-es": ">=4.18.0",
|
|
"brace-expansion>minimatch": "^2.0.2",
|
|
"phin": ">=3.7.1",
|
|
"follow-redirects": ">=1.16.0",
|
|
"protobufjs": ">=7.5.6",
|
|
"@protobufjs/utf8": ">=1.1.1",
|
|
"postcss": ">=8.5.10",
|
|
"vite": ">=6.4.2",
|
|
"esbuild": ">=0.28.1",
|
|
"@babel/core": ">=7.29.6",
|
|
"@opentelemetry/core": ">=2.8.0",
|
|
"js-yaml": "^4.2.0",
|
|
"qs": ">=6.15.2",
|
|
"uuid": ">=11.1.1",
|
|
"yaml": ">=2.8.3",
|
|
"dompurify": ">=3.4.11",
|
|
"nanoid@4": ">=5.0.9"
|
|
},
|
|
"patchedDependencies": {
|
|
"gray-matter@4.0.3": "patches/gray-matter@4.0.3.patch"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2"
|
|
}
|
|
}
|