Skip to content

Commit

Permalink
updated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hjiangsu committed Jul 10, 2023
1 parent 22b791a commit ee1941d
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,14 @@
- Added scroll to top buttons on various pages - contribution from @bactaholic
- Added double swipe to exit - contribution from @bactaholic
- Added ability to set post as read when opening media - contribution from @ajsosa
- Added initial support for 2 column viewing for tablet modes - contribution from @Fmstrat

### Changed
- Adjusted subscription styling to be more consistent - contribution from @micahmo

### Fixed
- Fixed issue with styling differences in compact and normal view for community/instance - contribution from @machinaeZER0
- Fixed issue with webp previews not showing - contribution from @Fmstrat

## 0.2.1+11 - 2023-07-09
### Added
Expand Down
16 changes: 12 additions & 4 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,14 @@ packages:
url: "https://pub.dev"
source: hosted
version: "2.3.1"
flutter_staggered_grid_view:
dependency: "direct main"
description:
name: flutter_staggered_grid_view
sha256: "1312314293acceb65b92754298754801b0e1f26a1845833b740b30415bbbcf07"
url: "https://pub.dev"
source: hosted
version: "0.6.2"
flutter_test:
dependency: "direct dev"
description: flutter
Expand Down Expand Up @@ -495,10 +503,10 @@ packages:
dependency: transitive
description:
name: matcher
sha256: "1803e76e6653768d64ed8ff2e1e67bea3ad4b923eb5c56a295c3e634bad5960e"
sha256: "6501fbd55da300384b768785b83e5ce66991266cec21af89ab9ae7f5ce1c4cbb"
url: "https://pub.dev"
source: hosted
version: "0.12.16"
version: "0.12.15"
material_color_utilities:
dependency: transitive
description:
Expand Down Expand Up @@ -924,10 +932,10 @@ packages:
dependency: transitive
description:
name: test_api
sha256: "75760ffd7786fffdfb9597c35c5b27eaeec82be8edfb6d71d32651128ed7aab8"
sha256: daadc9baabec998b062c9091525aa95786508b1c48e9c30f1f891b8bf6ff2e64
url: "https://pub.dev"
source: hosted
version: "0.6.0"
version: "0.5.2"
translator:
dependency: transitive
description:
Expand Down

0 comments on commit ee1941d

Please sign in to comment.