Skip to content

Commit

Permalink
Merge branch 'release/3.6.7'
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Nov 27, 2018
2 parents 3ad4ae3 + ca8480e commit d5164da
Show file tree
Hide file tree
Showing 164 changed files with 4,302 additions and 4,281 deletions.
1 change: 1 addition & 0 deletions .swiftlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ disabled_rules:
- pattern_matching_keywords
- trailing_comma
- unused_closure_parameter
- weak_delegate

trailing_whitespace:
ignores_empty_lines: true
Expand Down
29 changes: 27 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,38 @@
Change Log
==========================

3.6.7 (301)
--------------------------

### Improvements

- Change not to highlight occurrences of the selection when there are more than 100.
- Update validation pane in the syntax style editor:
- Now, validation is performed automatically when the pane switched to “Validation”.
- [trivial] Remove “Restore Defaults” button in the syntax style editor if the style has no defaults.
- [non-AppStore ver.] Update Sparkle framework.


### Fixes

- Fix an issue where `cot` command failed to open paths or stdin containing backslash character.
- Fix an issue on CotEditor 3.6.5 where right-click no longer opens the context menu under macOS 10.13 and earlier.
- Fix an issue where thickness of the line numbers view did not grow enough with a large number of lines.
- Fix an issue where the syntax style validator ignored unbalanced block comment delimiters that should be an error.
- Fix the preferences pane switching animation under macOS 10.13 and earlier.
- Fix possible crashes.
- Fix minor issues in the syntax style editor.
- Fix some localized strings.



3.6.6 (299)
--------------------------

### Fixes

- Fix an issue on CotEditor 3.6.5 where the syntax highlight did not update while typing.
- Fix an issue where preferences panes could not changed under macOS 10.12.
- Fix an issue where preferences panes could not change under macOS 10.12.
- Add missing localizations.


Expand Down Expand Up @@ -297,7 +322,7 @@ Change Log

### New Features

- Let the input fields in the find panel accept text scaling commands, such as “Bigger”, “Smaller” and “Reset to Default”.
- Let the input fields in the find panel accept text scaling commands, such as “Bigger”, “Smaller” and “Reset to Default”.


### Improvements
Expand Down
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
github "1024jp/WFColorCode" "2.3.0"
github "coteditor/YAML.framework" "3271df33f182c0c77fece29f8bfe76fcda1a3ca0"
github "sparkle-project/Sparkle" "dbcdd76da20de0d4d42716419fa833e78e2e0c6f"
github "sparkle-project/Sparkle" "2e1596c673ad24dbb890bb447a10e2bba552cb0e"
github "tonyarnold/Differ" "1.2.3"
4 changes: 2 additions & 2 deletions Carthage/Build/.Sparkle.version

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Carthage/Build/Mac/Sparkle.framework.dSYM/Contents/Info.plist

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified Carthage/Build/Mac/Sparkle.framework/Versions/A/Sparkle
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
Loading

0 comments on commit d5164da

Please sign in to comment.