Skip to content

Ver 1.2.3-GA

Compare
Choose a tag to compare
@perNyfelt perNyfelt released this 23 Apr 20:11
· 180 commits to master since this release

New features and fixes since 1.2.2:

  • Treat rmd like a md file
  • Support mdr files
    • View button that renders the mdr as html and shows it in the viewer.
    • should be improved in the future to support syntax highlighting for R sections
    • add highlight js styling for mdr files.
  • Move the inout interface to Rideutils, add and implement viewer methods to maintain similarities with RStudio
  • Remove Table and RdataTransformer and use the ones in renjin-client-data-utils instead.
  • Format project wizard dialog
  • Add base R functions to syntax highlighting and autocomplete,
  • Use the same color for built-in functions as for keywords
  • Add right click navigation menu for html views.
  • Allow partial view of unmanaged munin reports
  • View unmanaged report with bootstrap
  • Add view source context menu for html views
  • Switch to Tika parser for better file encoding detection.
  • Removed the unfinished gradle support, supporting maven is enough.
  • Upgrade r2jdbc version for improved mysql support
  • Fix bug where headers was from the latest query when copying.
  • bump dependency versions
  • add title (basename of url) if not given when viewing an url and show the url as a tooltip on the tab title
  • make git "status all" prettier