Skip to content

Commit 1ee2223

Browse files
committed
Release 0.76.3
1 parent 3ab66b5 commit 1ee2223

File tree

26 files changed

+49
-29
lines changed

26 files changed

+49
-29
lines changed

name.abuchen.portfolio.bootstrap/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Portfolio Performance Bootstrap
44
Bundle-SymbolicName: name.abuchen.portfolio.bootstrap;singleton:=true
5-
Bundle-Version: 0.76.3.qualifier
5+
Bundle-Version: 0.76.3
66
Import-Package: jakarta.inject,
77
name.abuchen.portfolio.ui,
88
name.abuchen.portfolio.ui.util

name.abuchen.portfolio.bootstrap/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>name.abuchen.portfolio</groupId>
88
<artifactId>portfolio-app</artifactId>
9-
<version>0.76.3-SNAPSHOT</version>
9+
<version>0.76.3</version>
1010
<relativePath>../portfolio-app</relativePath>
1111
</parent>
1212

name.abuchen.portfolio.feature/feature.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<feature
33
id="name.abuchen.portfolio.feature"
44
label="Portfolio Performance"
5-
version="0.76.3.qualifier"
5+
version="0.76.3"
66
provider-name="Andreas Buchen">
77

88
<description url="http://buchen.github.io/portfolio/">

name.abuchen.portfolio.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>name.abuchen.portfolio</groupId>
88
<artifactId>portfolio-app</artifactId>
9-
<version>0.76.3-SNAPSHOT</version>
9+
<version>0.76.3</version>
1010
<relativePath>../portfolio-app</relativePath>
1111
</parent>
1212

name.abuchen.portfolio.junit/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Test Helper Classes
44
Bundle-SymbolicName: name.abuchen.portfolio.junit
5-
Bundle-Version: 0.76.3.qualifier
5+
Bundle-Version: 0.76.3
66
Export-Package: name.abuchen.portfolio.junit
77
Require-Bundle: name.abuchen.portfolio;bundle-version="0.59.6",
88
org.hamcrest.core;bundle-version="1.3.0",

name.abuchen.portfolio.junit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>name.abuchen.portfolio</groupId>
99
<artifactId>portfolio-app</artifactId>
10-
<version>0.76.3-SNAPSHOT</version>
10+
<version>0.76.3</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

name.abuchen.portfolio.pdfbox1/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name
44
Bundle-SymbolicName: name.abuchen.portfolio.pdfbox1
5-
Bundle-Version: 0.76.3.qualifier
5+
Bundle-Version: 0.76.3
66
Bundle-RequiredExecutionEnvironment: JavaSE-21
77
Export-Package: name.abuchen.portfolio.pdfbox1
88
Import-Package: org.osgi.framework

name.abuchen.portfolio.pdfbox1/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>name.abuchen.portfolio</groupId>
99
<artifactId>portfolio-app</artifactId>
10-
<version>0.76.3-SNAPSHOT</version>
10+
<version>0.76.3</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

name.abuchen.portfolio.pdfbox3/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name
44
Bundle-SymbolicName: name.abuchen.portfolio.pdfbox3
5-
Bundle-Version: 0.76.3.qualifier
5+
Bundle-Version: 0.76.3
66
Bundle-RequiredExecutionEnvironment: JavaSE-21
77
Export-Package: name.abuchen.portfolio.pdfbox3
88
Import-Package: org.osgi.framework

name.abuchen.portfolio.pdfbox3/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>name.abuchen.portfolio</groupId>
99
<artifactId>portfolio-app</artifactId>
10-
<version>0.76.3-SNAPSHOT</version>
10+
<version>0.76.3</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

name.abuchen.portfolio.tests/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Portfolio Performance Tests
44
Bundle-SymbolicName: name.abuchen.portfolio.tests
5-
Bundle-Version: 0.76.3.qualifier
5+
Bundle-Version: 0.76.3
66
Fragment-Host: name.abuchen.portfolio
77
Bundle-RequiredExecutionEnvironment: JavaSE-21
88
Bundle-Vendor: Andreas Buchen

name.abuchen.portfolio.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>name.abuchen.portfolio</groupId>
99
<artifactId>portfolio-app</artifactId>
10-
<version>0.76.3-SNAPSHOT</version>
10+
<version>0.76.3</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

name.abuchen.portfolio.ui.tests/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Portfolio Performance UI Tests
44
Bundle-SymbolicName: name.abuchen.portfolio.ui.tests
5-
Bundle-Version: 0.76.3.qualifier
5+
Bundle-Version: 0.76.3
66
Fragment-Host: name.abuchen.portfolio.ui
77
Bundle-RequiredExecutionEnvironment: JavaSE-21
88
Bundle-Vendor: Andreas Buchen

name.abuchen.portfolio.ui.tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>name.abuchen.portfolio</groupId>
99
<artifactId>portfolio-app</artifactId>
10-
<version>0.76.3-SNAPSHOT</version>
10+
<version>0.76.3</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

name.abuchen.portfolio.ui/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: Portfolio Platform UI
44
Bundle-SymbolicName: name.abuchen.portfolio.ui;singleton:=true
5-
Bundle-Version: 0.76.3.qualifier
5+
Bundle-Version: 0.76.3
66
Bundle-RequiredExecutionEnvironment: JavaSE-21
77
Bundle-ActivationPolicy: lazy
88
Bundle-Activator: name.abuchen.portfolio.ui.PortfolioPlugin

name.abuchen.portfolio.ui/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>name.abuchen.portfolio</groupId>
88
<artifactId>portfolio-app</artifactId>
9-
<version>0.76.3-SNAPSHOT</version>
9+
<version>0.76.3</version>
1010
<relativePath>../portfolio-app</relativePath>
1111
</parent>
1212

name.abuchen.portfolio/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Manifest-Version: 1.0
22
Bundle-ManifestVersion: 2
33
Bundle-Name: %Bundle-Name
44
Bundle-SymbolicName: name.abuchen.portfolio
5-
Bundle-Version: 0.76.3.qualifier
5+
Bundle-Version: 0.76.3
66
Bundle-RequiredExecutionEnvironment: JavaSE-21
77
Export-Package: name.abuchen.portfolio,
88
name.abuchen.portfolio.checks,

name.abuchen.portfolio/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>name.abuchen.portfolio</groupId>
99
<artifactId>portfolio-app</artifactId>
10-
<version>0.76.3-SNAPSHOT</version>
10+
<version>0.76.3</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

portfolio-app/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>name.abuchen.portfolio</groupId>
77
<artifactId>portfolio-app</artifactId>
8-
<version>0.76.3-SNAPSHOT</version>
8+
<version>0.76.3</version>
99
<packaging>pom</packaging>
1010

1111
<name>Portfolio Performance</name>

portfolio-product/metainfo/info.portfolio_performance.PortfolioPerformance.metainfo.xml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,26 @@
3737
<keyword>investment</keyword>
3838
</keywords>
3939
<releases>
40+
<release version="0.76.3" date="2025-05-18">
41+
<description>
42+
<ul>
43+
<li>Improvement: PDF importer extended for: Scalable Capital, N26, Ebase, OLB</li>
44+
<li>Improvement: Further optimizations in handling retrieval limits, especially with Coingecko.</li>
45+
<li>Improvement: New log message when prices for securities cannot be retrieved – e.g., due to permanent errors when the server no longer recognizes the instrument.</li>
46+
<li>Improvement: Prices are first loaded for securities that have not yet been retrieved in this session or whose last download is outdated.</li>
47+
<li>Fix: Resolves an issue with calculating the average entry price when the currency is not Euro and dividends are recorded.</li>
48+
<li>Fix: Resolves an issue where the header in the information area for grouped accounts was not updated.</li>
49+
<li>Fix: Resolves an issue when creating a new file where the user's locale did not include a country, so no suggestion for the default currency could be made.</li>
50+
<li xml:lang="de">Verbesserung: PDF-Importer erweitert für: Scalable Capital, N26, Ebase, OLB</li>
51+
<li xml:lang="de">Verbesserung: Weitere Optimierungen beim Umgang mit Abruflimits, insbesondere bei Coingecko.</li>
52+
<li xml:lang="de">Verbesserung: Neuer Hinweis im Fehlerprotokoll, wenn Kurse für Wertpapiere nicht abgerufen werden können – z. B. bei permanenten Fehlern, wenn der Server das Wertpapier nicht (mehr) kennt.</li>
53+
<li xml:lang="de">Verbesserung: Es werden zunächst Kurse von den Wertpapieren geladen, die in dieser Session entweder noch gar nicht geladen wurden oder deren Download älter ist.</li>
54+
<li xml:lang="de">Fix: Behebt ein Problem bei der Berechnung des Einstiegspreises nach dem gleitenden Durchschnitt, wenn die Währung nicht Euro ist und Dividenden erfasst sind.</li>
55+
<li xml:lang="de">Fix: Behebt ein Problem, bei dem die Überschrift im Informationsbereich bei den gruppierten Konten nicht aktualisiert wurde.</li>
56+
<li xml:lang="de">Fix: Behebt ein Problem, wenn eine neue Datei angelegt wurde und die Locale des Benutzers kein Land enthielt, sodass kein Vorschlag für die Standardwährung gemacht werden konnte.</li>
57+
</ul>
58+
</description>
59+
</release>
4060
<release version="0.76.2" date="2025-05-09">
4161
<description>
4262
<ul>

portfolio-product/name.abuchen.portfolio.distro.p2.inf

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

portfolio-product/name.abuchen.portfolio.distro.product

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<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.76.3.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
4+
<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.76.3" type="features" includeLaunchers="true" autoIncludeRequirements="true">
55

66

77
<configIni use="default">

portfolio-product/name.abuchen.portfolio.p2.inf

Lines changed: 3 additions & 3 deletions
Large diffs are not rendered by default.

portfolio-product/name.abuchen.portfolio.product

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<?pde version="3.5"?>
33

4-
<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.76.3.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="true">
4+
<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.76.3" type="features" includeLaunchers="true" autoIncludeRequirements="true">
55

66

77
<configIni use="default">

portfolio-product/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>name.abuchen.portfolio</groupId>
99
<artifactId>portfolio-app</artifactId>
10-
<version>0.76.3-SNAPSHOT</version>
10+
<version>0.76.3</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

portfolio-target-definition/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>name.abuchen.portfolio</groupId>
99
<artifactId>portfolio-app</artifactId>
10-
<version>0.76.3-SNAPSHOT</version>
10+
<version>0.76.3</version>
1111
<relativePath>../portfolio-app</relativePath>
1212
</parent>
1313

0 commit comments

Comments
 (0)