1 Star 1 Fork 0

晓辰/XR3Player

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
XR3PlayerUpdatePage.html 45.43 KB
一键复制 编辑 原始数据 按行查看 历史
Kentros Alexandros 提交于 2019-05-20 17:52 . Java 11
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>XR3Player Update Site</title>
</head>
<body>
<!-- Known Bugs features -->
<section id="Bugs">
<p id="info">
<br>* BUG - Playlists FOLDER_MODE fails to count Files correctly when a lot of File exist (50.000++) (Multithreaded issue)
<br>* SERIOUS_BUG - For some songs the Player seeks forever
<br>* PERFORMANCE_BUG - The application shows white blank spaces very often after sometime
<br>* PERFORMANCE_BUG - Tab_panes lag sometimes when visualizers are running
<br>* MEMORY_BUG WaveForm service doesn't delete the temporary files many times
</p>
<p id="lastUpdated"> 21/04/2019 </p>
</section>
<!-- Upcoming features -->
<section id="Upcoming Features">
<p id="most important">
<!-- TODO ASSAP -->
<br>* Dropbox Upload and Download
<br>* Grid Drag and Drop System for the application
<br>* Find Music Album Images searching the internet.
<br>* Get tag details from Discord,MusicBrain etc
<br>* Web Browser must open new tabs when scroll is clicked
<br>* WebBrowser download progress UI
<br>* Ability to record players audio
<br>* Ability to view available microphones
<br>* Ability to view available speakers,headphones etc
<br>* More enhancement User Mode Section [ Show more information for the logged in user]
<br>* Capture Microphone Audio and save to File
<br>* First Attempts to create add blocker for certain websites
<br>* Auto-focus near file after deleting some media
<br>* Advanced Spectrum Analyser Tool [ Like After Effects ]
<br>* Remember the columns sort and position after the application closes
<br>* Advanced Speech Recognition using Google Speech API or Watson Speech API
<br>* Advanced Text To Speech using Google Speech API or Watson API
<br>* Players must be capable of playing songs in row using their own playlists
<br>* Completely detect no audio devices found error
</p>
<p id="info">
<!-- TODO -->
<br>* Ability to write MUSIC CD DISC using XR3Player
<br>* Ability to search media using different Countries [ Example. I want only English and Greek songs ]
<br>* More advanced search on playlists [ More options ]
<br>* Updates must be queued on the PlayLists using an external Thread
<br>* User must be capable of downloading Files using external URL's
<br>* Add bar charts about different topics [Example categories of music that user prefers to listen ]
<br>* Add effects Control on Players
<br>* Experimental fat jar XR3Player distribution
</p>
<p id="lastUpdated"> 21/04/2019 </p>
</section>
<hr>
<article id="129">
<p class="about">
== Update == <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>* Update to latest XR3Player Version
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>*
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>*
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>*
<p>
<b>Released Date</b> :
</p>
<p class="releasedate"> Upcoming </p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">10.0.2</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">10.0.2</p>
</article>
<hr>
<hr>
<article id="128">
<p class="about">
== Update == 128<br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Browser Supports .mp3 now
<br>* Chromium 69
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* New Splash Screen
<br>* New Welcome Screen
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Browser Crashing Issues
<br>* Browser Security Issues
<br>* Renaming Playlist Bug Fix
<p>
<b>Released Date</b> :
</p>
<p class="releasedate"> 21/04/2019</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">10.0.2</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">10.0.2</p>
</article>
<hr>
<hr>
<article id="127">
<p class="about">
== Update == A new era :) <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>*
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* Updated many third-party dependencies
<br>* Style improvements
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* General third-party bug fixes
<br>* Disabled System TreeView Rename due to bugs
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">27/12/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">10.0.2</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">10.0.2</p>
</article>
<hr>
<article id="126">
<p class="about">
== Update == Serious Bug Fixes |:) <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Removed annoying keyboard arrow listeners in some places
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* Side Bar Style Improvements
<br>* Removed obsolete Movies Mode
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Bug with Wave Amplitudes Recalculation if failed
<br>* Search Window not showing Media Album Views
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">11/11/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">10.0.2</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">10.0.2</p>
</article>
<hr>
<article id="125">
<p class="about">
== Update == UI improvements <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Next/Previous Buttons on Media Album Images Viewer
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* JxBrowser 6.22
<br>* General UI improvements
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>*
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">28/10/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">10.0.2</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">10.0.2</p>
</article>
<hr>
<article id="124">
<p class="about">
== Update == Free time update <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>*
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* Smart calculation of Wave Amplitudes
<br>* Remember Wave Amplitudes for same audio
<br>* Dependencies update to latest versions
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Wave Amplitude bug fixes
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">22/10/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">10.0.2</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">10.0.2</p>
</article>
<hr>
<article id="123">
<p class="about">
== Update == 123<br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Updated to Java 10.0.2 !!!!
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>*
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* General Bug Fixes
<p>
<b>Released Date</b> :
</p>
<p class="releasedate"> 22/09/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">10.0.2</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">10.0.2</p>
</article>
<hr>
<article id="122">
<p class="about">
== Update == 122<br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>*
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* NullPointer on Resizing fixed
<br>* Dependencies update
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* General Bug Fixes
<br>* Broken FMovies link
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">22/09/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="121">
<p class="about">
== Update 121 == Fun Update <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Latest FFMPEG 4.0.2
<br>* Fast change between modes (no more lag)
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* Visualizers Speed Improvements
<br>* Improved Application Updater Mechanism
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Encoder Bug Fixes
<br>* General Bug Fixes
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">10/09/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="38">
<p class="about">--Update 38!--</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog">
*Minor Bug Fixes <br> *Added small circle on deck timer
</p>
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">17/01/2017</p>
<p>
<b>Minimum Java[JRE] Version</b> :
</p>
<p class="minJavaVersion">1.8.0_111</p>
</article>
<hr>
<article id="100">
<p class="about">
==Update 100== Java 9 Production <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Support almost all audio formats through converting into .mp3
<br>* Dropbox Authentication Window reworked using JxBrowser
<br>* JRE changed to Java 9
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* Improved style on rename window
<br>* New background image
<br>* New splash screen
<br>* Reworked players layout
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Common bug fixes and crash issues
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">27/4/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="101">
<p class="about">
==Update == Small Critical Update <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog">
<!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new">
<!-- what's new ? -->
<br>* Top Bar button for side bar
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved">
<!-- what has been improved/changed -->
<br>* Style Improvements
<br>* Reworked Star Window style and positioning
<br>* Reworked Emotions Window style and positioning
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed">
<!-- what has been fixed (usually bugs) -->
<br>* Common Bug Fixes
<br>* Chromium Layout bug fixed
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">01/05/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="102">
<p class="about">
==Update == General Improvements <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Ability to Open Task Manager
<br>* JavaSysmon serious bug fix for Windows 7 - 32 bit
<br>* More advanced installer and unistaller
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* Players advanced mode redesigned
<br>* Visualizer inside players Redesigned
<br>* Visualizer window top bar redesigned
<br>* Welcome Screen improvements
<br>* Rename windows bad positioning fixed
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Layout Bugs
<br>* General Bugs
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">04/05/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="103">
<p class="about">
==Update == UI Improvements <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Generally UI improvements
<br>* Reworked players simple and advanced mode
<br>* Reworked libraries information window
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* Redesigned bottom and top bars
<br>* Replacing actual images with FontIcons
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>*
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">09/05/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="104">
<p class="about">
==Update == Serious Browser Fixes and UI Updates<br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog">
<!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new">
<!-- what's new ? -->
<br>* Converting Progress Bar Status %100
<br>* Browser PopUp blocker Version 1
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved">
<!-- what has been improved/changed -->
<br>* Browser uses Chromium 64
<br>* Browser UI reworked
<br>* Copy File,File Path or File Location button in players
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed">
<!-- what has been fixed (usually bugs) -->
<br>* Serious WebBrowser bug fixes
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">12/05/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="105">
<p class="about">
==Update == 105 <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* XR3Capture/Screen Capture UI completely reworked
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* Application doesn't require anymore admin access to run
<br>* More advanced installer for Windows
<br>* New installer icon for Windows
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Drag and Drop Disabled in application , bug fixed
<br>* XR3Capture bug fixes
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">27/05/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="106">
<p class="about">
==Update == 106 Bug Fixes<br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>*
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>*
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Windows Resize lag fixed for Windows , Linux , MacOS
<br>* Capture Window minimize bug fixed
<p>
<b>Released Date</b> :
</p>
<p class="releasedate"> 30/05/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="107">
<p class="about">
==Update == 107 New Features :)!!<br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<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>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>*
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* General bug fixes
<p>
<b>Released Date</b> :
</p>
<p class="releasedate"> 04/06/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="108">
<p class="about">
==Update == 108 , Powerful UI improvements!<br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Web Browser User Interface Redesign
<br>* MainMode UI Redesign
<br>* DJMode UI Redesign
<br>* General Application UI Redesign
<br>* New search bar on the top bar
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* Performance improvements
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Stars not showing correctly bug fix
<br>* Tons of bug fixes ( like 30 or more)
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">10/06/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="109">
<p class="about">
==Update == UI/UX/Converter improvements <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* JAVE2 Powerful Media Converter
<br>* JavaSysmon2 Powerful System Controller
<br>* Huge UI improvements
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* UX experience
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Fixed bug with some audio files not supported
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">12/06/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="110">
<p class="about">
==Update == 110 -> Huge UI/UX changes , bug fixes , performance booster <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Replaced almost all .png , .jpg images with Font Icons (SVG)
<br>* Display on Side Bar which modes have sound
<br>* Ability to show/hide the bottom bar
<br>* Reworked Players UI
<br>* Crazy UI and UX improvements
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* UI/UX Improvements
<br>* Performance Improvements
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Huge bug fixes [ HUGE I MEAN IT ]
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">17/06/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="111">
<p class="about">
==Update == New Features , UI/UX , Bug Fixes <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Download Dropbox Folders as .zip
<br>* No more lag from Libraries Mode to DJ Mode and vice versa
<br>* System TreeView visible even from Libraries Mode
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* UI improvements
<br>* UX improvements
<br>* Jave2 version 2.2.0
<br>* Replaced almost all images with FontIcons
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Many small annoying bug fixes
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">22/06/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="112">
<p class="about">
==Update == UI+UX improvements<br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>*
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* UI improvements
<br>* UX improvements
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* General Bug Fixes
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">27/06/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="113">
<p class="about">
==Update == Bug fixes , size reduction , new features<br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Distribution size reduced in half
<br>* Browser Version 6.21
<br>* SQlite JDBC 3.23.1
<br>* Jave2 version 2.4.1 bug free
<br>* Most of [.png,.jpg] replaced with Font Icons
<br>* Font icon on player disc if not album image
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* Download JRE if not found
<br>* UI improvements
<br>* UX improvements
<br>* Less Memory Usage
<br>* Less CPU Usage
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Important bug fixes on players
<br>* Dropbox Folder renaming bug
<br>* Notifications bug fix
<br>* Lot of general bug fixes
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">29/06/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="114">
<p class="about">
==Update == Audio Speed Control , UI improvements etc!!<br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Audio Speed Control
<br>* Notifications UI Improvement
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* Application UI
<br>* Application zip size reduction by 5%
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* General Bug Fixes
<br>* Audio Seeking bug fixes
<br>* Notifications UI bug fixes
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">06/07/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="115">
<p class="about">
==Update == Dropbox downloads ,UI,UX,SPEED and more<br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Dropbox AccessTokens TreeView with client informations
<br>* Dropbox downloads table (!!! this is awesome !!!!)
<br>* Drag and Drop files from dropbox directly to players
<br>* Drag and Drop files from dropbox downloads directly to players
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* Fancy players volume bar colors
<br>* UI improvements
<br>* UX improvements
<br>* Speed improvements
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Timer when dragging files between opened libraries tabs ( so not accidentally changing when you just want to drag and drop a song to a player)
<br>* Volume bar complex bugs fixed and reworked so now works like charm
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">21/07/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="116">
<p class="about">
== Update == Hot fixes , ability to play any video as audio <br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Play any Video format dropping it inside Players
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* Remember Dropbox last download folder
<br>* More Video formats supported
<br>* Important UI improvements
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Fixed rename not working in playlists
<br>* File choosers bugs
<br>* Dropbox TreeView accounts bugs
<br>* General Bug Fixes
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">21/07/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="117">
<p class="about">
== Update == Big update!<br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* !!NEW!! Playlists media album viewer [ FANTASTIC ]
<br>* Ability to export playlist as .zip folder
<br>* Updated Plalists/Dropbox Drag View mechanisms ( more beautiful image/text of dragging elements)
<br>* Reworked stars UI in Playlists
<br>* Reworked export UI in Playlists
<br>* New settings for Playlists
<br>* Delete opened library directly from tab context menu
<br>* Create and Open new library directly from libraries +(plus) button
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* UI + UX improvements
<br>* Speed Improvements
<br>* Reworked application background image mechanism
<br>* Reworked export window mechanism (how you export and what)
<br>* Reworked application settings window
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Dropbox new sign in duplicated current access token bug fixed
<br>* Code clearing and Speed Improvements
<br>* Export window bug fix for selected songs
<br>* General Bug Fixes
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">31/07/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="118">
<p class="about">
== Update == Many bug fixes and new exciting features<br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* New Visualizer | Vertical Volume Meter Bars
<br>* DJ Mixer Sound Slider
<br>* Synchonize players buttons on DJ Mode
<br>* Added reset player speed to normal button
<br>* Search ability on System Explorer TreeView
<br>* Copy,Play,Rename,Edit System Explorer TreeView items
<br>* Synchronize rename between System Explorer TreeView and Playlists
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* General UI + UX improvements
<br>* Reworked ContextMenus UI
<br>* Reworked players notifications UI
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* VERY SERIOUS BUG FIXES
<br>* Fixed broken Notifications for players ( better mechanism )
<br>* Increased imported images maximum size
<br>* Fixed bug for players share button menu items
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">03/08/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="119">
<p class="about">
== Update == E X T R A O R D I N A R Y<br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* Wave Spectrum Analyser from Audio
<br>* Multiple Libraries Selection ( Modify many libraries at once)
<br>* Sort Libraries by (name,stars,total media)
<br>* Sort Users by (name,total libraries,total dropbox accounts)
<br>* Remember last logged in user (Select him/her on application restart)
<br>* New Libraries Context Menu
<br>* New Users Context Menu
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* Playlists Thread Security Mechanism
<br>* Detect no Audio Devices found
<br>* UI and UX improvements
<br>* Fixed missing visualizers menu item
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Speed bugs
<br>* Cancerous bugs
<br>* General Bug Fixes
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">13/08/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
<article id="120">
<p class="about">
== Update 120== FREAKSHOW<br>
</p>
<p>
<b>ChangeLog</b> :
</p>
<p class="changelog"> <!-- old model - last release being reported will be replaced from the below -->
<br>*
</p>
<p>
<b> What's new ?</b> :
</p>
<p class="new"> <!-- what's new ? -->
<br>* New controls for Amplitudes wave
<br>* Updates system is more smart about latest updates
<br>* New JSON Parser Library
</p>
<p>
<b>What has been improved ?</b> :
</p>
<p class="improved"> <!-- what has been improved/changed -->
<br>* Newer FFMPEG VERSION , removed TarsosTranscoder
<br>* Wave Amplitudes calculation is super fast .
</p>
<p>
<b>What has been fixed ?</b> :
</p>
<p class="fixed"> <!-- what has been fixed (usually bugs) -->
<br>* Wave Amplitudes calculation bugs
<br>* General Bug Fixes
<p>
<b>Released Date</b> :
</p>
<p class="releasedate">17/08/2018</p>
<p>
<b>Minimum Java Version</b> :
</p>
<p class="minJavaVersion">9.0.4</p>
<p>
<b>Maximum Java Version</b> :
</p>
<p class="maxJavaVersion">9.0.4</p>
</article>
<hr>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/a2019xiaoluo/XR3Player.git
[email protected]:a2019xiaoluo/XR3Player.git
a2019xiaoluo
XR3Player
XR3Player
master

搜索帮助