Skip to content

Commit

Permalink
Update version to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
godly-devotion committed Jan 25, 2024
1 parent 80f91df commit c91560d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [v5.0](https://github.com/godly-devotion/MochiDiffusion/releases/tag/v5.0) - 25 Jan 2024

- Added ability to resize Inspector width
- Removed unnecessary Apply button from Settings window
- Fixed animation glitch when images are added or removed from the gallery
- Fixed gallery occasionally incorrectly sorting by Oldest First
- Fixed missing localization for initial model loading message
- Updated generation preview UI and show by default
- Updated system requirements to macOS 14
- macOS 14 and later is required to use split-einsum v2 & SDXL models
- General performance improvements

# [v4.7.1](https://github.com/godly-devotion/MochiDiffusion/releases/tag/v4.7.1) - 02 Jan 2024

- Fixed using slider for countries that use decimal commas ([@haiodo](https://github.com/haiodo))
Expand Down
8 changes: 4 additions & 4 deletions Mochi Diffusion.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -638,7 +638,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4.7.1;
CURRENT_PROJECT_VERSION = 5.0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Mochi Diffusion/Preview Content\"";
DEVELOPMENT_TEAM = TCQ6328PP6;
Expand All @@ -653,7 +653,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 4.7.1;
MARKETING_VERSION = 5.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.joshua-park.Mochi-Diffusion";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand All @@ -671,7 +671,7 @@
CODE_SIGN_IDENTITY = "Apple Development";
CODE_SIGN_STYLE = Automatic;
COMBINE_HIDPI_IMAGES = YES;
CURRENT_PROJECT_VERSION = 4.7.1;
CURRENT_PROJECT_VERSION = 5.0;
DEAD_CODE_STRIPPING = YES;
DEVELOPMENT_ASSET_PATHS = "\"Mochi Diffusion/Preview Content\"";
DEVELOPMENT_TEAM = TCQ6328PP6;
Expand All @@ -686,7 +686,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 4.7.1;
MARKETING_VERSION = 5.0;
PRODUCT_BUNDLE_IDENTIFIER = "com.joshua-park.Mochi-Diffusion";
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
Expand Down

0 comments on commit c91560d

Please sign in to comment.