Skip to content

Commit fec1d1f

Browse files
committed
Merge branch 'fix/pathdialog-cast-issue'
2 parents 6f04553 + 654898f commit fec1d1f

3 files changed

Lines changed: 303 additions & 293 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
### 5.1.3
4+
5+
- Fixes PathDialog's _Initial Directory_ pin not being taken into account. This made the _Use Last Directory_ toggle not working. See [forum thread](https://discourse.vvvv.org/t/elementa-pathdialog-cant-set-initial-directory/21642).
6+
37
### 5.1.2
48

59
- Fixes little performance issue in `GetActiveStates` by turning a cached LINQ query into a spread. Came up while profiling the patch posted [here](https://discourse.vvvv.org/t/elementa-frame-rate-issues/20798) (by @azeno)

deployment/Elementa.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
33
<metadata>
44
<id>VL.Elementa</id>
5-
<version>5.1.2</version>
5+
<version>5.1.3</version>
66
<title>VL.Elementa</title>
77
<authors>natan.sinigaglia</authors>
88
<owners>natan.sinigaglia</owners>

0 commit comments

Comments
 (0)