Skip to content

Commit aa48e5e

Browse files
committed
chore: bump version to 1.11.0 (build 27)
✨ **Features** - Panel background tint — pick from 6 curated colors (System / Graphite / Slate / Sand / Sage / Rose) under General → Appearance ([#4](#4)) - Editor font — choose any installed font and size from General → Editor; live preview via the system font panel ([#4](#4)) - Color tags — Finder-style 7-color palette; tag any note from its context menu, see colored dots in the note list, rename labels in Settings → Tags ([#4](#4)) - Tag filter — opens with the search bar; click dots to filter notes by tag (multi-select acts as OR), combines with text search ([#4](#4)) - Pin button — keep the panel open while copy-pasting between apps; toggle with the pin icon in any header or Cmd+P ([`7bf8df8`](7bf8df8)) 🔧 **Chores** - JS editor build phase now finds npm via Homebrew, /usr/local, and nvm paths ([`5ebd40e`](5ebd40e))
1 parent 748abc7 commit aa48e5e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

EdgeMark.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
298298
CODE_SIGN_STYLE = Automatic;
299299
COMBINE_HIDPI_IMAGES = YES;
300-
CURRENT_PROJECT_VERSION = 26;
300+
CURRENT_PROJECT_VERSION = 27;
301301
DEAD_CODE_STRIPPING = YES;
302302
ENABLE_APP_SANDBOX = NO;
303303
ENABLE_PREVIEWS = YES;
@@ -311,7 +311,7 @@
311311
"$(inherited)",
312312
"@executable_path/../Frameworks",
313313
);
314-
MARKETING_VERSION = 1.10.1;
314+
MARKETING_VERSION = 1.11.0;
315315
PRODUCT_BUNDLE_IDENTIFIER = "io.github.ender-wang.EdgeMark";
316316
PRODUCT_NAME = "$(TARGET_NAME)";
317317
REGISTER_APP_GROUPS = YES;
@@ -331,7 +331,7 @@
331331
ASSETCATALOG_COMPILER_GLOBAL_ACCENT_COLOR_NAME = AccentColor;
332332
CODE_SIGN_STYLE = Automatic;
333333
COMBINE_HIDPI_IMAGES = YES;
334-
CURRENT_PROJECT_VERSION = 26;
334+
CURRENT_PROJECT_VERSION = 27;
335335
DEAD_CODE_STRIPPING = YES;
336336
ENABLE_APP_SANDBOX = NO;
337337
ENABLE_PREVIEWS = YES;
@@ -345,7 +345,7 @@
345345
"$(inherited)",
346346
"@executable_path/../Frameworks",
347347
);
348-
MARKETING_VERSION = 1.10.1;
348+
MARKETING_VERSION = 1.11.0;
349349
PRODUCT_BUNDLE_IDENTIFIER = "io.github.ender-wang.EdgeMark";
350350
PRODUCT_NAME = "$(TARGET_NAME)";
351351
REGISTER_APP_GROUPS = YES;

0 commit comments

Comments
 (0)