Skip to content

Releases: cybozu/LicenseList

0.3.2 (Sep 29, 2023)

29 Sep 01:26
49cd857
Compare
Choose a tag to compare

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)

20 Sep 14:24
Compare
Choose a tag to compare

checksum: bd23794757524ff0b01ce09bf4a080d82585134de11acadbea65aab85777dedc

0.3.0 (Sep 20, 2023)

20 Sep 07:40
Compare
Choose a tag to compare

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 to Identifiable 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)

15 Apr 09:14
Compare
Choose a tag to compare

Modifications

  • LICENCE is now supported.

checksum: c8e4104006643bbe85d1bbec8822404c11de0c7df5c8b6e0b647009535854831

0.2.0 (Oct 04, 2022)

04 Oct 06:37
98ed6ad
Compare
Choose a tag to compare

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)

25 Sep 16:03
Compare
Choose a tag to compare

Modifications

  • Added an artifact bundle (swift-packages-parser-macos.artifactbundle.zip) in release. #4

checksum: 29591d5ec6f02462e9248a69de7b30efccaa6ce0a7bce2c4aecabe68a20f3113

0.1.5 (July 6, 2022)

06 Jul 07:40
Compare
Choose a tag to compare

Modifications

0.1.4 (July 5, 2022)

05 Jul 09:18
Compare
Choose a tag to compare

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)

16 Jun 13:03
Compare
Choose a tag to compare

Modification

  • Fixed bug that UINavigationController could not be obtained.

0.1.2 (June 16, 2022)

16 Jun 06:28
f88f9ca
Compare
Choose a tag to compare

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.