CHANGELOG.md
October 12, 2015 ยท View on GitHub
current
Features:
- Moved settings load to be done first thing when loading the extension: should create less potential problems when loading
v1.0.16 (2015-10-10)
Bugfixes:
- Codemirror search working (#14)
- Moved localStorage from panel to chrome.storage on background page (was broken with blocked third party cookies)
v1.0.15 (2015-07-13)
Features:
- Added toggling of shaders
- Added texture monitor/editor: shows textures created and can be replaced by new images (no support for cubemaps yet)
- Added settings panel: toggle shader highlighting and texture monitoring
- Created CHANGELOG.md
v1.0.14
Features:
- Support for shader/program names Issue #10
v1.0.13
Features:
- Support for live reload across browsing session (https://github.com/spite/ShaderEditorExtension/issues/1)
v1.0.12
Workarounds:
- Fix for three.js
v1.0.11
Bugfixes:
- Fixed bug with uniform retrieving: shadertoy and other cool sites supported!
v1.0.10
Features:
- Improved error reporting
Bugfixes:
- Several fixes
v1.0.9
Features:
- Starting options panel
- Added setting for highlighting
v1.0.8
Features:
- New icon (thanks @ebraminio & @markusfisch)
Bugfixes:
- Restored extension support
v1.0.7
Features:
- Added error checks for attributes (possible bug?)
v1.0.6
Features:
- Redone main code
- highlight brought back
v1.0.5
Features:
- Compiler status
Bugfixes:
- Fixes
v1.0.4
Bugfixes:
- fixed some shaders not compiling (issue #4)
v1.0.3
Workarounds:
- rolled back, colouring introducing bugs
v1.0.2
Features
- added colour highlighting for hover
v1.0.1
Bugfixes:
- Fix extensions not being enabled
v1.0.0
Features:
- Initial release