Skip to content

Commit 5e32363

Browse files
Upped version to 6.7-dp-5.
Merge remote-tracking branch 'origin/release-6.6.3' into develop Conflicts: engine/src/mac-snapshot.mm version
2 parents 2e67e1b + 587cfae commit 5e32363

37 files changed

Lines changed: 325 additions & 160 deletions

docs/notes/bugfix-10593.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# When setting the styledText of a range, if the styledText is an empty paragraph with styles the styles are lost.

docs/notes/bugfix-11878.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Pasting with the middle mouse button on linux doesn't work correctly.

docs/notes/bugfix-11928.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Inconsistencies in behavior when doing 'delete the selectedChunk'.
2+
The following should all operate the same way after selecting a line in a field by doing 'triple-click', or just selected the whole line without the paragraph break:
3+
* pressing backspace
4+
* executing 'delete the selectedChunk'
5+
* executing 'get the selectedChunk; delete it'
6+
Previously, 'delete the selectedChunk' would cause paragraph styles not to be set correctly on the resulting paragraph; or the paragraph break to be included when it should not be - this is no longer the case.
7+
Previously, 'get / delete it' would only work correctly the first time the command was executed - this is no longer the case.

docs/notes/bugfix-12303.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Setting the text of a field chunk should not clear the paragraph styles of an empty line.

docs/notes/bugfix-12321.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# On Windows 7 Fullscreen set to false does not return to previous size

docs/notes/bugfix-12341.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fix vGrid rendering for non-fixed-width table field mode.

docs/notes/bugfix-12382.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Normal resizeQuality is slow
2+
3+
As part of the update to image filters in the 6.6 release, we improved the quality of the resizing and rotating images when the resizeQuality was set to "normal". This brought all platforms into line with the way things were on Mac pre 6.5.
4+
5+
However, this change in image filter meant that resizing of images was more processor intensive and the resulting output was much smoother. As developers using the "normal" resizeQuality relied on the time and output of the resize operation, we've decided to temporarily revert the "normal" behavior back to how things were in 6.5.
6+
7+
This change is only temorary, with there being plans to fully address the issue in a future release where the resizeQulaity options will undergo and overhaul in order to provide the developer with greater flexibility.

docs/notes/bugfix-12408.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Encryption commands do not work for iOS device builds

docs/notes/bugfix-12434.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# iOS device builds rejected from app store due to XCode version in plist

docs/notes/bugfix-12443.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# import snapshot crashes LiveCode

0 commit comments

Comments
 (0)