Releases: ptrofimov/beanstalk_console
Releases · ptrofimov/beanstalk_console
1.7
- improvements on the UI/modals
- added optional
Basic Auth
, enable in config (#84)
- search jobs
data
field (#75)
- dblclick line in search results to toggle ellipsize
- ability to Delete, Kick, Add to sample a search result
- ability to delete delayed messages (#91)
- try to create storage.json automatically (#86)
1.6.1
- improvements on the UI/modals
- enhanced memory/CPU usage (#72)
1.6
- autorefresh on the summary page (#47)
- UI bug fixes
- improvements
1.5.2
- support IPv6 literals (see #59)
- ability to define servers in BEANSTALK_SERVERS environment variable (comma separated list) (see 6a21a0e)
- Bug fixes
1.5.1
- Updated UI - Bootstrap 3.2.0 (Author: @phoGL)
- Minor tweaks
1.5
- added ability to move jobs between tubes,
- and mass bury jobs on a tube
1.4.1
- JSON enhancements
- added LICENSE.md
1.4
- ability to save jobs as templates/samples for later use
- manage saved templates
- add/edit/delete templates
- ability to reuse a template and kick to tubes
- added version checking to detect new releases
1.3.2
- added pause button for current tube
- separated modals in dedicated files
- added Settings modal (first value to edit is tubePauseSeconds)
- edit Auto-refresh interval in Settings
- support to deactivate unserialize/json_decode/highlighter
- bugfixes