Skip to content

Commit 17a3267

Browse files
committed
Update meta files for new release.
1 parent bca59ad commit 17a3267

4 files changed

Lines changed: 26 additions & 19 deletions

File tree

changelog.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5-
## 0.5.0 - 2021-12-xx
5+
## 0.4.1 - 2021-12-23
6+
7+
- ⚠️ Duplicate detection could be broken, due to changes in the way transactions are handled. Be careful importing large batches.
8+
- 💡 Some people have reported running into loops when trying to start importing CSV files. Please [open an issue](https://github.com/firefly-iii/firefly-iii/issues) if this happens to you.
69

710
### Added
8-
- Dark mode
11+
- Dark mode. Responds to your browser or OS.
12+
13+
### Fixed
14+
- [Issue 5416](https://github.com/firefly-iii/firefly-iii/issues/5416) Mismatch in function name breaks Nordigen.
915

1016
## 0.4.0 - 2021-12-22
1117

composer.lock

Lines changed: 14 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/importer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
declare(strict_types=1);
2424

2525
return [
26-
'version' => '0.4.0',
26+
'version' => '0.4.1',
2727
'flows' => ['nordigen', 'spectre', 'csv'],
2828
'flow_titles' => [
2929
'csv' => 'CSV',

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4273,9 +4273,9 @@ postcss-reduce-transforms@^5.0.1:
42734273
postcss-value-parser "^4.1.0"
42744274

42754275
postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4, postcss-selector-parser@^6.0.5:
4276-
version "6.0.7"
4277-
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.7.tgz#48404830a635113a71fd79397de8209ed05a66fc"
4278-
integrity sha512-U+b/Deoi4I/UmE6KOVPpnhS7I7AYdKbhGcat+qTQ27gycvaACvNEw11ba6RrkwVmDVRW7sigWgLj4/KbbJjeDA==
4276+
version "6.0.8"
4277+
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.8.tgz#f023ed7a9ea736cd7ef70342996e8e78645a7914"
4278+
integrity sha512-D5PG53d209Z1Uhcc0qAZ5U3t5HagH3cxu+WLZ22jt3gLUpXM4eXXfiO14jiDWST3NNooX/E8wISfOhZ9eIjGTQ==
42794279
dependencies:
42804280
cssesc "^3.0.0"
42814281
util-deprecate "^1.0.2"

0 commit comments

Comments
 (0)