Skip to content

Commit

Permalink
Updated version numbers and readme for the new release
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Mar 6, 2019
1 parent 6923be5 commit 2b4a65c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 5 deletions.
30 changes: 27 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ It consists of two parts - one for the assistant and one for the assisted. Both
- encrypted communication (TLS)
- cross-platform
- open source
- free
- free (as in free beer)

## History

Expand All @@ -22,11 +22,11 @@ With his permission I moved the code base to GitHub, where it can easier be main

## Releases

The ![latest version](https://github.com/RetGal/Dayon/releases) is v1.7.1 - released more than ten years after the initial release.
The ![latest version](https://github.com/RetGal/Dayon/releases) is v1.7.2 - released more than ten years after the initial release.

This version comes with a new connection protocol, allowing the clipboard to be shared between assisted and assistant.

It is most likely the very last version which is boundled with a Java 8 based JRE.
It is most likely the very last version which is bundled with a Java 8 based JRE.

## Website

Expand All @@ -41,3 +41,27 @@ It is most likely the very last version which is boundled with a Java 8 based JR
## Trivia

Dayon! means "Come in!" in Visayas - a local Philippine dialect.

## Developers

The project can be built with Maven:

``mvn clean package``

or with Ant:

``ant clean build``

Have a look at ``pom.xml`` or ``build.xml`` for details and advanced options.

## Contributors

Any feedback and contributions are very welcome.

You don't have to be a programmer!

For example translations for additional languages would make this app more useful for more earthlings - see: [src/main/java/mpo/dayon/common/babylon/Babylon.properties](https://github.com/RetGal/Dayon/blob/master/src/main/java/mpo/dayon/common/babylon/Babylon.properties) or [docs](https://github.com/RetGal/Dayon/tree/master/docs)

Some additional testing, especially on Mac OS would also be highly appreciated.


2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<property name="ant.build.javac.source" value="1.8"/>
<property name="ant.build.javac.target" value="1.8"/>
<property name="jetty.version" value="9.4.15.v20190215"/>
<property name="version" value="1.7.1"/>
<property name="version" value="1.7.2"/>

<path id="project.classpath">
<fileset dir="${dir.lib}">
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<url>https://github.com/retgal/dayon</url>
<groupId>mpo.dayon</groupId>
<artifactId>dayon</artifactId>
<version>1.7.1</version>
<version>1.7.2</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand Down

0 comments on commit 2b4a65c

Please sign in to comment.