Skip to content

Commit

Permalink
Prepare new release
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Mar 7, 2024
1 parent 903441f commit 174f65c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
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="main.class" value="mpo.dayon.common.Runner"/>
<property name="ant.build.javac.source" value="11"/>
<property name="ant.build.javac.target" value="11"/>
<property name="version" value="13.1.0"/>
<property name="version" value="14.0.0"/>

<path id="project.classpath">
<fileset dir="${dir.lib}">
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
dayon (14.0.0) stable; urgency=medium

* Option to configure token server within the UI
* Support of clipboards containing graphics
* Send cmd key if assisted is running on macOS
* Option to take screenshots at the assisted
* Detection of different keyboard layouts
* Some minor UI fixes

-- Reto Galante <[email protected]> Thu, 7 Mar 2024 12:00:00 +0000

dayon (13.0.2) stable; urgency=medium

* Major UI rework
Expand Down
6 changes: 3 additions & 3 deletions 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>13.1.0</version>
<version>14.0.0</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand Down Expand Up @@ -533,7 +533,7 @@
<plugin>
<groupId>com.github.hazendaz.maven</groupId>
<artifactId>makeself-maven-plugin</artifactId>
<version>1.5.1</version>
<version>1.6.1</version>
<configuration>
<archiveDir>../dist/</archiveDir>
<fileName>assisted.sh</fileName>
Expand Down Expand Up @@ -603,7 +603,7 @@
<plugin>
<groupId>com.github.hazendaz.maven</groupId>
<artifactId>makeself-maven-plugin</artifactId>
<version>1.5.1</version>
<version>1.6.1</version>
<configuration>
<archiveDir>../dist/</archiveDir>
<fileName>assistant.sh</fileName>
Expand Down

0 comments on commit 174f65c

Please sign in to comment.