Skip to content

Releases: LebToki/CodePilot

v1.0.1

30 Mar 04:49
3fafdbd

Choose a tag to compare

What's Changed

  • 🛡️ Sentinel: [CRITICAL] Fix command injection by @LebToki in #1
  • 🎨 Palette: Add aria-labels to icon-only buttons by @LebToki in #2
  • ⚡ Bolt: Optimize project file counting by @LebToki in #4
  • feat: Add full codebase search capabilities by @LebToki in #3
  • Add CodePilot self-update feature via git pull by @LebToki in #5
  • feat: implement multiple editor tabs, file search, and process management by @LebToki in #6
  • Fix PHP warning trying to access array offset on true in settings.php by @LebToki in #7
  • Fix: Null check for chat-input in autoResizeTextarea by @LebToki in #8
  • Refactor settings page layout for better visibility by @LebToki in #9
  • 🎨 Palette: Improve settings form accessibility by @LebToki in #12
  • 🛡️ Sentinel: [CRITICAL] Fix command injection in terminal API by @LebToki in #10
  • 🎨 Palette: [UX improvement] Add missing form labels and aria-labels by @LebToki in #14
  • 🛡️ Sentinel: [CRITICAL] Fix command injection in terminal API by @LebToki in #15
  • ⚡ Bolt: [performance improvement] Replace usort with array_multisort for faster array sorting by @LebToki in #13
  • 🛡️ Sentinel: [CRITICAL] Fix CRLF injection in .env file modification by @LebToki in #18
  • 🎨 Palette: [UX improvement] Add ARIA labels to icon-only buttons in file browser by @LebToki in #17
  • ⚡ Bolt: [performance improvement] Optimize file search directory traversal by @LebToki in #16
  • ⚡ Bolt: Optimize array sorting in API endpoints by @LebToki in #11
  • 🎨 Palette: [UX improvement] Add ARIA labels to project buttons by @LebToki in #20
  • ⚡ Bolt: [performance improvement] Optimize directory listing using FilesystemIterator by @LebToki in #19
  • 🛡️ Sentinel: [CRITICAL] Fix Path Traversal Bypass by @LebToki in #21
  • ⚡ Bolt: [performance improvement] Replace scandir() with FilesystemIterator in listProjects() by @LebToki in #22
  • 🎨 Palette: [UX improvement] Add ARIA labels and keyboard support to file tabs by @LebToki in #23
  • ⚡ Bolt: Optimize file extension checking in searchDirectory by @LebToki in #25
  • 🛡️ Sentinel: [CRITICAL] Fix Reflected XSS vulnerability by @LebToki in #24
  • ⚡ Bolt: Optimize directory filtering in countFiles by @LebToki in #26

New Contributors

Full Changelog: v1.0.0...v1.0.1

v1.0.0

01 Mar 17:56

Choose a tag to compare