- Fix UI issue with IE
- Fix UI issue with Safari 9
- Support ANSI colors in the browser
- Bug fix
- Add
proxy
conf, use it if you're behind a corporate proxy. - Bug fix
- Fix issue with project names containing characters not allowed for a domain name. By default,
hotel add
will now convert name to lower case and will replace space and_
characters. However, you can still use-n
to force a specific name or specific characters.
- Fix blank page issue in
v0.4.14
.
- Fix UI issues.
- Fix issue with Node 0.12.
- Add wildcard subdomains
http://*.app.dev
.
- Strip ANSI when viewing logs in the browser.
- Fix IE and Safari issue (added fetch polyfill).
- Add server logs in the browser.
- Bundle icons to make them available without network access.
- Bug fixes.
- Bug fix
- Bundle front-end dependencies to make homepage work without network access.
- Support subdomains
http://sub.app.dev
. - Support
https
andwss
.
- Bug fixes (0.4.3 to 0.4.5 deprecated).
- Added
~/.hotel/daemon.pid
file.
- UI update.
- Added top-level domain configuration option
tld
. - Added IE support.
- Removed
socket.io
dependency.
- Added WebSocket support for projects being accessed using local
.dev
domain.
- Added Local
.dev
domain support for HTTP requests.