Skip to content

Commit

Permalink
Updated documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed May 18, 2019
1 parent b1b6c8d commit 4c98e93
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@ It consists of two parts - one for the assistant and one for the assisted. Both
- encrypted communication (TLS)
- cross-platform
- open source
- free (as in free beer)
- free (as hugs)

## History

Dayon! was originally developed by Marc Polizzi back in 2008.

With his permission I moved the code base to GitHub, where it can easier be maintained.
With his consent, I have taken over the maintenance and further development of this software in late 2016.
I also moved the code base to GitHub, where it can easier be maintained.

## Releases

The ![latest version](https://github.com/RetGal/Dayon/releases) is v1.7.5 - released more than ten years after the initial release.
The ![latest version](https://github.com/RetGal/Dayon/releases) is v1.8.0 - 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.

Expand Down Expand Up @@ -64,6 +65,6 @@ 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.
Some additional testing, especially on macOS 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 @@ -12,7 +12,7 @@
<property name="main.class" value="mpo.dayon.assisted.AssistedRunner"/>
<property name="ant.build.javac.source" value="1.8"/>
<property name="ant.build.javac.target" value="1.8"/>
<property name="version" value="1.7.5"/>
<property name="version" value="1.8.0"/>

<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.5</version>
<version>1.8.0</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand Down

0 comments on commit 4c98e93

Please sign in to comment.