Skip to content

Commit

Permalink
Release 0.67.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buchen committed Dec 30, 2023
1 parent aac001b commit 0d4cc1a
Show file tree
Hide file tree
Showing 22 changed files with 58 additions and 26 deletions.
2 changes: 1 addition & 1 deletion name.abuchen.portfolio.bootstrap/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Portfolio Performance Bootstrap
Bundle-SymbolicName: name.abuchen.portfolio.bootstrap;singleton:=true
Bundle-Version: 0.66.3.qualifier
Bundle-Version: 0.67.0
Import-Package: jakarta.inject
Bundle-RequiredExecutionEnvironment: JavaSE-17
Require-Bundle: org.eclipse.emf.common,
Expand Down
2 changes: 1 addition & 1 deletion name.abuchen.portfolio.bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>name.abuchen.portfolio</groupId>
<artifactId>portfolio-app</artifactId>
<version>0.66.3-SNAPSHOT</version>
<version>0.67.0</version>
<relativePath>../portfolio-app</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion name.abuchen.portfolio.feature/feature.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<feature
id="name.abuchen.portfolio.feature"
label="Portfolio Performance"
version="0.66.3.qualifier"
version="0.67.0"
provider-name="Andreas Buchen">

<description url="http://buchen.github.io/portfolio/">
Expand Down
2 changes: 1 addition & 1 deletion name.abuchen.portfolio.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>name.abuchen.portfolio</groupId>
<artifactId>portfolio-app</artifactId>
<version>0.66.3-SNAPSHOT</version>
<version>0.67.0</version>
<relativePath>../portfolio-app</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion name.abuchen.portfolio.junit/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Test Helper Classes
Bundle-SymbolicName: name.abuchen.portfolio.junit
Bundle-Version: 0.66.3.qualifier
Bundle-Version: 0.67.0
Export-Package: name.abuchen.portfolio.junit
Require-Bundle: name.abuchen.portfolio;bundle-version="0.59.6",
org.hamcrest.core;bundle-version="1.3.0",
Expand Down
2 changes: 1 addition & 1 deletion name.abuchen.portfolio.junit/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>name.abuchen.portfolio</groupId>
<artifactId>portfolio-app</artifactId>
<version>0.66.3-SNAPSHOT</version>
<version>0.67.0</version>
<relativePath>../portfolio-app</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion name.abuchen.portfolio.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Portfolio Performance Tests
Bundle-SymbolicName: name.abuchen.portfolio.tests
Bundle-Version: 0.66.3.qualifier
Bundle-Version: 0.67.0
Fragment-Host: name.abuchen.portfolio
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Vendor: Andreas Buchen
Expand Down
2 changes: 1 addition & 1 deletion name.abuchen.portfolio.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>name.abuchen.portfolio</groupId>
<artifactId>portfolio-app</artifactId>
<version>0.66.3-SNAPSHOT</version>
<version>0.67.0</version>
<relativePath>../portfolio-app</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion name.abuchen.portfolio.ui.tests/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Portfolio Performance UI Tests
Bundle-SymbolicName: name.abuchen.portfolio.ui.tests
Bundle-Version: 0.66.3.qualifier
Bundle-Version: 0.67.0
Fragment-Host: name.abuchen.portfolio.ui
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-Vendor: Andreas Buchen
Expand Down
2 changes: 1 addition & 1 deletion name.abuchen.portfolio.ui.tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>name.abuchen.portfolio</groupId>
<artifactId>portfolio-app</artifactId>
<version>0.66.3-SNAPSHOT</version>
<version>0.67.0</version>
<relativePath>../portfolio-app</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions name.abuchen.portfolio.ui/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Portfolio Platform UI
Bundle-SymbolicName: name.abuchen.portfolio.ui;singleton:=true
Bundle-Version: 0.66.3.qualifier
Bundle-Version: 0.67.0
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ActivationPolicy: lazy
Bundle-Activator: name.abuchen.portfolio.ui.PortfolioPlugin
Expand Down Expand Up @@ -113,7 +113,7 @@ Import-Package: com.google.common.base,
org.osgi.service.event,
org.osgi.service.prefs,
org.swtchart
Require-Bundle: name.abuchen.portfolio;bundle-version="0.66.3",
Require-Bundle: name.abuchen.portfolio;bundle-version="0.67.0",
org.eclipse.nebula.cwt,
org.eclipse.ui.forms,
org.eclipse.e4.ui.css.core,
Expand Down
2 changes: 1 addition & 1 deletion name.abuchen.portfolio.ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>name.abuchen.portfolio</groupId>
<artifactId>portfolio-app</artifactId>
<version>0.66.3-SNAPSHOT</version>
<version>0.67.0</version>
<relativePath>../portfolio-app</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion name.abuchen.portfolio/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %Bundle-Name
Bundle-SymbolicName: name.abuchen.portfolio
Bundle-Version: 0.66.3.qualifier
Bundle-Version: 0.67.0
Bundle-RequiredExecutionEnvironment: JavaSE-17
Export-Package: name.abuchen.portfolio,
name.abuchen.portfolio.checks,
Expand Down
2 changes: 1 addition & 1 deletion name.abuchen.portfolio/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>name.abuchen.portfolio</groupId>
<artifactId>portfolio-app</artifactId>
<version>0.66.3-SNAPSHOT</version>
<version>0.67.0</version>
<relativePath>../portfolio-app</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion portfolio-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>name.abuchen.portfolio</groupId>
<artifactId>portfolio-app</artifactId>
<version>0.66.3-SNAPSHOT</version>
<version>0.67.0</version>
<packaging>pom</packaging>

<name>Portfolio Performance</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,38 @@
<keyword>investment</keyword>
</keywords>
<releases>
<release version="0.67.0" date="2023-12-30">
<description>
<ul>
<li>New: Update to Eclipse Version 4.30 (Release 2023-12)</li>
<li>New: PDF Importer for AJ Bell Securities Limited</li>
<li>New: PDF Importer for Findependent AG</li>
<li>New: PDF Importer for Fidelity International</li>
<li>New: PDF Importer for Liechtensteinische Landesbank</li>
<li>New: PDF Importer for Aviva PLC</li>
<li>Improvement: New data series 'Taxes' in the asset chart (in addition to the already existing data series 'accumulated taxes')</li>
<li>Improvement of the PDF Importer: DZ Bank, FlatEx, Baader Bank, V Bank, ComDirect, DKB, FNZ Bank, Trade Republic, Deutsche Bank</li>
<li>Fix: Fixes an issue if the user deletes the value for dividend per share in the input dialog.</li>
<li>Fix: Fixes an issue where the information pane could not be fully collapsed by dragging.</li>
<li>Fix: Fixes an issue with the display of special characters in the performance tooltip and in the master data infobox.</li>
<li>Fix: Fixes an issue with the display of tooltips under macOS when the Control key is pressed.</li>
</ul>
<ul xml:lang="de">
<li>Neu: Update auf Eclipse Version 4.30 (Release 2023-12)</li>
<li>Neu: PDF-Importer für AJ Bell Securities Limited</li>
<li>Neu: PDF-Importer für Findependent AG</li>
<li>Neu: PDF-Importer für Fidelity International</li>
<li>Neu: PDF-Importer für die Liechtensteinische Landesbank</li>
<li>Neu: PDF-Importer für Aviva PLC</li>
<li>Verbesserung: Neue Datenreihe 'Steuern' im Vermögensdiagramm (zusätzlich zu der bereits existierenden Datenreihe 'akkumulierte Steuern')</li>
<li>Verbesserung des PDF-Importers: DZ Bank, FlatEx, Baader Bank, V Bank, ComDirect, DKB, FNZ Bank, Trade Republic, Deutsche Bank</li>
<li>Fix: Behebt ein Problem, wenn der Benutzer im Eingabedialog den Wert für die Dividende pro Anteil löscht.</li>
<li>Fix: Behebt ein Problem, bei dem das Informationsfenster nicht vollständig zusammengeschoben werden konnte.</li>
<li>Fix: Behebt ein Problem mit der Anzeige von Sonderzeichen im Performance-Tooltip und in der Stammdaten-Infobox</li>
<li>Fix: Behebt ein Problem bei der Anzeige des Tooltips unter macOS, wenn die Control-Taste gedrückt wird</li>
</ul>
</description>
</release>
<release version="0.66.2" date="2023-12-13">
<description>
<ul>
Expand Down
6 changes: 3 additions & 3 deletions portfolio-product/name.abuchen.portfolio.distro.p2.inf

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion portfolio-product/name.abuchen.portfolio.distro.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Portfolio Performance" uid="name.abuchen.portfolio.distro.product" id="name.abuchen.portfolio.bootstrap.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="0.66.3.qualifier" useFeatures="true" includeLaunchers="true">
<product name="Portfolio Performance" uid="name.abuchen.portfolio.distro.product" id="name.abuchen.portfolio.bootstrap.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="0.67.0" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>
Expand Down
6 changes: 3 additions & 3 deletions portfolio-product/name.abuchen.portfolio.p2.inf

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion portfolio-product/name.abuchen.portfolio.product
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<?pde version="3.5"?>

<product name="Portfolio Performance" uid="name.abuchen.portfolio.product" id="name.abuchen.portfolio.bootstrap.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="0.66.3.qualifier" useFeatures="true" includeLaunchers="true">
<product name="Portfolio Performance" uid="name.abuchen.portfolio.product" id="name.abuchen.portfolio.bootstrap.product" application="org.eclipse.e4.ui.workbench.swt.E4Application" version="0.67.0" useFeatures="true" includeLaunchers="true">

<configIni use="default">
</configIni>
Expand Down
2 changes: 1 addition & 1 deletion portfolio-product/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>name.abuchen.portfolio</groupId>
<artifactId>portfolio-app</artifactId>
<version>0.66.3-SNAPSHOT</version>
<version>0.67.0</version>
<relativePath>../portfolio-app</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion portfolio-target-definition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>name.abuchen.portfolio</groupId>
<artifactId>portfolio-app</artifactId>
<version>0.66.3-SNAPSHOT</version>
<version>0.67.0</version>
<relativePath>../portfolio-app</relativePath>
</parent>

Expand Down

0 comments on commit 0d4cc1a

Please sign in to comment.