Just noticed that the tab close button "X" icon no longer exists. The developer tools console contains this error:
file:///Applications/HyperTerm.app/Contents/Resources/app/assets/icons.svg#close Failed to load resource: net::ERR_FILE_NOT_FOUND
I opened the app package contents in Finder and confirmed that I can't find icons.svg anywhere. There is no assets directory inside Hyperterm.app/Contents/Resources/app/.
Sorry to reopen, but did I miss something here? I could've sworn this was fixed, but I have the latest version and it's missing the asset again. Same issue as I initially reported.
It hasn't been released yet @insanityfarm, should be fixed in the next version. If you're eager to try it out you can create your own HyperTerm.app by cloning and running npm install && npm run pack. More info here: https://github.com/zeit/hyperterm#contribute
Ah, thank you. I had misread Github and thought it was already released.