- Update all dependencies
- update test versions of ruby
- fix a couple of tests
- Update all dependencies
- ruby 3.0 minimum dependencies
- redesign the directory browser screen
- switch to rouge for syntax highlighting
- fix pume dependency - it was too constrainted
- fix missing rack dependency #17
- across the board gem dependency updates
- ruby 2.2 minimum dependency - because of transitive dependencies
- Fix request logging #10
- Update dependencies
- Switch to template contributed by brianflanagan #8
- Add support for multiple independent heel servers #9
- Fix generated pages to say they are utf-8 #4
- Fix formatting of usage section of documentation
- Update dependencies
- Convert to RDoc 4.0
- Switch to using puma for the webserver
- Switch to using simplecov for coverage testing
- Update all gem dependencies
- Update to fixme project template
- Convert to minitest
- Update to Launchy 1.0.0
- Update to Thin 1.2.8
- Change highlighting mode default to 'off' instead of 'on'
- Update for Thin 1.2.2
- Update for MIME::Types 1.16
- Fix FileType namespace issue (thanks defunkt) and new version of coderay
- various task maintenance
- updated version dependencies
- Fix performance issue in serving large files
- Fix performance issue in checking for coderay file type when coderay would not be used.
- Convert Heel to a Rack and Thin application
- Fixed bug where an exception was thrown if a 0 byte file was served.
- Changed change 'resources' directory to 'data'
- Renamed internal constants
- Changed operating URL's to avoid conflict with directories heel may be serving
- Add in code highlighting support via coderay
- extract CSS files to a resource
- increase test coverage
- Fix bug [#15645] - not starting up on windows
- Added common log format output to terminal or logfile as appropriate.
- fix failure to find background option
- remember to double check your tests before releasing
- fix failure to find pid file [Bug #13530]
- remember to stop releasing software in the wee hours of the morning
- update with Launchy requirement 0.3.0
- remove unneeded famfamfam icons
- change default listening address to 127.0.0.1
- refactored handler test, now with more coverage
- Initial public release
- Added daemonizing of server
- Added launching of browser to server URL
- rename project to 'heel'
- gem packaging
- initial development release