Skip to content

Releases: markbattistella/BezelKit

3.1.0

02 Nov 02:56
Compare
Choose a tag to compare

Full Changelog: 3.0.0...3.1.0

3.0.0

19 Sep 07:27
b5ae7d5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2024.08.03...3.0.0

2.0.1

08 Oct 04:07
Compare
Choose a tag to compare

What's Changed

  • 2023-10-08 - removed the "Generator" from repo, and moved it into its own repo

2.0.0

25 Sep 02:57
f11f5f3
Compare
Choose a tag to compare

From the CHANGELOG:

This PR addresses a few changes:

  1. The Generator has been extracted out into the root of the project. This makes it clearer what is Swift Package, and what is NodeJS generation #20
  2. Remove watchOS from the structure since there is no clear and simple way to extract the bezel radius data #21
  3. Removed the use of txt files and moved all data into a JSON file. This allows the data to be unique and easier to handle #24
  4. Refactored the way devices are listed in the JSON vs the CSV. JSON using the identifiers as the keys allows there to only be one key at a time - removing conflicts of duplicate identifiers #24
  5. Fixed the way identifiers and data is moved around once the script it run #19
  6. Refactored the modularisation of the Generator scripts #22

Note: as for the end user / developer there are no breaking changes. There are some error handling additions, and the way the JSON is outputted, but for usage in an Xcode project the API calls are still the same


What's Changed

Full Changelog: 1.0.4...2.0.0

1.0.4

13 Sep 03:25
64fb733
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...1.0.4

1.0.3

27 Aug 05:36
3350f2c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.2

27 Aug 05:29
3350f2c
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.0.1...1.0.2

1.0.1

25 Aug 08:31
98da64a
Compare
Choose a tag to compare

What's Changed

Fixed

  • Fixes #4: Now there is a cached version of the JSON next to the index.js script. The new data is merged into that instead of the CSV (which was defaulting the bezel to 0.0).

  • Fixes #5: index.js file now has a help menu when passing in the --help option. This can aid others if using the script or taking it for thier own projects.

  • Fixed #6: Created a .github/workflow to handle this

Changes

  • Some of the variable names in the script were changed to be cleaner
  • The JSON file name was changed
  • Moved the Supported Device List to new file
  • Created CRON action to generate the file

General

  • README was updated with some images
  • Images were compressed for data saving

Full Changelog: 1.0.0...1.0.1

1.0.0

24 Aug 09:04
b73f397
Compare
Choose a tag to compare

Initial release

Some little fixes, changes, and cleanups from v1.0.0 when first uploaded and was testing.

Fixed :

  • Package.swfit now imports correct files from the Resources
  • Package.swift now excludes the Generator correclty
  • Codebase now references the JSON file correctly

Removed:

  • Got rid of the expanded JSON file as it wasn't used

Cleanup:

  • README file now has better explaination of setFallbackDeviceBezel
  • README doesnt use US localisation

Full Changelog: https://github.com/markbattistella/BezelKit/commits/1.0.0