|
| 1 | +## Version 0.17.0 [2024-11-10] |
| 2 | + |
| 3 | +### New Features |
| 4 | + |
| 5 | + * Add option `--which=<values>` for `rsc config`, which default to |
| 6 | + `--which="rsc,rstudio,sessions"`, where `rsc` displays the RStudio |
| 7 | + Server Controller settings, `rstudio` the RStudio configuration, |
| 8 | + and `user` on the RStudio sessions storage. |
| 9 | + |
| 10 | + * Add option `--which=<values>` for `rsc reset`, which default to |
| 11 | + support for `rsc reset --which="rsc"`, which resets the RStudio |
| 12 | + Server Controller settings. If `sessions`, the user's RStudio |
| 13 | + sessions folder (e.g. `~/.local/share/rstudio`) to a dated tar |
| 14 | + file, and then remove that folder. This can be used as a last |
| 15 | + resort when the RStudio Server gets stuck at "R is taking longer to |
| 16 | + start than usual" after logging in. |
| 17 | + |
| 18 | + * Add environment variable `RSC_RSESSION_TIMEOUT_SUSPEND` to control |
| 19 | + whether a timed out R session should be suspended to disk. If `1` |
| 20 | + (default), it will be suspended to disk, otherwise not. |
| 21 | + |
| 22 | + * Now `rsc config` reports also on total directory sizes. |
| 23 | + |
| 24 | +### Bug Fixes |
| 25 | + |
| 26 | + * `rsc reset` did not remove the internal `rserver.pid` and |
| 27 | + `rserver_monitor.pid` files. |
| 28 | + |
| 29 | + * `rsc config` reported on file sizes with a stray trailing parenthesis. |
| 30 | + |
| 31 | + |
1 | 32 | ## Version 0.16.2 [2024-08-21]
|
2 | 33 |
|
3 | 34 | ### Miscellaneous
|
|
0 commit comments