Skip to content

Commit

Permalink
Prepare for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Feb 18, 2024
1 parent fc029e5 commit 62e4346
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 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.0.1"/>
<property name="version" value="13.0.2"/>

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

* Major UI rework
* Send ctrl key
* Option to lock the window to the assisted screen aspect ration
* Option to change the language within the UI
* Option to start JITSI meet to chat withe the remote peer

-- Reto Galante <[email protected]> Sun, 18 Feb 2024 12:00:00 +0000

dayon (13.0.1) stable; urgency=medium

* Full HiDPI support
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>13.0.1</version>
<version>13.0.2</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand Down

0 comments on commit 62e4346

Please sign in to comment.