Skip to content

Releases: actlist/actlist

v2.2.0

17 Aug 09:13
8bf2080
Compare
Choose a tag to compare

Bugfix

  • rollback: plugin jar class loading mechanism

v2.1.0

09 Aug 17:03
Compare
Choose a tag to compare

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 changes

  • remove log4j 1.7.5
  • add logback 1.2.3

v2.0.1

19 Apr 09:36
Compare
Choose a tag to compare

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 changes

  • 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

18 Feb 18:08
Compare
Choose a tag to compare
  • critical JSON serialization patch

v1.7.0

02 Feb 14:14
Compare
Choose a tag to compare
  • 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