Skip to content

Commit

Permalink
2023.12.3 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
mani-sh-reddy authored Dec 8, 2023
2 parents 4eb42dd + 79a712e commit 94a3737
Show file tree
Hide file tree
Showing 64 changed files with 1,901 additions and 2,252 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,21 @@ All notable changes to this project will be documented in this file.

## [Unreleased]

### Added

- Blocking users via a post
- Reporting posts
- Blocking users via a comment
- Reporting comments
- Blocking communities
- Warning to notify users about errors performing actions outside of home instance

### Misc

- Removed `Shiny` package due to lag
- Removed `Local Console` package
- Cleaned up API fetchers code

## [2023.12.1]

### Added
Expand Down
4 changes: 0 additions & 4 deletions DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

[Defaults](https://github.com/sindresorhus/Defaults) - Swifty and modern UserDefaults

[LocalConsole](https://github.com/duraidabdul/LocalConsole) - In-app console and debug tools

[MarkdownUI](https://github.com/gonzalezreal/swift-markdown-ui) - Display and customize Markdown text in SwiftUI

[Nuke](https://github.com/kean/Nuke) - Image loading system
Expand All @@ -20,6 +18,4 @@

[SFSafeSymbols](https://github.com/SFSafeSymbols/SFSafeSymbols) - Access Apple's SF Symbols using static typing

[Shiny](https://github.com/maustinstar/shiny) - Simulate lighting and motion effects on color

[WhatsNewKit](https://github.com/SvenTiigi/WhatsNewKit) - Showcase your new app features
249 changes: 75 additions & 174 deletions Lunar.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

79 changes: 0 additions & 79 deletions Lunar/APIService/APIService.swift

This file was deleted.

85 changes: 0 additions & 85 deletions Lunar/APIService/AppDelegateM.swift

This file was deleted.

Loading

0 comments on commit 94a3737

Please sign in to comment.