Skip to content

Commit

Permalink
Release 0.70.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buchen committed Aug 4, 2024
1 parent 16326ea commit 24c19c3
Show file tree
Hide file tree
Showing 22 changed files with 56 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.69.2.qualifier
Bundle-Version: 0.70.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.69.2-SNAPSHOT</version>
<version>0.70.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.69.2.qualifier"
version="0.70.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.69.2-SNAPSHOT</version>
<version>0.70.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.69.2.qualifier
Bundle-Version: 0.70.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.69.2-SNAPSHOT</version>
<version>0.70.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.69.2.qualifier
Bundle-Version: 0.70.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.69.2-SNAPSHOT</version>
<version>0.70.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.69.2.qualifier
Bundle-Version: 0.70.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.69.2-SNAPSHOT</version>
<version>0.70.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.69.2.qualifier
Bundle-Version: 0.70.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.69.2",
Require-Bundle: name.abuchen.portfolio;bundle-version="0.70.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.69.2-SNAPSHOT</version>
<version>0.70.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.69.2.qualifier
Bundle-Version: 0.70.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.69.2-SNAPSHOT</version>
<version>0.70.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.69.2-SNAPSHOT</version>
<version>0.70.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,36 @@
<keyword>investment</keyword>
</keywords>
<releases>
<release version="0.70.0" date="2024-08-04">
<description>
<ul>
<li>New: Drawdown chart for the dashboard</li>
<li>New: Dashboard chart with derived metrics of a data series: total sum, taxes, fees, invested capital, delta, etc.</li>
<li>New: Filter-based columns in the Performance -> Securities view</li>
<li>New: Trading calendar for the Santiago Stock Exchange</li>
<li>New: Alternative XML format that uses "id" attributes for references (and is therefore easier to read/manipulate by other programs)</li>
<li>Improvements to the PDF importers for Trade Republic, VZ Depotbank, KeyTrade, Deutsche Bank, Postbank, N26, Direkt1822, DKB, Consorsbank, and Raiffeisenbank</li>
<li>Improvement: Icons on Windows will be scaled more appropriately on high-resolution displays</li>
<li>Improvement: In the securities chart, the labeling of data points can be separately toggled on and off to improve readability</li>
<li>Improvement: Support for the decimal separator on the numeric keypad of French keyboards</li>
<li>Improvement: CSV import of transfers between two accounts with different currencies</li>
<li>Fix: Correction of the max drawdown calculation, which could be off by one day</li>
<li>Fix: Resolves an issue when importing prices from JSON, where the date was provided as a Unix timestamp within a string</li>
<li xml:lang="de">Neu: Drawdown-Diagramm für das Dashboard</li>
<li xml:lang="de">Neu: Dashboard-Chart mit den abgeleiteten Metriken einer Datenreihe: Gesamtsumme, Steuern, Gebühren, investiertes Kapital, Delta, etc.</li>
<li xml:lang="de">Neu: Filterbasierte Spalten in der Ansicht Performance -> Wertpapiere</li>
<li xml:lang="de">Neu: Handelskalender der chilenischen Börse von Santiago</li>
<li xml:lang="de">Neu: Alternatives XML-Format, das "id"-Attribute für Verweise nutzt (und darum von anderen Programmen einfacher zu lesen/manipulieren ist)</li>
<li xml:lang="de">Verbesserungen an den PDF-Importern für Trade Republic, VZ Depotbank, KeyTrade, Deutsche Bank, Postbank, N26, Direkt1822, DKB, Consorsbank und Raiffeisenbank</li>
<li xml:lang="de">Verbesserung: Icons unter Windows werden auf hochauflösenden Displays passender skaliert sein</li>
<li xml:lang="de">Verbesserung: Im Wertpapier-Diagramm kann die Beschriftung von Datenpunkten separat ein- und ausgeschaltet werden, um deren Lesbarkeit zu erhöhen</li>
<li xml:lang="de">Verbesserung: Unterstützung des Dezimaltrennzeichen auf dem Ziffernblatt von französischen Tastaturen</li>
<li xml:lang="de">Verbesserung: CSV Import von Umbuchungen zwischen zwei Konten mit unterschiedlicher Währung</li>
<li xml:lang="de">Fix: Korrektur der Max-Drawdown-Berechnung, die einen Tag zu lange sein konnte</li>
<li xml:lang="de">Fix: Behebt ein Problem beim Import von Kursen aus JSON, wenn das Datum als Unix Timestamp in einem String vorlag</li>
</ul>
</description>
</release>
<release version="0.69.1" date="2024-07-07">
<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.69.2.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.70.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.69.2.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.70.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.69.2-SNAPSHOT</version>
<version>0.70.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.69.2-SNAPSHOT</version>
<version>0.70.0</version>
<relativePath>../portfolio-app</relativePath>
</parent>

Expand Down

0 comments on commit 24c19c3

Please sign in to comment.