Skip to content

Releases: 1998code/SwiftNEWKit

6.3.1

6.3.1 Pre-release
Pre-release

Choose a tag to compare

@1998code 1998code released this 15 May 15:06

Full Changelog: 6.3.0...6.3.1

6.3.0

Choose a tag to compare

@1998code 1998code released this 05 May 13:35

What's Changed

  • feat(core): Modernized data loading, performance optimizations, and new .particles effect by @iTarek in #19

New Contributors

Full Changelog: 6.2.1...6.3.0

6.2.1

Choose a tag to compare

@1998code 1998code released this 20 Feb 03:27

Full Changelog: 6.2.0...6.2.1

6.1.3 Preview

6.1.3 Preview Pre-release
Pre-release

Choose a tag to compare

@1998code 1998code released this 12 Jun 13:43

Full Changelog: 6.1.2...6.1.3

6.1.0 Restructure Files and Folders

Choose a tag to compare

@1998code 1998code released this 09 Jun 15:02

Full Changelog: 6.0.1...6.1.0

6.0.1 Update Doc

Choose a tag to compare

@1998code 1998code released this 18 May 13:22
293959f

What's Changed

Full Changelog: 6.0.0...6.0.1

6.0.0 Developer Preview

Choose a tag to compare

@1998code 1998code released this 18 May 13:09
f85aef8

This release introduces significant updates to the project, including a new GitHub Actions workflow for validating JSON files, updates to the Xcode project configuration, and content changes in the data.json file. These changes aim to improve JSON validation, add support for new languages, update deployment targets, and refine the app's content structure.

JSON Validation and Localization Workflow:

  • Added a GitHub Actions workflow (.github/workflows/validate-json.yml) to validate JSON files for syntax and schema compliance. This includes scanning for JSON files, validating their syntax, and ensuring schema adherence. Additionally, it checks localization completeness by comparing localized JSON files against the base language file.

Xcode Project Configuration Updates:

  • Added support for Japanese (ja) and Korean (ko) JSON files in the Xcode project by including them in the PBXFileReference and localization groups.
  • Updated deployment targets for iOS (17.0), macOS (14.0), tvOS (17.0), and visionOS (1.0), and incremented the project version to 15 and marketing version to 6.0.

Dependency Management:

  • Added a new Swift package dependency (SwiftGlass) with version 1.8.0 in Package.resolved. Updated the format version of the file to 3.

Content Updates in data.json:

  • Updated the en.lproj/data.json file to include a new version (6.0) with updated content. Added back version 5.5 for historical completeness. Removed redundant entries for better clarity.

Code Cleanup and Simplification:

  • Simplified the ContentView.swift file by removing redundant states and replacing them with #Preview annotations for SwiftUI previews. This improves readability and aligns with modern SwiftUI practices.

Full Changelog: 5.8.1...6.0.0

5.8.1 Stable

Choose a tag to compare

@1998code 1998code released this 17 Mar 16:50
14ecf54

Full Changelog: 5.8.0...5.8.1

5.5.0 Christmas Effect

Pre-release

Choose a tag to compare

@1998code 1998code released this 22 Dec 09:30

Full Changelog: 5.4.4...5.5.0

5.4.4 Update Doc

Choose a tag to compare

@1998code 1998code released this 22 Dec 08:39
5b8108e

What's Changed

  • Update README.md and Test GitHub Copilot code review by @1998code in #14

Full Changelog: 5.4.3...5.4.4