compose-lobsters/CHANGELOG.md

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

428 lines
11 KiB
Markdown
Raw Normal View History

2022-11-19 20:27:51 +05:30
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased]
2024-01-23 22:50:09 +05:30
## [1.39.0] - 2024-01-23
### Changed
* Add HTML bookmarks as an export format
2024-01-17 17:32:12 +05:30
* Rework widget item layout for consistent touch targets
* Add attribution for libraries used in the app
* Redesign settings screen
* Update to Compose January releases
2023-11-20 13:03:30 +05:30
## [1.38.0] - 2023-11-20
2023-10-28 14:30:33 +05:30
### Changed
2023-11-15 09:11:37 +05:30
* Add brand new icon by dzuk
* Fix a bug that caused the app to fetch the same 20 posts over and over
2023-10-28 14:30:33 +05:30
* Significantly improve scrolling performance when there are a lot of saved posts
* Move search feature to its own screen
* Make top app and bottom system bars use the same color
* Reduce unnecessary API calls in search screen
* Upgrade to Compose November releases
* Enable logging of SQLite queries
2023-10-28 14:30:33 +05:30
2023-10-06 14:17:17 +05:30
## [1.37.0] - 2023-10-06
2023-10-06 14:03:59 +05:30
### Changed
* Fixed a crash that infrequently happened in the comments page
* Fixed a crash when trying to list saved posts
* Fixed a crash in home screen widget when user had less than 50 saved posts
* Upgraded to Compose 1.6.0-alpha07
2023-10-04 19:00:30 +05:30
## [1.36.0] - 2023-10-04
2023-09-30 02:43:43 +05:30
### Added
* Introduce an initial attempt at a home screen widget
2023-10-03 23:37:32 +05:30
### Changed
* Fixed a crash triggered when swiping items
* Adjusted pull to refresh component to match Material You theme
2023-09-19 15:19:59 +05:30
## [1.35.0] - 2023-09-19
2023-09-19 00:25:56 +05:30
### Changed
* Fixed missing vertical spacing between post tags
* Fixed user profile links not displaying correctly in-app
* Update to Compose October release
2023-08-30 16:08:14 +05:30
## [1.34.0] - 2023-08-30
2023-08-30 14:53:49 +05:30
### Added
* Add a swipe action on each story to open the comments page on `lobste.rs`
* Automatically mark posts as "read" and visually distinguish between them
2023-08-30 14:53:49 +05:30
2023-08-16 14:59:04 +05:30
### Changed
* Tweak list items to reduce vertical size and adjust colors
2023-08-30 14:53:49 +05:30
* Drop bogus workarounds for native library crashes
* Updated Jetpack Compose and SQLite
2023-08-30 14:53:49 +05:30
### Fixed
* Rework how comments are displayed to adapt to lobste.rs API change
2023-08-16 14:59:04 +05:30
2023-07-31 20:17:02 +05:30
## [1.33.0] - 2023-07-31
2023-07-31 19:11:34 +05:30
### Changed
* Yet another attempt at fixing native library crashes
* Rework how baseline profiles are generated
2023-07-27 13:36:08 +05:30
## [1.32.0] - 2023-07-27
2023-07-27 02:03:48 +05:30
### Changed
* Upgrade to AndroidX July 26 release
* Revert selectable text feature due to sporadic crashes
2023-07-25 16:08:59 +05:30
## [1.31.0] - 2023-07-25
2023-07-19 00:04:25 +05:30
### Added
2023-07-25 16:08:59 +05:30
* Added the ability to search for posts
* Text in the comments page is now selectable
2023-07-19 00:04:25 +05:30
2023-07-25 00:56:07 +05:30
### Changed
2023-07-25 16:08:59 +05:30
* Upgrade to Compose July release
* Upgrade to Kotlin 1.9.0
2023-07-25 00:56:07 +05:30
2023-07-03 00:09:14 +05:30
## [1.30.0] - 2023-07-02
2023-06-09 20:09:28 +05:30
### Changed
* Added another workaround for native library loading crash
2023-06-09 20:09:28 +05:30
2023-06-08 20:32:17 +05:30
## [1.29.0] - 2023-06-08
### Added
* Backup and restore options for saved posts
### Fixed
* Spamming the comments button no longer causes it to be opened multiple times
2023-06-07 16:24:08 +05:30
* Saved posts screen now has a visual indication when you have nothing saved
* Iconography has been updated across the board to be more consistent
2023-06-04 00:16:20 +05:30
## [1.28.0] - 2023-06-03
### Changed
* Navigation transitions have been slightly sped up
### Fixed
* Add workaround for a native library loading crash observed on some devices
2023-05-31 06:37:01 +05:30
## [1.27.0] - 2023-05-31
2023-05-16 13:32:46 +05:30
### Changed
* Small accessibility improvements
* Slightly tweak the layout for story items to take less vertical space
2023-05-27 01:36:06 +05:30
* Upgrade to Compose `1.5.0-beta01` release
* Set accessibility web URI for profile screen
* Directly use Material Icons from upstream artifacts
* Upgrade dependencies
* Add adaptive navigation support (thanks @Yash-Garg)
* Use latest SQLite for backing databases
2023-05-16 13:32:46 +05:30
2023-05-04 04:07:02 +05:30
## [1.26.0] - 2023-05-03
2023-05-04 03:52:18 +05:30
### Changed
* Upgrade to Compose May release
* Disable Sentry performance reporting
* Migrate to Compose Foundation `FlowRow` in `LobstersCard`
2023-04-18 14:18:54 +05:30
## [1.25.0] - 2023-04-18
2023-04-16 22:54:10 +05:30
### Changed
* Make the app draw edge to edge
* Simplify Top App Bar color scheme
* Rework how baseline profiles are generated
* Upgrade to Compose April release
2023-03-24 15:25:40 +05:30
## [1.24.0] - 2023-03-24
2023-03-07 13:00:52 +05:30
### Changed
2023-03-08 02:43:11 +05:30
* Rebuild app icon assets to align better with Material guidelines
* Adopt Slack's Compose lints and address issues found by it
* Upgrade to OkHttp 4.x
2023-03-24 15:24:23 +05:30
* Upgrade to Compose March release
* Start work on support for logging in with lobste.rs
2023-03-07 13:00:52 +05:30
2023-03-03 03:17:23 +05:30
## [1.23.0] - 2023-03-02
2023-03-03 01:43:03 +05:30
### Added
* Introduce [Sentry](https://sentry.io) for error reporting and performance monitoring
2023-03-02 14:06:33 +05:30
## [1.22.0] - 2023-03-02
2023-03-02 13:23:52 +05:30
### Changed
* In-app browser now respects the user's choice for dark mode
* Upgrade dependencies
2023-02-09 18:59:23 +05:30
## [1.21.0] - 2023-02-09
2023-03-02 13:23:52 +05:30
### Changed
2023-02-09 18:57:48 +05:30
* Fix bug that caused the app to crash on launch
2023-02-09 15:37:16 +05:30
## [1.20.0] - 2023-02-09
2023-02-09 17:26:22 +05:30
### Changed
* Upgrade dependencies
2023-02-01 19:21:21 +05:30
## [1.19.0] - 2023-02-01
2023-02-01 15:29:29 +05:30
### Changed
2023-02-09 17:25:59 +05:30
* Upgrade dependencies
* Optimize packaged baseline profiles
2023-02-01 15:29:29 +05:30
2023-01-21 12:55:25 +05:30
## [1.18.0] - 2023-01-21
### Changed
2023-02-09 17:25:59 +05:30
* Special-case deleted stories in comments API
* Fix regression where save button had the incorrect visual state
2023-01-12 13:05:33 +05:30
## [1.17.0] - 2023-01-12
2023-01-12 01:03:19 +05:30
### Added
2023-02-09 17:25:59 +05:30
* The app will now mark new comments as unread when returning to posts
2023-01-12 01:03:19 +05:30
2023-01-07 00:34:29 +05:30
### Changed
2023-02-09 17:25:59 +05:30
* Upgrade to Kotlin 1.8.0
* Revert questionable app bar scrolling behaviour change
2023-01-07 00:34:29 +05:30
2022-12-24 07:55:00 +05:30
## [1.16.0] - 2022-12-24
### Changed
2023-02-09 17:25:59 +05:30
* Fix bug where newest posts tab actually showed hottest posts instead
2022-12-21 00:46:18 +05:30
## [1.15.0] - 2022-12-20
### Changed
2023-02-09 17:25:59 +05:30
* Fix a case where collapsing the parent of an already collapsed comment caused it to become expanded
* Tweak progress bar UI to use a linear indicator
* Allow app bar to hide when scrolling down
* Fix bug where refreshing a list of posts caused it to jump around multiple times
2022-12-12 13:31:02 +05:30
## [1.14.0] - 2022-12-12
### Changed
2023-02-09 17:25:59 +05:30
* Rework how often saved posts are updated
* Collapsing a comment now collapses all comments under it similar to how it works on the website
2022-12-10 15:48:13 +05:30
## [1.13.0] - 2022-12-10
2022-12-10 15:44:35 +05:30
### Changed
2023-02-09 17:25:59 +05:30
* Fix crash when viewing [jcs](https://lobste.rs/u/jcs)' comments
2022-12-10 15:44:35 +05:30
2022-12-09 21:07:20 +05:30
## [1.12.0] - 2022-12-09
### Changed
2023-02-09 17:25:59 +05:30
* Do not schedule post update job every time the app starts
* Improve favicon loading to reduce unnecessary redraws
* Fix post lists being reloaded unnecessarily
2022-12-08 03:17:57 +05:30
## [1.11.0] - 2022-12-07
2022-12-08 03:13:50 +05:30
### Changed
2023-02-09 17:25:59 +05:30
* Upgrade to Compose 2022.12.00 release
* Refresh packaged baseline profile
* Improve how saved state of posts is queried
2022-12-08 03:13:50 +05:30
2022-11-30 20:07:38 +05:30
## [1.10.0] - 2022-11-30
2022-11-29 01:52:07 +05:30
### Changed
2023-02-09 17:25:59 +05:30
* Configure Coil image loader with better caching settings
* Refresh packaged baseline profile
2022-11-29 01:52:07 +05:30
2022-11-28 19:46:35 +05:30
## [1.9.0] - 2022-11-28
2022-11-27 20:16:45 +05:30
### Changed
2023-02-09 17:25:59 +05:30
* A loading indicator is added to the bottom of the post list to identify when new posts are being fetched
2022-11-27 20:16:45 +05:30
2022-11-21 17:15:25 +05:30
## [1.8.0] - 2022-11-21
2022-11-19 20:27:51 +05:30
### Changed
2023-02-09 17:25:59 +05:30
* The release pipeline now automatically generates Play Store release notes from the changelog file
2022-11-19 20:27:51 +05:30
### Fixed
2023-02-09 17:25:59 +05:30
* Downgrade AGP to 8.0.0-alpha07 to fix Baseline Profiles not being packaged
2022-11-19 20:27:51 +05:30
## [1.7.0] - 2022-11-19
### Changed
2023-02-09 17:25:59 +05:30
* Switch to Compose Material's swipe refresh feature
* Change metadata extractor logic to no longer prefer canonical URLs. The submitted URL will be retained as-is now.
* Remove navigation transition animations
2022-11-19 20:27:51 +05:30
## [1.6.0] - 2022-11-14
### Changed
2023-02-09 17:25:59 +05:30
* Migrate dependency injection from Hilt to Anvil + Whetstone
2022-11-19 20:27:51 +05:30
## [1.5.0] - 2022-11-10
### Changed
2023-02-09 17:25:59 +05:30
* Upgrade to Compose 2022.11.00 release
2022-11-19 20:27:51 +05:30
## [1.4.0] - 2022-11-02
### Changed
2023-02-09 17:25:59 +05:30
* Misc fixes to link metadata extractor
2022-11-19 20:27:51 +05:30
## [1.3.0] - 2022-10-24
### Changed
2023-02-09 17:25:59 +05:30
* Prevent errors during link metadata retrieval from crashing the app
* Update Jetpack libraries to 2022-10-24 release
2022-11-19 20:27:51 +05:30
## [1.2.0] - 2022-10-17
### Changed
2023-02-09 17:25:59 +05:30
* Lazily load link metadata to improve comment page loading speed
* Upgrade to latest Compose release
* Refactor code to align with Twitter's public Compose guidelines
2022-11-19 20:27:51 +05:30
## [1.1.0] - 2022-09-30
### Added
2023-02-09 17:25:59 +05:30
* Add score and relative time to comments
2022-11-19 20:27:51 +05:30
### Changed
2023-02-09 17:25:59 +05:30
* Update Jetpack Compose
* Declare data backup and transfer rules
* Improve legibility of links in comments and user profiles
* Commonize and improve how network errors are displayed
2022-11-19 20:27:51 +05:30
## [1.0.0] - 2022-09-20
2023-02-09 17:25:59 +05:30
* Initial Play Store release
2022-11-19 20:27:51 +05:30
2024-01-23 22:50:09 +05:30
[Unreleased]: https://github.com/msfjarvis/compose-lobsters/compare/v1.39.0...HEAD
[1.39.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.38.0...v1.39.0
2023-11-20 13:03:30 +05:30
[1.38.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.37.0...v1.38.0
2023-10-06 14:17:17 +05:30
[1.37.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.36.0...v1.37.0
2023-10-04 19:00:30 +05:30
[1.36.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.35.0...v1.36.0
2023-09-19 15:19:59 +05:30
[1.35.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.34.0...v1.35.0
2023-08-30 16:08:14 +05:30
[1.34.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.33.0...v1.34.0
2023-07-31 20:17:02 +05:30
[1.33.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.32.0...v1.33.0
2023-07-27 13:36:08 +05:30
[1.32.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.31.0...v1.32.0
2023-07-25 16:08:59 +05:30
[1.31.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.30.0...v1.31.0
2023-07-03 00:09:14 +05:30
[1.30.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.29.0...v1.30.0
2023-06-08 20:32:17 +05:30
[1.29.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.28.0...v1.29.0
2023-06-04 00:16:20 +05:30
[1.28.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.27.0...v1.28.0
2023-05-31 06:37:01 +05:30
[1.27.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.26.0...v1.27.0
2023-05-04 04:07:02 +05:30
[1.26.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.25.0...v1.26.0
2023-04-18 14:18:54 +05:30
[1.25.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.24.0...v1.25.0
2023-03-24 15:25:40 +05:30
[1.24.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.23.0...v1.24.0
2023-03-03 03:17:23 +05:30
[1.23.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.22.0...v1.23.0
2023-03-02 14:06:33 +05:30
[1.22.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.21.0...v1.22.0
2023-02-09 18:59:23 +05:30
[1.21.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.20.0...v1.21.0
2023-02-09 15:37:16 +05:30
[1.20.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.19.0...v1.20.0
2023-02-01 19:21:21 +05:30
[1.19.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.18.0...v1.19.0
2023-01-21 12:55:25 +05:30
[1.18.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.17.0...v1.18.0
2023-01-12 13:05:33 +05:30
[1.17.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.16.0...v1.17.0
2022-12-24 07:55:00 +05:30
[1.16.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.15.0...v1.16.0
2022-12-21 00:46:18 +05:30
[1.15.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.14.0...v1.15.0
2022-12-12 13:31:02 +05:30
[1.14.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.13.0...v1.14.0
2022-12-10 15:48:13 +05:30
[1.13.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.12.0...v1.13.0
2022-12-09 21:07:20 +05:30
2022-12-09 21:19:01 +05:30
[1.12.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.11.0...v1.12.0
2022-12-08 03:17:57 +05:30
2022-12-09 21:19:01 +05:30
[1.11.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.10.0...v1.11.0
2022-11-30 20:07:38 +05:30
2022-12-09 21:19:01 +05:30
[1.10.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.9.0...v1.10.0
2022-11-28 19:46:35 +05:30
2022-12-09 21:19:01 +05:30
[1.9.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.8.0...v1.9.0
2022-11-21 17:15:25 +05:30
[1.8.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.7.0...1.8.0
2022-11-19 20:27:51 +05:30
[1.7.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.4.0...v1.5.0
[1.4.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.3.0...v1.4.0
[1.3.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.2.0...v1.3.0
[1.2.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.1.0...v1.2.0
[1.1.0]: https://github.com/msfjarvis/compose-lobsters/compare/v1.0.0...v1.1.0
[1.0.0]: https://github.com/msfjarvis/compose-lobsters/compare/29c374859b17c5fcef03585b8a01c00070de9097...v1.0.0