LinuxServer Changes:
Allow setting gui password via hash using env var HASHED_PASSWORD
.
code-server Changes:
VS Code v1.52.1
Upgrading is as easy as installing the new version over the old one. code-server
maintains all user data in ~/.local/share/code-server
so that it is preserved in between
installations.
New Features
- ⭐ Upgrade to VS Code 1.52.1 #2543
- feat: use compression in express server #2680 (thank you @jpoehnelt 🎉)
Documentation
- ⭐ docs(README.md): update to include requirements #2706 (thank you @genome21 🎉)
- docs: update FAQ with extension gallery info #2672
- docs: clarify Alpine install path in install.md #2696
Development
- ⭐ Test coverage increased from to 40.7% to 50.09% ⬆️
- feat(testing): add unit tests for common/util #2671
- feat(testing): add unit tests for constants #2701
- feat(testing): add unit tests for src/common/http #2702
Cheers! 🍻