feat(release): bump version

This commit is contained in:
GitHub Actions 2024-04-24 06:47:57 +00:00
parent 09a6e3e32b
commit 57f95d790d
2 changed files with 137 additions and 179 deletions

View file

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

View file

@ -2,4 +2,4 @@
# This file was automatically generated by 'versioning-plugin'. DO NOT EDIT MANUALLY. # This file was automatically generated by 'versioning-plugin'. DO NOT EDIT MANUALLY.
# #
versioning-plugin.versionCode=14500 versioning-plugin.versionCode=14500
versioning-plugin.versionName=1.45.0-SNAPSHOT versioning-plugin.versionName=1.45.0