From cce2c9cfaa5e1ebe0bb3614b8ffd0cfbaaf4e2c8 Mon Sep 17 00:00:00 2001 From: BOHA Date: Mon, 8 Jun 2026 12:48:09 +0200 Subject: [PATCH] =?UTF-8?q?chore(release):=20v2.0.6=20=E2=80=94=20bulk=20p?= =?UTF-8?q?lan=20creation?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Assign one project/category to many employees over a date range in one action. "Hromadné přiřazení" on /plan-work: employee checklist + include-weekends toggle, mirrors the single-create form. Creates range entries grouped by contiguous eligible days per employee (weekends-off → per-work-week chunks); per-day cap skips days already at 3; 92-day range cap. Reuses createEntry; summary audit + result counts. No migration. Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 0cec2ce..b2eca23 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "app-ts", - "version": "2.0.5", + "version": "2.0.6", "description": "", "main": "dist/server.js", "scripts": {