- Fix UI menu overflow
- Fix
The listener must be a function
error
- Fix colors in output
- Fix UI crash
- Fix error in Edge
- Improve bundle size
- UI
- Fix error page
- Create empty
conf.json
if it doesn't exist - Update UI
- New 2018 style 🎉
- Links now open in new tabs (should improve integration with third-party tools)
- Update all dependencies
Breaking
- Drop Internet Explorer 11 support for the UI
- Drop Node 4 support
- Self-signed certicate is now generated locally and can be found in
~/.hotel
. Since it's going to be a new one, you'll need to "trust" it again to be able to usehttps
.localhost
is now the default domain and replaces.dev
domains (if present, remove"tld": "dev"
from~/.hotel/conf.json
to use the new default value, then runhotel stop && hotel start
)
- Fix
package.json
not found error
- Add please-upgrade-node
- Chore: update all dependencies
- Remove
util.log
which has been deprecated in Node 6
- Prevent
hotel ls
from 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
run
command - Add
http-proxy-env
flag tohotel add
- Drop Node
0.12
support
Breaking
- By default no
HTTP_PROXY
env will be passed to servers. To passHTTP_PROXY
you need to set it in your server configuration or use the flaghttp-proxy-env
when adding your server.
- Prevent using unsupported characters with
hotel add --name
#100
- Add
--xfwd
and--change-origin
flags tohotel add
command - Log proxy errors
Breaking
- If you want hotel to add
X-Forwarded-*
headers to requests, you need now to explicitly pass-x/--xfwd
flags when adding a server.
- Fix
hotel add
CLI bug
- Add dark theme
- Update
X-Forwarded-Port
header - Improve
ember-cli
andlivereload
support
- Add more
X-Forwarded-*
headers
- Pass
HTTP_PROXY
env to servers started by hotel
- UI bug fix
- Add
favicon
- Fix Safari and IE bug
- Fix Safari bug
- Add
X-Forwarded-Proto
header 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 rm
options
- UI tweaks
- 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.localhost
.
- 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.localhost
. - 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
.localhost
domain.
- Added Local
.localhost
domain support for HTTP requests.