Releases: progga/footle
Releases · progga/footle
Maintenance release
- Compatible with Xdebug 2.7+
- No other feature update.
- UIKit and jQuery are now managed by npm instead of Bower. This fixes the build process.
- node-sass and Standardjs npm packages have been updated to resolve security warnings for their various dependencies.
- Minor fix for the Makefile.
- Fixed CSS sourcemap.
Second development release
Major changes include:
- Chromium browser compatibility.
- Breakpoints are redrawn after file refresh.
- Multiple browsers are able to join a debugging session at any point.
Previously, it was only possible before the session started. - Error messages are displayed in the UI.
- UI files are embedded in the footle server binary. This means, we
need only one file to use footle.
First development release
First development snapshot. Footle has reach a state where it actually works without being too annoying.