Skip to content

Commit

Permalink
Merge pull request #88 from Athlon007/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Athlon007 committed Aug 8, 2023
2 parents 4685b68 + 869ebe9 commit 406b399
Show file tree
Hide file tree
Showing 75 changed files with 3,440 additions and 936 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ iOSInjectionProject/
# End of https://www.toptal.com/developers/gitignore/api/swift

Build/
Scripts/input/*
Scripts/output/*
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## 0.5 (2023-08-08)

### Added

- Two-column view
- Posts will open in the second column, instead of a popup window
- You can enable it in Preferences -> Display -> Two-column view
- The "!leomard@lemm.ee" in About view now opens the community in Leomard
- Add "v" symbol to the right of comment, that doubles as Context Menu button for this comment
- Add "Are you sure you want to close post creation" alert
- Community modlog
- Posts can now be marked as read when you scroll past them (disabled by default)
- Add "Display" preferences
- "Show Communities Instances" in Preferences -> Display

### Changes

- Big improvements to Post editor:
- Added a toolbar with buttons for formatting
- If you create a list or quote and press "Return", the next line will automatically start with the same formatting
- Text editor itself now shows formatting as you type
- Updated the About to include HighlightedTextEditor license
- Comment creator, profile sidebar editor and community sidebar editor now use the same text editor
- Sort types dropdown text is now formatted correctly
- General UI consistency improvements
- Moved "Compact View" into "Display" preferences
- Moved "Show Letter Separators" into "Display" preferences

### Bug Fixes

- Fixed an issue where sometimes not all comments would load
- Fixed a bug where if user toggled on compact view, the already loaded posts would not be compacted correctly
- Trending will not show NSFW communities anymore
- Fixed decoding HTML entities in the title of the post
- If compact view is enabled, if you open a post, the bottom bar will not be displayed in a single row anymore

## 0.4.1 (2023-07-30)

### Bug Fixes
Expand Down
173 changes: 171 additions & 2 deletions Leomard.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
{
"pins" : [
{
"identity" : "highlightedtexteditor",
"kind" : "remoteSourceControl",
"location" : "https://github.com/kyle-n/HighlightedTextEditor",
"state" : {
"revision" : "7069ede002afc6bde867aef7035f45ff72dc839c",
"version" : "2.1.0"
}
},
{
"identity" : "nuke",
"kind" : "remoteSourceControl",
Expand Down
Loading

0 comments on commit 406b399

Please sign in to comment.