Skip to content

Latest commit

 

History

History
108 lines (84 loc) · 3.54 KB

CHANGELOG.md

File metadata and controls

108 lines (84 loc) · 3.54 KB

Changelog

4.1.0

  • #130 Support LibreOffice SDK >= 24.2
  • #104 Improve error handling for RegistrationHandler.classes file
  • #117, #119: Improved management of package.properties file
  • #127 Improvements to ant build

4.0.2

  • #98 Support LibreOffice >= 7.5
  • #85 Detect subfolders in lib directory

4.0.1

  • Improved Python project support
    • Fixed run configuration
    • Correctly add multiple python files to build

4.0.0

  • New Java baseline: Java 8 now required (instead of Java 7)
  • Support LibreOffice 7.0 (recognize new libreoffice.jar)
  • Gradle/Buildship support:
    • Jars in "libs" directory in Project root dir are treated as external libs

3.0.1

  • #72 Fix running javamaker with spaces in project path
  • Load description.xml editor even when locale is missing
  • Remove crashreport service (Service no longer exists)
  • Fix build with empty build directory

3.0.0

  • Python support for extension development

2.3.0

  • #52 Ant export is now a separate export option
  • #51 Automatically add .oxt extension for OXT export
  • #21 An error message is shown when RegistrationHandler.classes is empty
  • #8 Making sure a project is selected before generating an interface/a service file
  • #62 Fix Null Pointer Exception when trying to export Extension Project

2.2.6

  • Enabled Automated error reporting

2.2.5

  • #58 Fix build without idl/ directory

2.2.4

  • #38 Prefill build.properties with current LO&SDK installation
  • #43 Java version selector has been removed from the extension wizard
  • #45 Fix invalid paths on macOS. Some problems remain (see #54)
  • #55 Fix extension deployment on Ubuntu

2.2.3

  • #41 Fix wrong classpath syntax for multiple jars

2.2.2

  • #40 Fix jar manifests containing wrong path separator

2.2.1

  • #39 Fix invalid oxt files created in some cases

2.2.0

  • #33 Migrate generated tests to JUnit 4
  • #34 Allow to give LibreOffice/SDK installations custom names
  • #35 Fix Ant support
  • #36 Fix referencing external jar files

2.1.3

  • #32 Include jodconnector.jar in the build

2.1.2

  • #28: Start LibreOffice with --norestore
  • #31: Create dist folder when needed

2.1.1

  • #29: Extension output no longer printed (Regression)

2.1.0

  • #20: Icons can now be added in the description editor.
  • Better error reporting during deployment
  • Don't update the timestamp of the .unoproject file on each run
  • #27: Compile all .idl files in the idl folder
  • #24: Center file chooser on current screen
  • Extension Wizard: Tests are no longer generated by default
  • #11: Clean user profile turned off by default

2.0.3

  • #6: Use the configured unopkg when multiple ones are in PATH
  • #7: Deployment now without user confirmation

2.0.2

  • Fix for Windows zip packaging problem (related to #5)
  • Fix a problem with lock files not being cleaned

2.0 (released as 2.0.1)

  • Support for LibreOffice 5.0 added. Older releases are no longer supported.
  • Support for Eclipse Mars (4.5) added.
  • Deployment: Install extensions without asking when in debug mode or using a separate user profile
  • Runtime configuration now reads package contents from plugin.properties instead of having an own tab for this
  • Renamed the extension and internal paths (OpenOffice -> LibreOffice)
  • Hosting now by The Document Foundation
  • Java 7 is the new baseline for the code (instead of Java 5)
  • Various internal cleanups
  • Fix #5: Invalid oxt files created on Windows

Older versions

No changelog is available for older versions. You can browse the commits instead.