Skip to content

Commit

Permalink
Release 0.72.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buchen committed Nov 30, 2024
1 parent 26b4de5 commit b828809
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.71.3.qualifier
Bundle-Version: 0.72.0
Import-Package: jakarta.inject
Bundle-RequiredExecutionEnvironment: JavaSE-21
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.71.3-SNAPSHOT</version>
<version>0.72.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.71.3.qualifier"
version="0.72.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.71.3-SNAPSHOT</version>
<version>0.72.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.71.3.qualifier
Bundle-Version: 0.72.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.71.3-SNAPSHOT</version>
<version>0.72.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.71.3.qualifier
Bundle-Version: 0.72.0
Fragment-Host: name.abuchen.portfolio
Bundle-RequiredExecutionEnvironment: JavaSE-21
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.71.3-SNAPSHOT</version>
<version>0.72.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.71.3.qualifier
Bundle-Version: 0.72.0
Fragment-Host: name.abuchen.portfolio.ui
Bundle-RequiredExecutionEnvironment: JavaSE-21
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.71.3-SNAPSHOT</version>
<version>0.72.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.71.3.qualifier
Bundle-Version: 0.72.0
Bundle-RequiredExecutionEnvironment: JavaSE-21
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.component.annotations,
org.osgi.service.event,
org.osgi.service.prefs
Require-Bundle: name.abuchen.portfolio;bundle-version="0.71.3",
Require-Bundle: name.abuchen.portfolio;bundle-version="0.72.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.71.3-SNAPSHOT</version>
<version>0.72.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.71.3.qualifier
Bundle-Version: 0.72.0
Bundle-RequiredExecutionEnvironment: JavaSE-21
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.71.3-SNAPSHOT</version>
<version>0.72.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.71.3-SNAPSHOT</version>
<version>0.72.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.72.0" date="2024-11-30">
<description>
<ul>
<li>New: Update to Eclipse 2024-09 and Java 21</li>
<li>New: Weekly and bi-weekly investment plans.</li>
<li>New: New color schemes for heatmaps, which are better suited for people with red-green color blindness, among others.</li>
<li>New: Configurable prefix for instrument name in selection lists.</li>
<li>New: PDF importer for Audi Bank and Saxo Bank</li>
<li>Improvement: DivvyDiary upload now includes all positions, including those already sold.</li>
<li>Improvement: Account balance history is displayed in the statement of assets when an account is selected.</li>
<li>Improvement: Percentages of 0% are now marked in black (instead of green) in tables.</li>
<li>Improvement: In the annual bar chart under "Payments," bars are now always correctly colored.</li>
<li>Improvement: Tooltip size in charts no longer depends on the help text (and should fit better).</li>
<li>Improvements to PDF importers for Tradegate AG, Trade Republic, 1822direct, Oldenburgische Landesbank, FNZ Bank, Hypothekarbank Lenzburg, PostFinance AG, KBC Group NV, sBroker, Consorsbank, MLP, Hello Bank, 3BankenEDV, EstateGuru, WhiteBox, ING Diba, Barclay, Easybank</li>
<li>Fix: Column configuration window for CSV import is now larger and more user-friendly.</li>
<li>Fix: Filenames are sanitized for the operating system during bulk export of CSV files.</li>
<li>Fix: Resolves an issue in the performance calculation view when opening the context menu without a selection.</li>
<li xml:lang="de">Neu: Update auf Eclipse 2024-09 und Java 21</li>
<li xml:lang="de">Neu: Wöchentliche und zweiwöchentliche Sparpläne.</li>
<li xml:lang="de">Neu: Neue Farbschemata für Heatmaps, die unter anderem besser für Personen mit Rot-Grün-Blindheit geeignet sind.</li>
<li xml:lang="de">Neu: Konfigurierbare Prefix für Wertpapiername in Auswahllisten.</li>
<li xml:lang="de">Neu: PDF-Importer für Audi Bank und Saxo Bank</li>
<li xml:lang="de">Verbesserung: Der Upload auf DivvyDiary enthält jetzt alle Positionen, auch die bereits verkauften.</li>
<li xml:lang="de">Verbesserung: In der Vermögensaufstellung wird der Kontosaldenverlauf angezeigt, wenn ein Konto ausgewählt ist.</li>
<li xml:lang="de">Verbesserung: Prozentzahlen von 0% werden in Tabellen jetzt schwarz (statt grün) markiert.</li>
<li xml:lang="de">Verbesserung: Im jährlichen Balkendiagramm unter "Zahlungen" werden die Balken jetzt immer korrekt eingefärbt.</li>
<li xml:lang="de">Verbesserung: Tooltip-Größe in Charts hängt nicht mehr vom Hilfetext ab (sollte besser passen).</li>
<li xml:lang="de">Verbesserungen an den PDF-Importern für Tradegate AG, Trade Republic, 1822direct, Oldenburgische Landesbank, FNZ Bank, Hypothekarbank Lenzburg, PostFinance AG, KBC Group NV, sBroker, Consorsbank, MLP, Hello Bank, 3BankenEDV, EstateGuru, WhiteBox, ING Diba, Barclay, Easybank</li>
<li xml:lang="de">Fix: Fenster zur Spaltenkonfiguration beim CSV Import jetzt größer und benutzerfreundlicher.</li>
<li xml:lang="de">Fix: Dateinamen werden beim Massenexport von CSV-Dateien für das Betriebssystem bereinigt.</li>
<li xml:lang="de">Fix: Behebt ein Problem in der Performance-Berechnungsansicht, wenn das Kontextmenü ohne Auswahl geöffnet wird.</li>
</ul>
</description>
</release>
<release version="0.71.2" date="2024-10-03">
<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.71.3.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.72.0" type="features" includeLaunchers="true" autoIncludeRequirements="true">


<configIni use="default">
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.71.3.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.72.0" type="features" includeLaunchers="true" autoIncludeRequirements="true">


<configIni use="default">
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.71.3-SNAPSHOT</version>
<version>0.72.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.71.3-SNAPSHOT</version>
<version>0.72.0</version>
<relativePath>../portfolio-app</relativePath>
</parent>

Expand Down

0 comments on commit b828809

Please sign in to comment.