Changelog for
rstudio-2024.04.0+735-89.13.x86_64.rpm :
* Tue Apr 30 2024 Aaron Puchert
- New upstream release 2024.04.0+735. (boo#1223378)
* RStudio now requires R 3.6.0 or newer.
* RStudio\'s auto-completion system now supports ggplot2 aesthetic names and data columns.
* RStudio\'s auto-completion system now supports the display of the \"label\" attribute.
* RStudio Desktop on Windows and Linux supports auto-hiding the menu bar.
* RStudio Desktop on Windows and Linux supports full-screen mode via F11.
* RStudio Desktop now supports pasting of file paths for files copied to the clipboard.
* RStudio now reports a diagnostics warning when `=` (rather than `==`) is used in `if`, `for`, and `while` conditionals.
* R projects can be given a custom display name in Project Options.
* The automatic display of Copilot code completions can now be controlled via a user preference.
* Copilot code suggestions can now be requested via the keyboard shortcut `Ctrl + \\`.
* The next word in a Copilot code suggestion can now be accepted via `Ctrl + Right` (`Cmd + Right` on macOS).
* RStudio now highlights and lints Quarto chunk options in Python code chunks.
* RStudio no longer highlights `\\[ \\]` and `\\( \\)` Mathjax equations; prefer `$$ $$` and `$ $` instead.
* Added cmake option to build RStudio without the check for updates feature.
* Allow choosing R from non-standard location at startup.
* Add `EnvironmentFile` support to systemd service definitions.
* RStudio\'s GWT sources can now be built with JDKs > 11.
* Show grey background instead of solid-white during Desktop startup.
* The \'restartSession()\' API method gains the \'clean\' argument.
* \'dot\' chunks in R Markdown documents are now executable.
* (rstudioapi) Fixed an issue where selectFile() did not parse filter strings in a cross-platform way.
* RStudio now reports repository validation errors (if any) when adding secondary repositories in the Global Options -> Packages pane.
* The working directory of a background job now defaults to the .Rproj location when a project is open.
* Add search results copy button and search results breadcrumbs to RStudio User Guide.
* RStudio now supports generation of a Copilot diagnostic report from the Copilot preferences pane.
* The RStudio debugger is now better at matching debugged code to source documents.
* RStudio no longer includes spurious chunk markers from Copilot completion results.
* Added new commands which toggle the maximized state of Console, Source, and Tab Group quadrants [Accessibility].
* RStudio now prints a warning if an overly-long line of console input is truncated when sending to R.
* RStudio now supports highlighting of inline YAML chunk options in R Markdown / Quarto documents.
* RStudio now supports auto-completion following `AATT` via `.AtNames`.
* RStudio now supports the execution and display of GraphViz (`dot`) graphs in R Markdown / Quarto chunks.
* RStudio now supports the execution of chunks with the \'file\' option set.
* RStudio now supports `LuaLaTeX` to compile Sweave/Rnw documents.
* RStudio now supports pasting of file paths for files copied to the clipboard.
* Improved support for development documentation when a package has been loaded via `devtools::load_all()`.
* Better error message when user preferences fail to save due to folder permissions.
* With screen reader support enabled, hitting ESC key allows Tabbing away from editor.- Rebase patches:
* 0002-Don-t-install-pandoc-and-mathjax.patch
* old-boost.patch
* remove-panmirror.patch- Set RSTUDIO_BOOST_REQUESTED_VERSION on all Leap versions.- Relax Java version requirement, Java > 11 is now supported.- Add fix-boost-1.85-build.patch to fix build with Boost 1.85.- Add fix-boost-1.66-build.patch from Michael Pujos to fix build with Leap\'s older Boost 1.66. We can\'t use Boost 1.75 because it conflicts with Boost 1.66 required by soci-devel.- Add respect-system-yaml-cpp.patch to make sure our choice of RSTUDIO_USE_SYSTEM_YAML_CPP=TRUE is respected.- Add skip-osrelease.patch to skip parsing of /etc/os-release.
* Fri Feb 23 2024 Dominique Leuenberger - USe %autosetup: all supported openSUSE versions support this by now.
* Sat Dec 02 2023 Aaron Puchert - New upstream release 2023.09.1+494.- Rebase patches:
* 0002-Don-t-install-pandoc-and-mathjax.patch
* remove-panmirror.patch
* Tue Jun 20 2023 Haochuan Chen - New upstream release 2023.06.0+421.
* Sun Apr 02 2023 Aaron Puchert - New upstream release 2023.03.0+386.- Replace 0007-use-system-node.patch by remove-panmirror.patch. Building panmirror seems to have gotten more complicated, and I can\'t figure out how to make it work. So let\'s remove it for now.- Remove obsolete patches:
* 0009-Fix-false-quarto-warning.patch
* missing-include.patch- Make 0006-Fix-libclang-usage.patch work with Clang 16.
* Sat Mar 04 2023 Aaron Puchert - New upstream release 2022.12.0+353.- Add missing-include.patch to fix build by adding include.- Add unbundle-fmt.patch to use the system version of fmt.- Drop boost_patches.diff that landed upstream.- Use the correct soname for libclang.
* Tue Oct 18 2022 Adam Majer - boost_patches.diff old-boost.patch: fix building with Boost 1.66
* Sun Oct 16 2022 Libor Pechacek - New upstream release v2022.07.2+576.- Added patch 0009-Fix-false-quarto-warning.patch.- Refreshed patches:
* 0002-Don-t-install-pandoc-and-mathjax.patch
* 0006-Fix-libclang-usage.patch
* 0007-use-system-node.patch- Removed patch 0009-Fix-catch-build.patch.
* Sat May 21 2022 Aaron Puchert - New upstream release v2022.02.2+485. (boo#1198936)- Rebase and simplify patches:
* 0001-Unbundle-mathjax-and-pandoc.patch
* 0002-Don-t-install-pandoc-and-mathjax.patch
* 0007-use-system-node.patch- Drop obsolete 0010-Fix-R-build.patch.
* Thu May 19 2022 Aaron Puchert - New upstream release v1.4.1743.- Add 0010-Fix-R-build.patch from upstream to fix build with newer R-core-devel: it just declares the Rf_countContexts locally.
* Wed Apr 13 2022 Andreas Schwab - Build with jdk 11 to fix build failure
* Sat Oct 23 2021 Aaron Puchert - Add 0009-Fix-catch-build.patch to fix build with glibc 2.34.
* Fri Sep 10 2021 Dominique Leuenberger - Exclude build for %ix86: not all dependencies are available.
* Fri Aug 27 2021 Dan Čermák - Add missing symlink to pandoc
* Thu Aug 19 2021 Dan Čermák - New upstream release v1.4.1717 Rebase patches:
* 0001-Unbundle-mathjax-and-pandoc.patch
* 0002-Don-t-install-pandoc-and-mathjax.patch
* 0003-Fix-rstudio-exec-path.patch
* 0004-add-support-for-boost-1.73.patch
* 0005-Add-additional-includes-for-aarch64.patch
* 0006-Use-system-hunspell.patch
* 0007-Fix-libclang-usage.patch
* 0008-Add-support-for-RapidJSON-1.1.0-in-Leap-15.2.patch
* Tue Apr 06 2021 Dan Čermák New upstream release v1.4.1106 Add nodejs dependency bundle for the new visual markdown editor: https://rstudio.github.io/visual-markdown-editing/ Rebase patches:
* 0001-Unbundle-mathjax-and-pandoc.patch
* 0002-Don-t-install-pandoc-and-mathjax.patch
* 0003-Fix-rstudio-exec-path.patch
* 0004-add-support-for-boost-1.73.patch
* 0005-Add-additional-includes-for-aarch64.patch
* 0006-Use-system-hunspell.patch
* 0007-Fix-libclang-usage.patch
* 0008-Add-support-for-RapidJSON-1.1.0-in-Leap-15.2.patch RStudio 1.4 \"Tiger Daylily\" Bugfixes Fixed issue where R code input could be executed in the wrong order in some cases (#8837) Fixed issue where default initial working directory was incorrectly set to a project directory (#8683) Fixed issue causing the second inline equation in a paragraph to fail to render in visual editing mode (#8810) Fixed issue where session source database sentinel file was not being written correctly when the session is suspended (#8903) Misc Update Pandoc to 2.11.4 (#8848) Update jQuery to 3.5.1 (Pro #2314)
* Mon Jan 18 2021 Dan Čermák - New upstream release 1.4.1103 Renamed / rebased patches:
* 0005-Use-system-hunspell.patch
* 0004-Add-additional-includes-for-aarch64.patch
* 0006-Fix-libclang-usage.patch
* 0007-use-system-node.patch