v2.2.0

17 Aug 2020

Files

Changes

  • bugfix
    • rollback: plugin jar class loading mechanism

v2.1.0

10 Aug 2020

Files

Changes

  • new features
    • supports height adjustment for graphic plugin
  • improvements
    • logging experience
    • fix lazy reaction when clicks download button on explore view
    • plugin jar class loading mechanism
    • add markdown css to content area on ​the Plugin's About dialog
    • add minor inspection before downloading the plugin in the explore view
  • dependency
    • remove log4j 1.7.5
    • add logback 1.2.3

v2.0.1

19 Apr 2020

Files

Changes

  • new features
    • supports dynamic logging level configuration
    • supports log file under `/log` directory
  • improvements
    • retry with proxy and non-proxy request
    • url fetching logic to prevent non-proxy redirect request failure
    • pretty JSON serialization
  • dependency
    • update commons-codec to 1.11 from 1.6
    • update commons-logging to 1.2 from 1.1.3
    • update httpclient to 4.5.12 from 4.3.6
    • update jackson to 2.10.3 from 2.4.2

v1.7.1

19 Feb 2020

Files

Changes

  • critical JSON serialization patch

v1.7.0

02 Feb 2020

Files

Changes

  • new features
    • supports markdown text on plugin’s About dialog
    • supports `analyze` method for checking the minimum compatible version
    • supports `ToggleFunction` on context menu
    • supports `getFunction` method for getting context menu's graphic object
  • improvements
    • user interaction when failed to plugin’s automatic update
    • minor css style adjustments
  • dependency
    • new dependency - javassist 3.26.0-GA
    • new dependency - commonmark 0.13.1

v1.6.0

02 Sep 2019

Files

Changes

  • new features
    • supports dark mode UI
    • supports statistics through `setPluginStatisticsUUID()`
    • supports `Clear` context menu on console view
  • bugfix
    • launch fails with non-ISO-8859-1 path on Windows
    • file encoding as a UTF-8 on Windows
    • detect wrong filename from download url
    • certain jar DnD with NPE
    • transparent background bug through `showLoadingBar()`
  • changes
    • `debug(...)` method parameter as a builder pattern
    • some of the `debug(...)` method has been deprecated
    • minor UI changes
  • breaking changes (access modifier)
    • `setSupportedPlatforms()`
    • `setOneTimePlugin()`
    • `setPluginArchivesURI()`
    • `setBeforeRequest()`
    • `setPluginUpdateCheckURI()`
  • dependency
    • update JFoenix dependency to 8.0.8 from 1.0.0

v1.5.2

07 Jul 2019

Files

Changes

  • improvements
    • minor speed improvements
  • bugfix
    • wrong plugin config file interactions

v1.5.1

23 Jun 2019

Files

Changes

  • improvements
    • supports direct install from explore view
    • `debug(isDebugMode)` and `debug(proxy)` method has been added
    • supports `ActlistPlugin.isDebugMode()` method for public static access
    • supports `requiredActlist` parameter from plugin's update check response for restrict automatic updates

v1.5.0

01 Apr 2019

Files

Changes

  • new features
    • supports automatic plugin updates
    • `Check for updates` context menu
    • `Delete` context menu
  • improvements
    • multiple jar DnD experience
    • native drag experience on Mac theme
  • breaking changes
    • pluginArchivesURI will respect server's update check response

v1.4.3

28 Jan 2019

v1.4.2

27 Jan 2019

Files

Changes

  • new features
    • supports mainClass property on plugin's MANIFEST.MF
  • improvements
    • fully supported debugging experience
    • UTF-8 console logging
  • changes
    • Win theme UI/UX
    • default stage/root size
  • bugfix
    • event bubbling on context menu

v1.4.1

16 Dec 2018

v1.4.0

14 Dec 2018

Files

Changes

  • new features
    • brand new UI
    • supports platform theme
    • new plugin explore menu
  • changes
    • java version will be displayed on About view
    • update/warning label will be disappeared after interactions
    • minor changes on first meet prompt label
  • fixed bugs
    • http/https proxy host issue
    • scroll bar broken issue on WebView
    • tray notification dismiss issue

v1.3.0

14 Oct 2018

Files

Changes

  • new features
    • supports platform restriction function in plugin
    • supports feedback tray menu
  • improvements
    • interaction on engine initialization
    • installation path can be selected on Windows exe installer
    • desktop icon can be created on Windows exe installer
    • caller plugin name will be shown in the tray notification
  • fixed bugs
    • RESTfulAPI initialization
    • unicode installation path
    • mouse event consumming issue
    • wrong UI interactions on all platforms

v1.2.10

26 Sep 2018

Files

Changes

  • new features
    • supports one-time plugin which deactivates immediately after activated
    • supports plugin's update check through .js file
    • Actlist showing/hiding feature
  • minor bugfix

v1.2.9

06 Sep 2018

Files

Changes

  • new features
    • plugin's kill switch
    • plugin's end of service
  • minor bugfix

v1.2.8

30 Aug 2018

Files

Changes

  • update check request will be executed every 24 hours.
  • minor UX improvements
    • orange dot and red dot will have animation
    • the tabs on plugin's about dialog are displayed dynamically.
  • minor bugfix
    • getConfig() / putConfig() on debug mode

v1.2.7

02 May 2018

Files

Changes

  • supports UTF-8 content on plugin's about dialog
  • plugin can be added through drag and drop
    • also stage right click -> 'Add a new plugin' too
  • minor UI changes
  • minor UX improvements
  • minor bugfix
    • context menu

v1.2.6

19 Apr 2018

Files

Changes

  • finally, debug(); method can be used in the Plugin's main method
  • supports MessageBox owner
  • supports proxy setting (None / Automatic / Manual)
  • supports Plugin's update check
  • supports warning text on Plugin
  • minor UI changes on About dialog
  • minor bugfix
    • hotkey on Mac
    • stage resize

v1.2.5

11 Jul 2017

Files

Changes

  • JVM tuning options has been modified.

v1.2.4

11 Jul 2017

Files

Changes

  • supports Actlist latest update alarm.
  • minor feature has been added. (minimum compatible version / tray notification / G1GC option)

v1.2.3

29 May 2017

Files

Changes

  • supports Mac OS X.
  • supports console viewer for logging.
  • application executing speed has been improved.
  • the menu has been added for open the plugins directory.

v1.2.2

01 Feb 2017

Files

Changes

  • minor feature has been improved. (function priority)
  • minor feature has been modified.
    • applicationActivated() / applicationDeactivated() method will called even if the application is minimized.
  • minor feature has been added. (applicationCloseRequested method)
    • each plugins can defining an action that called when the application is receives a close request.

v1.2.1

09 Jan 2017

Files

Changes

  • exception throwing feature.
  • minor design changes.
  • minor bug has been fixed.

v1.2.0

05 Jan 2017

Files

Changes

  • configure plugin's priority via drag and drop.
  • save plugin's priority.
  • supports About menu to each plugin.
  • scroll bar design.
  • ESC key to hide the Actlist.
  • save application window size.
  • windows key can be configured by hotkey.
  • minor feature has been improved.
  • minor bug has been fixed.

v1.1.0

19 Dec 2016

Files

Changes

  • load plugins by parallel and speed has been improved.
  • supports Configuration dialog.
  • hotkey change feature.
  • opacity change feature.
  • always on top feature.
  • enable/disable to animation effect.
  • fixed bug
    • terminate Actlist when some plugin raised exception.
    • not showing up when after first minimize to Actlist.
    • application single instance.
    • change application window size.

v1.0.0

14 Dec 2016

Files

Changes

  • The first proper release