- Fix path when using bundled tigervnc #44 (@pnasrat)
- Remove hardcoded display number and port, avoids multi-user conflicts #34 (@cmd-ntrf)
- Add RELEASE.md, adopt tbump, rename release workflow for consistency #38 (@consideRatio)
- Remove "/usr/bin" prefix in front of dbus-launch in xstartup #33 (@cmd-ntrf)
- Add logic to determine if vncserver is TigerVNC #32 (@cmd-ntrf)
- dependabot: monthly updates of github actions #30 (@consideRatio)
- maint: add pre-commit config #25 (@consideRatio)
- Quieten binder-badge bot #3 (@manics)
- Add PyPI/Issues/Forum badges for readme #40 (@consideRatio)
- Backfill changelog for 1.0.0 and 0.1.3 #37 (@consideRatio)
- Fix permissions required for trusted workflow #48 (@yuvipanda)
- Use trusted publishing to push to PyPI #46 (@yuvipanda)
- [pre-commit.ci] pre-commit autoupdate #42 (@pre-commit-ci)
- ci: fix typo in manics/action-binderbadge version #39 (@consideRatio)
- Bump pypa/gh-action-pypi-publish from 1.8.5 to 1.8.6 #36 (@dependabot)
- Bump pypa/gh-action-pypi-publish from 1.6.4 to 1.8.5 #31 (@dependabot)
- [pre-commit.ci] pre-commit autoupdate #28 (@pre-commit-ci)
(GitHub contributors page for this release)
@cmd-ntrf | @consideRatio | | @manics | @pnasrat | @yuvipanda
With this release, the project has relocated from jupyter-desktop-server
to
jupyter-remote-desktop-proxy
and relocated from
yuvipanda/jupyter-desktop-server to
jupyterhub/jupyter-remote-desktop-proxy.
- Add a shared clipboard #10 (@manics, @yuvipanda, @satra, @fperez)
- Use TurboVNC if installed #29 (in previous github repo) (@manics, @yuvipanda, @cslocum)
- maint: add dependabot for github actions #22 (@consideRatio, @yuvipanda)
- Complete rename of the project - from jupyter_desktop/jupyter-desktop-server to jupyter_remote_desktop_proxy #20 (@yuvipanda, @consideRatio)
- Remove apt.txt and refactor Dockerfile #13 (@consideRatio, @yuvipanda, @manics)
- Update TurboVNC to 2.2.6 #11 (@manics, @consideRatio)
- Update noVNC to 1.2.0 #6 (@manics)
- Add setup.py metadata #5 (@manics, @yuvipanda)
- Add pypi publish workflow #4 (@manics)
- Rename repo jupyter-desktop-server ➡️ jupyter-remote-desktop-proxy #2 (@manics, @choldgraf)
- Fix permissions on ~/.cache #22 (in previous github repo) (@manics, @yuvipanda, @djangoliv, @nthiery)
- Use conda-forge/websockify, use environment.yml in Dockerfile #21 (in previous github repo) (@manics, @yuvipanda)
- Fix typo #24 (@yuvipanda, @consideRatio)
- Add installation instructions #21 (@yuvipanda, @consideRatio)
- Add a section on limitations - OpenGL is currently not supported #19 (@yuvipanda, @consideRatio)
- ci: update outdated github actions #23 (@consideRatio, @yuvipanda)
- binder-badge workflow needs permissions.pull-requests:write #9 (@manics)
- binder-badge workflow needs permissions.issues:write #8 (@manics)
- Add binder-badge.yaml #23 (in previous github repo) (@manics, @yuvipanda)
- add Dockerfile and adjust readme to reflect a quick start #19 (in previous github repo) (@kniec, @yuvipanda)
- Start session from $HOME #17 (in previous github repo) (@mjuric, @yuvipanda)
- add Dockerfile and adjust readme to reflect a quick start #19 (in previous github repo) (@kniec, @yuvipanda)
- Support jupyter-server-proxy >= 1.4.0 daecbdb (@yuvipanda)
- Revert "Add a jupyter server extension to render desktop/" b6dee24 (@yuvipanda)
- Add a jupyter server extension to render desktop/ 18d7fb7 (@yuvipanda)
- Fix README to point to new name bda9a7e (@yuvipanda)
- Explicitly specify version of jupyter-server-proxy needed 98b7723 (@yuvipanda)
- Set CWD of desktop environment to CWD of notebook 360f9b0 (@yuvipanda)
- Fix cross-origin issue in Safari (#9, thanks to @eslavich)
- Increase default resolution to 1680x1050. The wider screen matches how many user displays are, and there do not seem to be lag issues.
- Initial release