File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 4.1.0
4
+ * #130 Support LibreOffice SDK >= 24.2
5
+ * #104 Improve error handling for RegistrationHandler.classes file
6
+ * #117 , #119 : Improved management of package.properties file
7
+ * #127 Improvements to ant build
8
+
3
9
## 4.0.2
4
10
* #98 Support LibreOffice >= 7.5
5
11
* #85 Detect subfolders in ` lib ` directory
62
68
* #32 Include jodconnector.jar in the build
63
69
64
70
## 2.1.2
65
- * #28 : Start LibreOffice with --norestore
71
+ * #28 : Start LibreOffice with --norestore
66
72
* #31 : Create dist folder when needed
67
73
68
74
## 2.1.1
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Automatic-Module-Name: org.libreoffice.ide.eclipse.core
4
4
Bundle-Name : LibreOffice eclipse integration - core
5
5
Bundle-SymbolicName : org.libreoffice.ide.eclipse.core;singleton:=true
6
6
Bundle-Vendor : The Document Foundation
7
- Bundle-Version : 4.0.2
7
+ Bundle-Version : 4.1.0
8
8
Bundle-Activator : org.libreoffice.ide.eclipse.core.OOEclipsePlugin
9
9
Bundle-RequiredExecutionEnvironment : JavaSE-17
10
10
Bundle-ActivationPolicy : lazy
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Automatic-Module-Name: org.libreoffice.ide.eclipse.java
4
4
Bundle-Name : Java Plug-in for LibreOffice eclipse integration
5
5
Bundle-SymbolicName : org.libreoffice.ide.eclipse.java;singleton:=true
6
6
Bundle-Vendor : The Document Foundation
7
- Bundle-Version : 4.0.2
7
+ Bundle-Version : 4.1.0
8
8
Bundle-Activator : org.libreoffice.ide.eclipse.java.OOoJavaPlugin
9
9
Bundle-ActivationPolicy : lazy
10
10
Bundle-RequiredExecutionEnvironment : JavaSE-17
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ Automatic-Module-Name: org.libreoffice.ide.eclipse.python
4
4
Bundle-Name : Python Plug-in for LibreOffice Eclipse integration
5
5
Bundle-SymbolicName : org.libreoffice.ide.eclipse.python;singleton:=true
6
6
Bundle-Vendor : The Document Foundation
7
- Bundle-Version : 4.0.2
7
+ Bundle-Version : 4.1.0
8
8
Bundle-Activator : org.libreoffice.ide.eclipse.python.OOoPythonPlugin
9
9
Bundle-ActivationPolicy : lazy
10
10
Bundle-RequiredExecutionEnvironment : JavaSE-17
You can’t perform that action at this time.
0 commit comments