Skip to content

Commit

Permalink
Passed on update 108
Browse files Browse the repository at this point in the history
  • Loading branch information
goxr3plus committed Jun 4, 2018
1 parent 9caf576 commit e209d71
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 16 deletions.
14 changes: 6 additions & 8 deletions New Update Prototype.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

<article id="107">
<article id="108">
<p class="about">
==Update == 107 New Features :)!!<br>
==Update == 108 , Powerful!<br>
</p>
<p>
<b>ChangeLog</b> :
Expand All @@ -12,10 +12,8 @@
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Crazy UI Improvements on Players advanced mode
<br>* Crazy UI Improvements on Players simple mode
<br>* Paste () file or absolute file path) on the players to directly play it
<p class="new"> <!-- what's new ? -->
<br>*
</p>
<p>
<b>What has been improved ?</b> :
Expand All @@ -27,11 +25,11 @@
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* General bug fixes
<br>*
<p>
<b>Released Date</b> :
</p>
<p class="releasedate"> 04/06/2018</p>
<p class="releasedate"> / /2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
Expand Down
10 changes: 5 additions & 5 deletions XR3PlayerUpdatePage.html
Original file line number Diff line number Diff line change
Expand Up @@ -2147,8 +2147,8 @@
</p>
<p class="new"> <!-- what's new ? -->
<br>* Crazy UI Improvements on Players advanced mode
<br>* Crazy UI Improvements on Players simple mode
<br>* Paste () file or absolute file path) on the players to directly play it
<br>* Crazy UI Improvements on Players simple mode
<br>* Paste () file or absolute file path) on the players to directly play it
</p>
<p>
<b>What has been improved ?</b> :
Expand Down Expand Up @@ -2197,9 +2197,9 @@
<p id="most important">

<!-- TODO ASSAP -->
<br>* WebBrowser download progress UI
<br>* DropBox download progress UI
<br>* Directly play media files from DropBox to XR3Player
<br>* WebBrowser download progress UI
<br>* DropBox download progress UI
<br>* Directly play media files from DropBox to XR3Player
<br>* Ability to record players audio
<br>* Ability to view available microphones
<br>* Ability to view available speakers,headphones etc
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.goxr3plus</groupId>
<artifactId>XR3Player</artifactId>
<version>3.107</version>
<version>3.108</version>


<name>XR3Player</name>
Expand All @@ -20,7 +20,7 @@
<maven.compiler.source>1.9</maven.compiler.source>
<maven.compiler.target>1.9</maven.compiler.target>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<my.project.version>107</my.project.version>
<my.project.version>108</my.project.version>
</properties>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ public class Main extends Application {
public static final PropertiesDb applicationProperties = new PropertiesDb(InfoTool.getAbsoluteDatabasePathWithSeparator() + "ApplicationProperties.properties", true);
public static final Logger logger = Logger.getGlobal();
public static final Properties internalInformation = new Properties();
public static final int APPLICATION_VERSION = 107;
public static final int APPLICATION_VERSION = 108;
static {
//Important for Web Browser allowing xss
//System.setProperty("sun.net.http.allowRestrictedHeaders", "true")
Expand Down

0 comments on commit e209d71

Please sign in to comment.