Skip to content

Releases: cybozu/LicenseList

0.7.0

18 Apr 08:25
0828b88
Compare
Choose a tag to compare

Modifications

  • Remove info-macos.json.template by @Kyome22 in #31
  • Remove Privacy Manifest by @Kyome22 in #32
  • Remove unnecessary argument (useUINavigationController) by @Kyome22 in #33

Full Changelog: 0.6.0...0.7.0

0.6.0

29 Feb 08:56
37fd936
Compare
Choose a tag to compare

Breaking Change

  • Change SourcePackagesParser to internal target. by @Kyome22 in #29
    Ended support swift-packages-parser-macos.artifactbundle

Modifications

Full Changelog: 0.5.1...0.6.0

0.5.1 (Feb 28, 2024)

28 Feb 14:45
ead4c4c
Compare
Choose a tag to compare

Modifications

  • Added Privacy Manifest File by @Kyome22 in #25
  • Fix error message (license-list.plist to LicenseList.swift) by @Kyome22 in #26

checksum: d3846a697313a2da6c853b0a97bebc5b4ca6477eaaf3b85de56c169043d93b31

Full Changelog: 0.5.0...0.5.1

0.5.0 (Feb 20, 2024)

20 Feb 02:44
814e3a9
Compare
Choose a tag to compare

Breaking Change

  • Changed to generate a swift file instead of a plist file so that it can be built with Xcode Cloud. by @Kyome22 in #24
    • LicenseListView.init(bundle: Bundle) have been deprecated.
    • "Prepare LicenseList (Plugin)" is no longer required. So you need to remove this from your project.

checksum: 5acc20458ff91c0dac8b4e93803d23ced04ea93f14dcd46147b10ab5fdec1ca2

Full Changelog: 0.4.2...0.5.0

0.4.2 (Feb 07, 2024)

07 Feb 07:04
Compare
Choose a tag to compare

Modifications

checksum: 3c786fbba810a05791bc69339b89b62d24e925010f75cebd5de65e5a29161130

Full Changelog: 0.4.0...0.4.2

0.4.0 (Nov 22, 2023)

22 Nov 06:47
Compare
Choose a tag to compare

Breaking Change

  • LicenseList has ended support for iOS 13.

Modifications

  • Refactoring SourcePackagesNotfoundError by @Kyome22 in #19
  • Include URL in library information by @SNQ-2001 in #21
    anchor
    NavigationView {
      NavigationLink("License") {
          LicenseListView()
    +         .licenseListViewStyle(.withRepositoryAnchorLink)
              .navigationTitle("LICENSE")
              .navigationBarTitleDisplayMode(.inline)
      }
    }

checksum: bcccd07b497020461bf37c3bf1ce9bb46904ef42fec076bd30c333282e89248f

Full Changelog: 0.3.2...0.4.0

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