Releases: patrikx3/gitlist
Releases · patrikx3/gitlist
P3X Gitlist v2026.4.1015
P3X Gitlist v2026.4.1010
v2026.4.1010
Released on 04/30/2026
- BUGFIX: Handle # comments in .gitmodules and strip .git from any host.
P3X Gitlist v2026.4.1009
v2026.4.1009
Released on 04/26/2026
- DOCS: Promote Meet Assistant SaaS (meeting.corifeus.com).
P3X Gitlist v2026.4.1005
v2026.4.1005
Released on 04/26/2026
- BUGFIX: Align gitgraph canvas with 2-row commit blocks in treegraph.
P3X Gitlist v2026.4.1004
v2026.4.1004
Released on 04/25/2026
- BUGFIX: Lazy-load now updates List.js values for off-page items so sort works.
P3X Gitlist v2026.4.1003
v2026.4.1003
Released on 04/25/2026
- BUGFIX: Fix PHP 8.5 non-canonical (boolean) cast deprecation.
- PERF: Batch decorateItem with one git log per directory (was N+1).
- BUGFIX: Preserve paginated items after lazy-load by skipping List.js reIndex.
- BUGFIX: Pager visibility now uses list.matchingItems instead of a racy DOM query.
- BUGFIX: Remove hardcoded 1/2/... placeholder from bottom pager.
- BUGFIX: Pager visibility check now looks at all pagination uls, not just the top one.
- BUGFIX: Fix index pager visibility and markdown code wrapping.
P3X Gitlist v2026.4.1002
v2026.4.1002
Released on 04/25/2026
- FEATURE: Lazy-load index and treegraph for faster initial page rendering.
- FEATURE: Redesign treegraph as a 2-row table layout.
P3X Gitlist v2026.4.1001
v2026.4.1001
Released on 04/22/2026
- BUGFIX: Use explicit nullable type for PHP 8.4+ compatibility.
P3X Gitlist v2026.4.1000
- BUGFIX: Fix empty-repo render and toISOString crash on index page.
- BUGFIX: Gate livereload script to debug-only so production no longer logs ERR_CONNECTION_REFUSED on :35729.
- BUGFIX: Render nested inline markdown in headings, strong, and link elements.
- CHORE: Hoist grunt-contrib-clean/copy/htmlmin/watch as direct devDependencies so jit-grunt resolves them on a fresh yarn install.
- CHORE: Clean up English wording on index.repo.empty translation.