Skip to content

Commit 127d261

Browse files
committed
Release 0.7
1 parent 0b53d1f commit 127d261

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,15 @@ without notes.
1717

1818
## [Unreleased]
1919

20+
## [0.7] - 2026-06-30
21+
### Added
22+
- Run TubeFold without a Dock icon — a new "Hide Dock icon" setting turns it into
23+
a menu-bar-only app, with the main window still reachable from the menu bar.
24+
25+
### Changed
26+
- The menu bar now opens the latest summary directly in Markdown, PDF, or Web
27+
(Telegraph) form, replacing the old "Open Latest Video" and "Refresh" items.
28+
2029
## [0.6] - 2026-06-29
2130
### Added
2231
- Export any summary to PDF.

TubeFold App/TubeFold.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@
333333
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
334334
CODE_SIGN_ENTITLEMENTS = TubeFold/TubeFold.entitlements;
335335
CODE_SIGN_STYLE = Automatic;
336-
CURRENT_PROJECT_VERSION = 6;
336+
CURRENT_PROJECT_VERSION = 7;
337337
DEVELOPMENT_TEAM = F7AZ625QQ5;
338338
ENABLE_APP_SANDBOX = NO;
339339
ENABLE_HARDENED_RUNTIME = NO;
@@ -355,7 +355,7 @@
355355
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
356356
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
357357
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
358-
MARKETING_VERSION = 0.6;
358+
MARKETING_VERSION = 0.7;
359359
PRODUCT_BUNDLE_IDENTIFIER = com.tubefold.app;
360360
PRODUCT_NAME = "$(TARGET_NAME)";
361361
REGISTER_APP_GROUPS = YES;
@@ -378,7 +378,7 @@
378378
ASSETCATALOG_COMPILER_INCLUDE_ALL_APPICON_ASSETS = NO;
379379
CODE_SIGN_ENTITLEMENTS = TubeFold/TubeFold.entitlements;
380380
CODE_SIGN_STYLE = Automatic;
381-
CURRENT_PROJECT_VERSION = 6;
381+
CURRENT_PROJECT_VERSION = 7;
382382
DEVELOPMENT_TEAM = F7AZ625QQ5;
383383
ENABLE_APP_SANDBOX = NO;
384384
ENABLE_HARDENED_RUNTIME = YES;
@@ -400,7 +400,7 @@
400400
INFOPLIST_KEY_UISupportedInterfaceOrientations_iPhone = "UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight";
401401
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
402402
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
403-
MARKETING_VERSION = 0.6;
403+
MARKETING_VERSION = 0.7;
404404
PRODUCT_BUNDLE_IDENTIFIER = com.tubefold.app;
405405
PRODUCT_NAME = "$(TARGET_NAME)";
406406
REGISTER_APP_GROUPS = YES;

0 commit comments

Comments
 (0)