Skip to content

Commit

Permalink
release v1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
per committed Apr 23, 2021
1 parent f11a4a2 commit 5620b2a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -70,7 +70,7 @@ you to preview the report. Parameterized reports are also supported.

### Installing and Running ride
Go to the releases tab and expand the assets section at the bottom of the release.
Unzip the zip file ride-<version>-dist.zip e.g. ride-1.2-beta3-dist.zip to a directory of choice.
Unzip the zip file ride-<version>-dist.zip e.g. ride-1.2.3-GA-dist.zip to a directory of choice.

There are icons for windows and Linux in the base folder of the unpacked zip that can be used to create a desktop shortcut/launcher.

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,7 +6,7 @@

<groupId>se.alipsa</groupId>
<artifactId>ride</artifactId>
<version>1.2.3-SNAPSHOT</version>
<version>1.2.3</version>
<packaging>jar</packaging>

<properties>
Expand All @@ -15,7 +15,7 @@
<maven.compiler.target>1.8</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<release.tag>1.2.3-beta2</release.tag>
<release.tag>1.2.3-GA</release.tag>
<renjin.version>3.5-beta76</renjin.version>
<!--jgit.version>5.10.0.202012080955-r</jgit.version-->
<jgit.version>5.11.0.202103091610-r</jgit.version>
Expand Down
4 changes: 2 additions & 2 deletions release.md
Expand Up @@ -54,7 +54,7 @@ In those cases just copy the native files to the lib dir, the startup script poi

# Version Descriptions

### 1.2.3-SNAPSHOT
### 1.2.3
- Treat rmd like a md file
- Support mdr files
- View button that renders the mdr as html and shows it in the viewer.
Expand All @@ -75,7 +75,7 @@ In those cases just copy the native files to the lib dir, the startup script poi
- 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
- make git "status all" prettier

### 1.2.2
- Autocomplete: Enhance autocomplete by taking in functions and objects from everything loaded (executed).
Expand Down

0 comments on commit 5620b2a

Please sign in to comment.