Skip to content

Commit

Permalink
version 1.5.9 (build 32)
Browse files Browse the repository at this point in the history
  • Loading branch information
gobbledegook committed May 16, 2024
1 parent d72f59d commit e2d697c
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<key>CFBundleExecutable</key>
<string>Phoenix Slides</string>
<key>CFBundleGetInfoString</key>
<string>Phoenix Slides 1.5.8, Copyright 2005-2024 Dominic Yu, Gold Mountain Software</string>
<string>Phoenix Slides 1.5.9, Copyright 2005-2024 Dominic Yu, Gold Mountain Software</string>
<key>CFBundleHelpBookFolder</key>
<string>Phoenix Slides Help</string>
<key>CFBundleHelpBookName</key>
Expand Down
8 changes: 4 additions & 4 deletions creevey.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -753,13 +753,13 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 31;
CURRENT_PROJECT_VERSION = 32;
DEVELOPMENT_TEAM = 9436CS8LQX;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LIBRARY_SEARCH_PATHS = "$(SRCROOT)/libjpeg";
MARKETING_VERSION = 1.5.8;
MARKETING_VERSION = 1.5.9;
PRODUCT_BUNDLE_IDENTIFIER = net.blyt.phoenixslides;
PRODUCT_NAME = "Phoenix Slides";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -781,14 +781,14 @@
CODE_SIGN_ENTITLEMENTS = "Phoenix Slides.entitlements";
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 31;
CURRENT_PROJECT_VERSION = 32;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEVELOPMENT_TEAM = 9436CS8LQX;
ENABLE_HARDENED_RUNTIME = YES;
INFOPLIST_FILE = Info.plist;
INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.utilities";
LIBRARY_SEARCH_PATHS = "$(SRCROOT)/libjpeg";
MARKETING_VERSION = 1.5.8;
MARKETING_VERSION = 1.5.9;
PRODUCT_BUNDLE_IDENTIFIER = net.blyt.phoenixslides;
PRODUCT_NAME = "Phoenix Slides";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
10 changes: 10 additions & 0 deletions version.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
</head>
<body>
<h1>Phoenix Slides Version History</h1>
2024.05.15 1.5.9
<ul>
<li>by popular demand, add preference to default to slideshow-in-window</li>
<li>fix crash when generating thumbnails for cr3 files</li>
<li>fix arw and nef files showing up the wrong size (very small!) in slideshow mode (appears to be a bug in Apple's frameworks)</li>
<li>show (non-collapsed) file browser section of window for new users of the app (it was accidentally collapsed by default starting in version 1.5.3)</li>
<li>auto-advance is now paused when you go backwards (hit space or right arrow to resume; hit 0 to kill the timer completely)</li>
<li>add hidden preference to ignore the notch on macbook: run <tt>defaults write net.blyt.phoenixslides pretendNotchIsntThere -bool YES</tt> in Terminal</li>
</ul>

2024.05.07 1.5.8
<ul>
<li>fix hang (and runaway memory usage) when a parent directory of the current directory is deleted</li>
Expand Down

0 comments on commit e2d697c

Please sign in to comment.