Update version number to 4.0.6 (465)

This commit is contained in:
1024jp 2021-07-23 22:05:32 +09:00
parent c1a69b51fc
commit 3a3c9f6681
2 changed files with 11 additions and 11 deletions

View File

@ -2,12 +2,12 @@
Change Log
==========================
4.0.6 (unreleased)
4.0.6 (465)
--------------------------
### Improvements
- Add “Share” command to the menus for setting files, such as theme, syntax style, or multi replacement definition.
- Add “Share” command to the menus for setting files, such as theme, syntax style, or multi replacement definition.
- Resume “Select word” on top of the document if the search reached the end.
- Update the visual style of the multiple replacement window on macOS 11.
- Minimize scrolling when focusing on a text such as text search and outline selection.
@ -15,7 +15,7 @@ Change Log
- Revert JavaScript syntax style update in CotEditor 4.0.5 that modifies regular expression highlight.
- Update the bundled cot command to enable reading large piped text entirely.
- Update help contents.
- [trivial] Sort themes alphabetically regardless whether they are bundled or not.
- [trivial] Sort themes alphabetically regardless of whether they are bundled or not.
- [trivial] Make the timing to trim trailing spaces shorter.
- [trivial] Tweak Japanese localization in Preferences.
- [trivial][non-AppStore ver.] Sign the application with EdDSA signature for update manager (Sparkle).

View File

@ -4136,10 +4136,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "Accent Color";
CURRENT_PROJECT_VERSION = 464;
CURRENT_PROJECT_VERSION = 465;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Info.plist;
MARKETING_VERSION = "4.0.6-alpha";
MARKETING_VERSION = 4.0.6;
PRODUCT_BUNDLE_IDENTIFIER = "com.coteditor.$(PRODUCT_NAME)";
PRODUCT_NAME = CotEditor;
};
@ -4151,10 +4151,10 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "Accent Color";
CURRENT_PROJECT_VERSION = 464;
CURRENT_PROJECT_VERSION = 465;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Info.plist;
MARKETING_VERSION = "4.0.6-alpha";
MARKETING_VERSION = 4.0.6;
PRODUCT_BUNDLE_IDENTIFIER = "com.coteditor.$(PRODUCT_NAME)";
PRODUCT_NAME = CotEditor;
};
@ -4204,14 +4204,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "Accent Color";
CURRENT_PROJECT_VERSION = 464;
CURRENT_PROJECT_VERSION = 465;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/../Frameworks/Build",
);
INFOPLIST_FILE = Info.plist;
MARKETING_VERSION = "4.0.6-alpha";
MARKETING_VERSION = 4.0.6;
OTHER_SWIFT_FLAGS = "$(inherited) -D SPARKLE";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;
@ -4224,14 +4224,14 @@
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = "Accent Color";
CURRENT_PROJECT_VERSION = 464;
CURRENT_PROJECT_VERSION = 465;
ENABLE_HARDENED_RUNTIME = YES;
FRAMEWORK_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/../Frameworks/Build",
);
INFOPLIST_FILE = Info.plist;
MARKETING_VERSION = "4.0.6-alpha";
MARKETING_VERSION = 4.0.6;
OTHER_SWIFT_FLAGS = "$(inherited) -D SPARKLE";
PRODUCT_BUNDLE_IDENTIFIER = com.coteditor.CotEditor;
PRODUCT_NAME = CotEditor;