Skip to content

Commit

Permalink
Release 0.71.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buchen committed Sep 22, 2024
1 parent 16f6003 commit 761a3ed
Show file tree
Hide file tree
Showing 22 changed files with 60 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.70.5.qualifier
Bundle-Version: 0.71.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.70.5-SNAPSHOT</version>
<version>0.71.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.70.5.qualifier"
version="0.71.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.70.5-SNAPSHOT</version>
<version>0.71.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.70.5.qualifier
Bundle-Version: 0.71.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.70.5-SNAPSHOT</version>
<version>0.71.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.70.5.qualifier
Bundle-Version: 0.71.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.70.5-SNAPSHOT</version>
<version>0.71.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.70.5.qualifier
Bundle-Version: 0.71.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.70.5-SNAPSHOT</version>
<version>0.71.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.70.5.qualifier
Bundle-Version: 0.71.0
Bundle-RequiredExecutionEnvironment: JavaSE-17
Bundle-ActivationPolicy: lazy
Bundle-Activator: name.abuchen.portfolio.ui.PortfolioPlugin
Expand Down Expand Up @@ -116,7 +116,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.70.5",
Require-Bundle: name.abuchen.portfolio;bundle-version="0.71.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.70.5-SNAPSHOT</version>
<version>0.71.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.70.5.qualifier
Bundle-Version: 0.71.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.70.5-SNAPSHOT</version>
<version>0.71.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.70.5-SNAPSHOT</version>
<version>0.71.0</version>
<packaging>pom</packaging>

<name>Portfolio Performance</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,40 @@
<keyword>investment</keyword>
</keywords>
<releases>
<release version="0.71.0" date="2024-09-22">
<description>
<ul>
<li>New: Summary row in the Performance -> Securities view</li>
<li>New: PDF importer for KFintech</li>
<li>New: Price provider India's First Free Mutual Fund API</li>
<li>Improvement: The asset and performance chart remembers if data series are hidden.</li>
<li>Improvement: A double-click on the legend shows or hides a data series in the asset and performance chart.</li>
<li>Improvement: When multiple securities are selected, the prices for all selected securities can be updated.</li>
<li>Improvement: TTWROR and IRR are now displayed in the asset overview for categories and the total portfolio as well.</li>
<li>Improvement: The column "Distance to All-Time High" now has a tooltip with details.</li>
<li>Improvement: In a dividend booking, the number of shares is pre-filled based on the current portfolio.</li>
<li>Improvement: Securities that no longer exist in Portfolio Report are automatically unlinked.</li>
<li>Improvements to the PDF importers for AKF Bank, OnVista, Trade Republic, N26, Hypothekarbank Lenzburg, Santander Bank, and V-Bank</li>
<li>Fix: Fixed an issue when removing the column that the table was sorted by.</li>
<li>Fix: Fixed an issue where the value 'Div%/Year' was not displayed under Performance -> Securities.</li>
<li>Fix: The tooltip for area charts in the classification now shows with the correct axis labels.</li>
<li xml:lang="de">Neu: Summenzeile in der Ansicht Performance -> Wertpapiere</li>
<li xml:lang="de">Neu: PDF-Importer für KFintech</li>
<li xml:lang="de">Neu: Kurslieferant India's First Free Mutual Fund API</li>
<li xml:lang="de">Verbesserung: Das Vermögens- und Performance-Diagramm merkt sich, ob Datenreihen ausgeblendet sind.</li>
<li xml:lang="de">Verbesserung: Ein Doppelklick auf die Legende blendet eine Datenreihe im Vermögens- und Performance-Diagramm ein oder aus.</li>
<li xml:lang="de">Verbesserung: Wenn mehrere Wertpapiere ausgewählt sind, können die Kurse für alle ausgewählten Wertpapiere aktualisiert werden.</li>
<li xml:lang="de">Verbesserung: TTWROR und IZF in der Vermögensaufstellung werden auch für die Kategorien und das Gesamtportfolio angezeigt.</li>
<li xml:lang="de">Verbesserung: Die Spalte "Abstand zum All-Time High" hat jetzt einen Tooltip mit den Details.</li>
<li xml:lang="de">Verbesserung: Bei einer Dividendenbuchung wird die Anzahl der Stücke basierend auf dem aktuellen Depot vorbelegt.</li>
<li xml:lang="de">Verbesserung: Wertpapiere, die nicht mehr auf Portfolio Report existieren, werden automatisch entkoppelt.</li>
<li xml:lang="de">Verbesserungen an den PDF-Importern für AKF Bank, OnVista, Trade Republic, N26, Hypothekarbank Lenzburg, Santanderbank und V-Bank</li>
<li xml:lang="de">Fix: Behebt ein Problem, wenn man die Spalte einer Tabelle entfernt, nach der die Tabelle sortiert ist.</li>
<li xml:lang="de">Fix: Behebt ein Problem, dass der Wert 'Div%/Jahr' unter Performance -> Wertpapiere nicht angezeigt wurde.</li>
<li xml:lang="de">Fix: Der Tooltip für Flächendiagramme bei der Klassifizierung wird mit der richtigen Achsenbeschriftung angezeigt.</li>
</ul>
</description>
</release>
<release version="0.70.4" date="2024-08-25">
<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.70.5.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="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.71.0" type="features" includeLaunchers="true" autoIncludeRequirements="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.70.5.qualifier" type="features" includeLaunchers="true" autoIncludeRequirements="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.71.0" type="features" includeLaunchers="true" autoIncludeRequirements="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.70.5-SNAPSHOT</version>
<version>0.71.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.70.5-SNAPSHOT</version>
<version>0.71.0</version>
<relativePath>../portfolio-app</relativePath>
</parent>

Expand Down

0 comments on commit 761a3ed

Please sign in to comment.