- Fix package.json not found error
- Add please-upgrade-node
- Chore: update all dependencies
- Remove
util.logwhich has been deprecated in Node 6
- Prevent
hotel lsfrom crashing when listing malformed files #190
- Update error page UI
- Update Self-Signed SSL Certificate (you may need to add an exception again)
- Fix Vue warning message in UI
- Fix daemon error
- Add
runcommand - Add
http-proxy-envflag tohotel add - Drop Node
0.12support
Breaking
- By default no
HTTP_PROXYenv will be passed to servers. To passHTTP_PROXYyou need to set it in your server configuration or use the flaghttp-proxy-envwhen adding your server.
- Prevent using unsupported characters with
hotel add --name#100
- Add
--xfwdand--change-originflags tohotel addcommand - Log proxy errors
Breaking
- If you want hotel to add
X-Forwarded-*headers to requests, you need now to explicitly pass-x/--xfwdflags when adding a server.
- Fix
hotel addCLI bug
- Add dark theme
- Update
X-Forwarded-Portheader - Improve
ember-cliandlivereloadsupport
- Add more
X-Forwarded-*headers
- Pass
HTTP_PROXYenv to servers started by hotel
- UI bug fix
- Add
favicon - Fix Safari and IE bug
- Fix Safari bug
- Add
X-Forwarded-Protoheader for ssl proxy - Support an array of environment variables for the CLI option
--env - UI enhancements
- Fix Node 0.12 issue
- UI tweaks
- Fix option alias issue #109
- Fix conf issue
- Various UI improvements
- Add URL mapping support, for example
hotel add http://192.168.1.10 --name remote-server - Change
hotel rmoptions
- UI tweaks
- Fix UI issue with IE
- Fix UI issue with Safari 9
- Support ANSI colors in the browser
- Bug fix
- Add
proxyconf, 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 addwill now convert name to lower case and will replace space and_characters. However, you can still use-nto 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
httpsandwss.
- Bug fixes (0.4.3 to 0.4.5 deprecated).
- Added
~/.hotel/daemon.pidfile.
- UI update.
- Added top-level domain configuration option
tld. - Added IE support.
- Removed
socket.iodependency.
- Added WebSocket support for projects being accessed using local
.devdomain.
- Added Local
.devdomain support for HTTP requests.