Releases: zhaojh329/rttys
Releases · zhaojh329/rttys
v4.1.1
Features
- bump version 4.1.1 (Jianhui Zhao)
Bug Fixes
- ui: fix css style for Home page (Jianhui Zhao)
- ui: fix css style of terminal (Jianhui Zhao)
Documentation
- ui: update (Jianhui Zhao)
v4.1.0
Features
- support https proxy (Jianhui Zhao)
- support WebSocket in http proxy (Jianhui Zhao)
- https proxy compatible old rtty (Jianhui Zhao)
Bug Fixes
- ui: fix copy text from term (Jianhui Zhao)
Builds
- deps: bump eventsource from 1.1.0 to 1.1.1 in /ui (#109) #109 (dependabot[bot])
- deps: bump terser from 4.8.0 to 4.8.1 in /ui (#113) #113 (dependabot[bot])
- deps: bump shell-quote from 1.7.2 to 1.7.3 in /ui (#114) #114 (dependabot[bot])
Continuous Integration
- last push latest tag for docker (Jianhui Zhao)
Chores
- improve variable name (Jianhui Zhao)
- bump version 4.1.0 (Jianhui Zhao)
v4.0.2
Features
- ui: add example for web proxy (Jianhui Zhao)
- support specify path and query for web proxy (Jianhui Zhao)
Bug Fixes
- panic: send on closed channel (Jianhui Zhao)
Continuous Integration
- Automatic push docker image (Jianhui Zhao)
v4.0.1
Features
- it's configurable whether log caller (Jianhui Zhao)
- ui: clear last selected file on upload file (Jianhui Zhao)
- support build statically (Jianhui Zhao)
Bug Fixes
- panic: send on closed channel (Jianhui Zhao)
- deadlock caused by sending keepalive frame (Jianhui Zhao)
- ui: A abnormity caused by click 'OK' when no file selected. (Jianhui Zhao)
- panic: send on closed channel (Jianhui Zhao)
Performance Improvements
- verify message length for msgTypeRegister (Jianhui Zhao)
- force use tls 1.1 #99 #99 (docooler)
Builds
- deps: bump follow-redirects from 1.14.4 to 1.14.8 in /ui (#101) #101 (dependabot[bot])
- deps: bump url-parse from 1.5.3 to 1.5.10 in /ui (#103) #103 (dependabot[bot])
- deps: bump minimist from 1.2.5 to 1.2.6 in /ui (#104) #104 (dependabot[bot])
- deps: bump async from 2.6.3 to 2.6.4 in /ui (#106) #106 (dependabot[bot])
Continuous Integration
- add arm64 (Jianhui Zhao)
v4.0.0
rtty 8.x is required
Features
- upload/download file support per tty (Jianhui Zhao)
Bug Fixes
- panic: send on closed channel (Jianhui Zhao)
Documentation
- update (Jianhui Zhao)
Code Refactoring
- change the login process to improve stability (Jianhui Zhao)
- Match the protocol version between rtty and rttys (Jianhui Zhao)
Performance Improvements
- improve code (Jianhui Zhao)
- Use flow control (Jianhui Zhao)
- Write file data to local while transferring (Jianhui Zhao)
- improve http proxy (Jianhui Zhao)
- ui: rewrite with view-design and fix some bug (Jianhui Zhao)
Continuous Integration
- only build linux amd64 (Jianhui Zhao)
Chores
- database source default to "sqlite3://rttys.db" (Jianhui Zhao)
- improve code (Jianhui Zhao)
- improve code (Jianhui Zhao)
- bump version 4.0.0 (Jianhui Zhao)
v3.7.0
Bug Fixes
- Msgf call has arguments but no formatting directives (Jianhui Zhao)
Performance Improvements
- disconnect early when an invalid message was received (Jianhui Zhao)
- improve write message to device (Jianhui Zhao)
- gzip ui asserts (Jianhui Zhao)
Builds
- deps: bump postcss from 7.0.35 to 7.0.36 in /frontend (#85) #85 (dependabot[bot])
- deps: bump github.com/gin-gonic/gin from 1.5.0 to 1.7.0 (#89) #89 (dependabot[bot])
- deps: bump ws from 6.2.1 to 6.2.2 in /frontend (#84) #84 (dependabot[bot])
- deps: bump dns-packet from 1.3.1 to 1.3.4 in /frontend (#82) #82 (dependabot[bot])
- deps: bump path-parse from 1.0.6 to 1.0.7 in /frontend (#90) #90 (dependabot[bot])
Chores
- rename frontend to ui (Jianhui Zhao)
- change config comment (Jianhui Zhao)
- rename go module to rttys (Jianhui Zhao)
- remove .travis.yml (Jianhui Zhao)
- use go 1.17 (Jianhui Zhao)
- update all go modules to latest (Jianhui Zhao)
- improve code (Jianhui Zhao)
- improve code style (Jianhui Zhao)
- improve code (Jianhui Zhao)
- bump version 3.7.0 (Jianhui Zhao)
Commits
v3.6.0
Features
- support user sign up (Jianhui Zhao)
- store font size in database (Jianhui Zhao)
- Local authentication is configurable (Jianhui Zhao)
- auto select an available port for web proxy (Jianhui Zhao)
- device management (Jianhui Zhao)
- support delete offline devices (Jianhui Zhao)
- use mysql (Jianhui Zhao)
Bug Fixes
- sign out (Jianhui Zhao)
- set/get font size of terminal (Jianhui Zhao)
- remove unused command line param (Jianhui Zhao)
- Sample configuration (Jianhui Zhao)
- previous device was removed due to a ID conflict (Jianhui Zhao)
- fix title in Sign up (Jianhui Zhao)
Performance Improvements
- Clarer logs (Jianhui Zhao)
Builds
- deps: bump elliptic from 6.5.3 to 6.5.4 in /frontend (#75) #75 (dependabot[bot])
- deps: bump y18n from 4.0.0 to 4.0.1 in /frontend (#77) #77 (dependabot[bot])
- deps: bump ssri from 6.0.1 to 6.0.2 in /frontend (#79) #79 (dependabot[bot])
- deps: bump lodash from 4.17.19 to 4.17.21 in /frontend (#80) #80 (dependabot[bot])
Chores
- clarer logs (Jianhui Zhao)