Skip to content

Commit

Permalink
Merge pull request #89 from Athlon007/hotfix
Browse files Browse the repository at this point in the history
Hotfix
  • Loading branch information
Athlon007 committed Aug 8, 2023
2 parents 406b399 + 0b654fe commit 2f86fc9
Show file tree
Hide file tree
Showing 5 changed files with 205 additions and 57 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.5.1 (2023-08-08)

### Bug Fixes

- Fixed crash caused by text editor accessing index out of bounds
- Fixed text editor inserting unexpected "-", if you wrote words with "-" in them and pressed "Return"
- Clicking opened post body won't close the post anymore

## 0.5 (2023-08-08)

### Added
Expand Down
4 changes: 2 additions & 2 deletions Leomard.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1457,7 +1457,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 0.5;
MARKETING_VERSION = 0.5.1;
PRODUCT_BUNDLE_IDENTIFIER = com.Athlon.Leomard;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down Expand Up @@ -1488,7 +1488,7 @@
"@executable_path/../Frameworks",
);
MACOSX_DEPLOYMENT_TARGET = 13.0;
MARKETING_VERSION = 0.5;
MARKETING_VERSION = 0.5.1;
PRODUCT_BUNDLE_IDENTIFIER = com.Athlon.Leomard;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_EMIT_LOC_STRINGS = YES;
Expand Down
Loading

0 comments on commit 2f86fc9

Please sign in to comment.