Skip to content

Commit

Permalink
Release 0.65.0
Browse files Browse the repository at this point in the history
  • Loading branch information
buchen committed Aug 14, 2023
1 parent 7cb42b9 commit 275cd83
Show file tree
Hide file tree
Showing 22 changed files with 54 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.64.6.qualifier
Bundle-Version: 0.65.0
Import-Package: javax.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.64.6-SNAPSHOT</version>
<version>0.65.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.64.6.qualifier"
version="0.65.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.64.6-SNAPSHOT</version>
<version>0.65.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.64.6.qualifier
Bundle-Version: 0.65.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.64.6-SNAPSHOT</version>
<version>0.65.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.64.6.qualifier
Bundle-Version: 0.65.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.64.6-SNAPSHOT</version>
<version>0.65.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.64.6.qualifier
Bundle-Version: 0.65.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.64.6-SNAPSHOT</version>
<version>0.65.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.64.6.qualifier
Bundle-Version: 0.65.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.64.6",
Require-Bundle: name.abuchen.portfolio;bundle-version="0.65.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.64.6-SNAPSHOT</version>
<version>0.65.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.64.6.qualifier
Bundle-Version: 0.65.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.64.6-SNAPSHOT</version>
<version>0.65.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.64.6-SNAPSHOT</version>
<version>0.65.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,34 @@
<keyword>investment</keyword>
</keywords>
<releases>
<release version="0.65.0" date="2023-08-14">
<decription>
<ul>
<li>New: Suggestions of providers for historical prices for freshly imported securities from PDF or CSV files</li>
<li>New: Newly recognized securities can be assigned to existing securities during PDF import</li>
<li>New: Pie chart of earnings (dividends, interest) by taxonomy</li>
<li>New: Added support for PDF bank documents from Sberbank Europe and BISON</li>
<li>New: Introducing a new "crosshair" tool available in the price charts</li>
<li>Improvement: Date format is now automatically pre-filled during CSV import based on the current language setting</li>
<li>Improvement: CSV import now supports scientific notation for numbers</li>
<li>PDF Importer Enhancement: Expanded support for Raiffeisenbank, eBase, FlatEx, Quirion, Geno Broker, LGT Bank, and PostFinance</li>
<li>Fix: Tooltip for calculating price gains is now limited to 50 rows</li>
<li>Fix: Filter options are now properly applied when opening the list of all transactions</li>
</ul>
<ul xml:lang="de">
<li>Neu: Vorschläge zur Kursversorgung von frisch importierte Wertpapiere aus PDF- oder CSV-Dateien</li>
<li>Neu: Neu erkannte Wertpapiere können beim PDF Import bestehenden Wertpapieren zugeordnet werden</li>
<li>Neu: Kuchendiagramm der Erträge (Dividenden, Zinsen) nach Klassifikation</li>
<li>Neu: Unterstützung für PDF-Bankdokumente von Sberbank Europe und BISON hinzugefügt</li>
<li>Neu: Neues Werkzeug "Fadenkreuz" in den Kursdiagrammen verfügbar</li>
<li>Verbesserung: Das Datumsformat wird beim CSV-Import automatisch gemäß der aktuellen Spracheinstellung vorausgefüllt</li>
<li>Verbesserung: Der CSV-Import unterstützt nun auch wissenschaftliche Schreibweisen für Zahlen</li>
<li>Verbesserung der PDF Importer: Raiffeisenbank, eBase, FlatEx, Quirion, Geno Broker, LGT Bank und PostFinance</li>
<li>Fix: Tooltip zur Berechnung der Kursgewinne auf 50 Zeilen limitiert</li>
<li>Fix: Filteroptionen werden nun ordnungsgemäß beim Öffnen der Liste aller Buchungen angewendet</li>
</ul>
</decription>
</release>
<release version="0.64.5" date="2023-07-23">
<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.64.6.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.65.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.64.6.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.65.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.64.6-SNAPSHOT</version>
<version>0.65.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.64.6-SNAPSHOT</version>
<version>0.65.0</version>
<relativePath>../portfolio-app</relativePath>
</parent>

Expand Down

0 comments on commit 275cd83

Please sign in to comment.