Skip to content

Commit

Permalink
version 1.5.5 (build 28)
Browse files Browse the repository at this point in the history
  • Loading branch information
gobbledegook committed Feb 1, 2024
1 parent 0fc9d65 commit 8ce6da6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 7 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.4, Copyright 2005-2024 Dominic Yu, Gold Mountain Software</string>
<string>Phoenix Slides 1.5.5, Copyright 2005-2024 Dominic Yu, Gold Mountain Software</string>
<key>CFBundleHelpBookFolder</key>
<string>Phoenix Slides Help</string>
<key>CFBundleHelpBookName</key>
Expand Down
10 changes: 4 additions & 6 deletions creevey.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,6 @@
F2F3B72107F7B49400D9C639 /* SlideshowWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SlideshowWindow.m; sourceTree = "<group>"; };
F2F5418E080A3846008AE60F /* DYCreeveyBrowser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DYCreeveyBrowser.h; sourceTree = "<group>"; };
F2F5418F080A3846008AE60F /* DYCreeveyBrowser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DYCreeveyBrowser.m; sourceTree = "<group>"; };
F2F82C7F087C45B90074EC02 /* README */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README; sourceTree = "<group>"; };
F2FA6DEA2AF8CF4700F3A28B /* VDKQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = VDKQueue.m; sourceTree = "<group>"; };
F2FA6DEB2AF8CF4700F3A28B /* VDKQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VDKQueue.h; sourceTree = "<group>"; };
F2FE4FB408842F3500550533 /* jpeglib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = jpeglib.h; path = libjpeg/jpeglib.h; sourceTree = "<group>"; };
Expand Down Expand Up @@ -308,7 +307,6 @@
29B97317FDCFA39411CA2CEA /* Resources */,
29B97323FDCFA39411CA2CEA /* Frameworks */,
19C28FACFE9D520D11CA2CBB /* Products */,
F2F82C7F087C45B90074EC02 /* README */,
);
name = creevey;
sourceTree = "<group>";
Expand Down Expand Up @@ -747,13 +745,13 @@
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
COPY_PHASE_STRIP = NO;
CURRENT_PROJECT_VERSION = 27;
CURRENT_PROJECT_VERSION = 28;
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.4;
MARKETING_VERSION = 1.5.5;
PRODUCT_BUNDLE_IDENTIFIER = net.blyt.phoenixslides;
PRODUCT_NAME = "Phoenix Slides";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -775,14 +773,14 @@
CODE_SIGN_ENTITLEMENTS = "Phoenix Slides.entitlements";
CODE_SIGN_IDENTITY = "Mac Developer";
CODE_SIGN_STYLE = Automatic;
CURRENT_PROJECT_VERSION = 27;
CURRENT_PROJECT_VERSION = 28;
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.4;
MARKETING_VERSION = 1.5.5;
PRODUCT_BUNDLE_IDENTIFIER = net.blyt.phoenixslides;
PRODUCT_NAME = "Phoenix Slides";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down
7 changes: 7 additions & 0 deletions version.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@
</head>
<body>
<h1>Phoenix Slides Version History</h1>
2024.02.01 1.5.5
<ul>
<li>fix: "Move To Trash" does not remove slide from slideshow when sorted by date</li>
<li>fix: thumbnails not updated immediately after undoing a "Move To Trash"</li>
<li>add hidden preference to disable slideshow looping indicator: run <tt>defaults write net.blyt.phoenixslides SlideshowSuppressLoopIndicator -bool YES</tt> in Terminal</li>
</ul>

2024.01.18 1.5.4
<ul>
<li>faster thumbnails</li>
Expand Down

0 comments on commit 8ce6da6

Please sign in to comment.