-
released this
2025-11-13 09:45:06 -05:00 | 271 commits to main since this release📅 Originally published on GitHub: Thu, 13 Nov 2025 14:45:13 GMT
🏷️ Git tag created: Thu, 13 Nov 2025 14:45:06 GMTChanges
🚀 Features
- feat: Add multi-repository support (#318) by @michelroegl-brunner
Downloads
-
released this
2025-11-13 07:56:30 -05:00 | 279 commits to main since this release📅 Originally published on GitHub: Thu, 13 Nov 2025 12:56:37 GMT
🏷️ Git tag created: Thu, 13 Nov 2025 12:56:30 GMTChanges
🐛 Bug Fixes
- Fix script slug matching to prevent false positives (#316) by @michelroegl-brunner
- fix: support IPv6 link-local addresses with zone identifiers (#304) by @michelroegl-brunner
- fix: Add 'Delete only from DB' option for duplicate detected scripts (#303) by @michelroegl-brunner
Dependencies
- build(deps-dev): Bump jsdom from 27.0.1 to 27.1.0 (#305) by @dependabot[bot]
- build(deps-dev): Bump tailwindcss from 4.1.16 to 4.1.17 (#309) by @dependabot[bot]
- Bump tools.func - includes refactor: deb822 | new functions: setup_mariadb_db, setup_postgresql_db | fixes: setup_uv output, setup_rust (update-handling), setup_java (output bugfix) (#315) by @MickLesk
- core.func: push changes from upstream (#314) by @MickLesk
Downloads
-
released this
2025-11-10 08:03:04 -05:00 | 295 commits to main since this release📅 Originally published on GitHub: Mon, 10 Nov 2025 13:03:11 GMT
🏷️ Git tag created: Mon, 10 Nov 2025 13:03:04 GMTImportant Note:
There was a bug in the update.sh script, wich excluded all files in scripts/core (the backend scripts) to be updated. The new update.sh file is pressent after this update, but it was not used during this update proccess. So please to update all backend scripts do the following:
Enter your lxc shell Update the VERSION file under /opt/ProxmoxVE-local to 0.4.10.1 Open the Webpage and run the update again.Changes
🐛 Bug Fixes
- Fix/bump build.func (#299) by @michelroegl-brunner
Dependencies
- build(deps-dev): Bump @vitest/coverage-v8 from 3.2.4 to 4.0.8 (#291) by @dependabot[bot]
- build(deps): Bump next from 15.5.6 to 16.0.1 (#293) by @dependabot[bot]
Downloads
-
released this
2025-11-10 06:09:55 -05:00 | 305 commits to main since this release📅 Originally published on GitHub: Mon, 10 Nov 2025 11:10:03 GMT
🏷️ Git tag created: Mon, 10 Nov 2025 11:09:55 GMTChanges
🐛 Bug Fixes
- Fix auth cookie secure flag for HTTP in production (#297) by @michelroegl-brunner
Dependencies
- build(deps-dev): Bump eslint-config-next from 16.0.0 to 16.0.1 (#292) by @dependabot[bot]
- build(deps-dev): Bump prisma from 6.18.0 to 6.19.0 (#294) by @dependabot[bot]
- build(deps): Bump lucide-react from 0.548.0 to 0.553.0 (#295) by @dependabot[bot]
Downloads
-
released this
2025-11-07 09:00:15 -05:00 | 315 commits to main since this release📅 Originally published on GitHub: Fri, 07 Nov 2025 14:00:22 GMT
🏷️ Git tag created: Fri, 07 Nov 2025 14:00:15 GMTChanges
🚀 Features
- feat: Add alpine variant support for LXC scripts (#287) by @michelroegl-brunner
- feat: Add persistent session authentication with configurable duration (#286) by @michelroegl-brunner
- feat: Add support for FQDN, IPv4, and IPv6 addresses in server settings (#285) by @michelroegl-brunner
- feat: Add delete script functionality (#283) by @michelroegl-brunner
- feat: Add Interface Port display to script detail modal header (#280) by @michelroegl-brunner
🐛 Bug Fixes
- Fix x button vertical centering in filter scripts search bar (#282) by @michelroegl-brunner
- Fix: Add minimize buttons to FilterBar and Newest Scripts sections (#281) by @michelroegl-brunner
- Fix stale LXC entries and improve orphaned script cleanup (#279) by @michelroegl-brunner
- Fix: Include 'New' scripts in Download All Filtered when no filters are active (#278) by @michelroegl-brunner
- Fix Install button not appearing for VM and tools scripts (#277) by @michelroegl-brunner
Dependencies
- Bump tools.func - update helper functions and package management utilities (#284) by @michelroegl-brunner
- build(deps): Bump @prisma/client from 6.17.1 to 6.18.0 (#256) by @dependabot[bot]
- build(deps-dev): Bump @vitest/coverage-v8 from 4.0.3 to 4.0.4 (#255) by @dependabot[bot]
- build(deps-dev): Bump @vitest/coverage-v8 from 3.2.4 to 4.0.3 (#243) by @dependabot[bot]
- build(deps): Bump lucide-react from 0.546.0 to 0.548.0 (#241) by @dependabot[bot]
- build(deps-dev): Bump @tailwindcss/postcss from 4.1.15 to 4.1.16 (#245) by @dependabot[bot]
- build(deps-dev): Bump @vitejs/plugin-react from 5.0.4 to 5.1.0 (#242) by @dependabot[bot]
Downloads
-
released this
2025-10-24 16:39:06 -04:00 | 349 commits to main since this release📅 Originally published on GitHub: Fri, 24 Oct 2025 20:39:13 GMT
🏷️ Git tag created: Fri, 24 Oct 2025 20:39:06 GMTChanges
Hotfix to a bug wich prevented the ScriptDetailModel to open. Also fixed the issue with the Date in the Autosync, at least i was no longer able to reproduce it. Thank you all for your help on tracking down that issue!
🐛 Bug Fixes
- Fix: Autosync disable functionality and multiple instance issues (#247) by @michelroegl-brunner
Downloads
-
released this
2025-10-24 07:00:48 -04:00 | 366 commits to main since this release📅 Originally published on GitHub: Fri, 24 Oct 2025 11:00:57 GMT
🏷️ Git tag created: Fri, 24 Oct 2025 11:00:48 GMTChanges
🚀 Features
- feat: Add comprehensive auto-sync functionality (#238) by @michelroegl-brunner
🐛 Bug Fixes
- fix: Container ID display not showing after whiptail input and update tools.func (#237) by @michelroegl-brunner
Dependencies
- build(deps-dev): Bump tailwindcss from 4.1.15 to 4.1.16 (#233) by @dependabot[bot]
- build(deps-dev): Bump prisma from 6.17.1 to 6.18.0 (#234) by @dependabot[bot]
- build(deps-dev): Bump eslint-config-next from 15.5.6 to 16.0.0 (#230) by @dependabot[bot]
- build(deps): Bump superjson from 2.2.2 to 2.2.3 (#231) by @dependabot[bot]
- build(deps-dev): Bump @types/node from 24.9.0 to 24.9.1 (#226) by @dependabot[bot]
Downloads
mirror of
https://github.com/community-scripts/ProxmoxVE-Local.git
synced 2026-03-31 06:24:01 -04:00