Skip to content

v0.5.0

Choose a tag to compare

@deviantintegral deviantintegral released this 15 Dec 14:01
553f36f

0.5.0 (2025-12-15)

Features

  • migrate from MacFJA/PharBuilder to Box (#125) (b1187c2)

Bug Fixes

  • add directory validation in getIds() before scandir() (22057e0)
  • add error handling for missing files in SplitCommand (#122) (ed3fa82)
  • add type hints to SplitCommand::getSplitDestination parameters (#123) (c62a75a)
  • check if a HAR repository exists before loading (93fbb57)
  • correct inverted logic in hasBlocked() and hasDns() methods (2285c23)
  • use strict comparison (===) instead of weak comparison (==) in Serializer.php (453d8f3)

Miscellaneous Chores

  • add missing call to SessionStart (#119) (51b50a3)
  • auto-install php-pear in SessionStart hook (#116) (48acab5)
  • deps: pin ggilder/codecoverage action to 47c83da (#118) (85aa78d)
  • fix newlines (f5ded8c)
  • install xdebug for claude sessions (54f3138)
  • run composer install in claude (233d999)