Skip to content

Commit

Permalink
release 1.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
per committed Mar 25, 2022
1 parent 7675bd1 commit 3b7af63
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ Add the following to your pom.xml to use it:
<dependency>
<groupId>se.alipsa</groupId>
<artifactId>rideutils</artifactId>
<version>1.8.2</version>
<version>1.8.3</version>
</dependency>
```
Note than from version 1.8.3, Java 11 is required. Previous versions required Java 8.

## API / Usage overview

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

<groupId>se.alipsa</groupId>
<artifactId>rideutils</artifactId>
<version>1.8.3-SNAPSHOT</version>
<version>1.8.3</version>
<packaging>jar</packaging>


Expand Down
25 changes: 12 additions & 13 deletions releases.md
Original file line number Diff line number Diff line change
@@ -1,55 +1,54 @@

## Version history

### Ver 1.8.3 (2022-Mar-25)
### Ver 1.8.3 (2022-Mar-25), Java 11
Moved version history to its own file.
Move grDevice implementation (WIP) to the rideutils package
Upgrade to java 11, add module-info `se.alipsa.rideutils`

### Ver 1.8.2 (2022-Jan-19)
### Ver 1.8.2 (2022-Jan-19), Java 8
- Add support for View of a table directly by auto converting it to a data.frame
- upgrade tika version

### Ver 1.8.1 (2021-Dec-14)
### Ver 1.8.1 (2021-Dec-14), Java 8
- Bump fxsvgimage version

### Ver 1.8 (2021-Nov-28)
### Ver 1.8 (2021-Nov-28), Java 8
- Add a help() function overriding the standard help which does not do anything useful
- Add an extra check to display() when just a filename without path is passed as parameter
- Add default value to promptDate
- Add promptSelect interactive function
- Change readImage to handle svg files using fxsvgimage instead of javafxsvg as the latter depends on batik
which has problems reading many svg files.

### Ver 1.7 (2021-Jan-24)
### Ver 1.7 (2021-Jan-24), Java 8
- Add viewPlot function

### Ver 1.6 (2020-Sep-13)
### Ver 1.6 (2020-Sep-13), Java 8
- Add variable name for View if no title was supplied.

### Ver 1.5 (2020-Jul-30)
### Ver 1.5 (2020-Jul-30), Java 8
- Override `readline` from base R to work in a GUI context
- Greatly expand documentation
- Moved demo to separate module
- Create demo jar with dependencies and fixed file traversal so it also works inside a jar.

### Ver 1.4 (2020-Jul-29)
### Ver 1.4 (2020-Jul-29), Java 8
- Add additional parameters to promptDate and promptYearMonth.
- Changed demo to stream output to not give the wrong impression on input availability.

### Ver 1.3 (2020-Jul-24)
### Ver 1.3 (2020-Jul-24), Java 8
- Add gui dialog interactions:
- prompt which prompts for a text input
- chooseFile which opens a file chooser
- chooseDir which opens a directory chooser

### Ver 1.2 (2020-May-27)
### Ver 1.2 (2020-May-27), Java 8
- Format before View so that dates looks understandable

### Ver 1.1 (2020-May-12)
### Ver 1.1 (2020-May-12), Java 8
- Add display so you don't have to write inout$display()

### Ver 1.0
### Ver 1.0, Java 8
- Hamcrest extension greaterThan and lessThan
- Export View so you don't have to write inout$View()
- Lower level image functions bridging to java: readImage, as.imageView
Expand Down

0 comments on commit 3b7af63

Please sign in to comment.