Skip to content

Commit

Permalink
Update changelog, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
RetGal committed Dec 8, 2024
1 parent d853451 commit a2d9705
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
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="dir.ppa" value="${dir.binfile}/debian"/>
<property name="main.class" value="mpo.dayon.common.Runner"/>
<property name="ant.build.javac.release" value="11"/>
<property name="version" value="15.0.0"/>
<property name="version" value="15.0.1"/>

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

* Adaptive capture intervall
* Performance improvements
* Fixed connection reset when switching between singel/multi screen

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

dayon (15.0.0) stable; urgency=medium

* Option to monitor in true colors
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>15.0.0</version>
<version>15.0.1</version>
<description>cross platform remote desktop solution</description>
<developers>
<developer>
Expand Down

0 comments on commit a2d9705

Please sign in to comment.