Releases: cybozu/LicenseList
Releases · cybozu/LicenseList
0.3.2 (Sep 29, 2023)
Modifications
- Create CONTRIBUTING.md by @elmetal in #17
- Fixed a bug caused by hyperlinks by @Kyome22 in #18
- Improve layout of scroll bars in LicenseView (Take 2) by @Kyome22 in #15
checksum: aebbb78b17b3e9c688948323a65b578623df8d1061557d40f2733093ddff4f86
New Contributors
Full Changelog: 0.3.1...0.3.2
0.3.1 (Sep 20, 2023)
checksum: bd23794757524ff0b01ce09bf4a080d82585134de11acadbea65aab85777dedc
0.3.0 (Sep 20, 2023)
Modifications
- Added libraries method so that you can get Libraries as an array. by @SNQ-2001 in #8
- Remove unnecessary AnyView by @koher in #12
- Make
Library
conform toIdentifiable
by @koher in #13 - Improve layout of scroll bars in LicenseView by @koher in #11
- Fixed a bug where Navigation would behave strangely when there were multiple UIWindowScenes. by @Kyome22
checksum: 1558ec38c37906928ecc6a9f60d1db51f197fd7a3e2c4b593edf80666f2fa3ca
New Contributors
Full Changelog: 0.2.1...0.3.0
0.2.1 (Apr 15, 2023)
Modifications
- LICEN
C
E is now supported.
checksum: c8e4104006643bbe85d1bbec8822404c11de0c7df5c8b6e0b647009535854831
0.2.0 (Oct 04, 2022)
Modifications
- XcodeBuildToolPlugin is now supported.
- It is no longer required to set up the license-list.plist manually.
checksum: 3494150dc7b219d8672d6ef7c135b172bc4bd9c67c7fb6662c4df3e1c50a7348
0.1.6 (Sep 25, 2022)
Modifications
- Added an artifact bundle (
swift-packages-parser-macos.artifactbundle.zip
) in release. #4
checksum: 29591d5ec6f02462e9248a69de7b30efccaa6ce0a7bce2c4aecabe68a20f3113
0.1.5 (July 6, 2022)
Modifications
- Added SourcePackagesParser test.
- Added a dispatch workflow for unit testing to GitHub Actions 🎉.
https://github.com/cybozu/LicenseList/runs/7210167178?check_suite_focus=true
0.1.4 (July 5, 2022)
Modification
- When LicenseList is displayed in UIKit, the chevron symbol was added to the items in the license list.
0.1.3 (June 16, 2022)
Modification
- Fixed bug that UINavigationController could not be obtained.
0.1.2 (June 16, 2022)
Modifications
- Fixed a bug that the text of the license was not displayed on iOS 13.
- Fixed an issue where rotating the iPhone screen would destroy the screen transition behavior when LicenseListViewController is displayed via UINavigationController.