Skip to content

Releases: artcc/votice-sdk

Votice SDK v1.0.25

Choose a tag to compare

@github-actions github-actions released this 01 Aug 17:02

🚀 Votice SDK v1.0.25

Changes in this release:

  • Align release tags with SDK version and simplify iOS CI builds

Latest commit:

Align release tags with SDK version and simplify iOS CI builds

  • Derive release versions from the SDK configuration and validate semantic versioning
  • Skip release creation when the SDK version tag already exists
  • Update release metadata and GitHub release action to use the SDK version
  • Remove simulator runtime installation and dynamic simulator selection from tests
  • Build the iOS example using a generic simulator destination

Installation

Swift Package Manager

Add this to your Package.swift:

dependencies: [
    .package(url: "https://github.com/ArtCC/votice-sdk.git", from: "1.0.25")
]

Or add it through Xcode:

  1. File → Add Package Dependencies
  2. Enter: https://github.com/ArtCC/votice-sdk.git
  3. Select version: 1.0.25

This release was automatically generated from commit 2c87516

Votice SDK v1.0.22

Choose a tag to compare

@github-actions github-actions released this 01 Aug 16:51

🚀 Votice SDK v1.0.22

Changes in this release:

  • Update SDK version to 1.0.25

Latest commit:

Update SDK version to 1.0.25

  • Update the README package dependency version
  • Set the configuration manager version to 1.0.25
  • Update configuration manager tests for the new version

Installation

Swift Package Manager

Add this to your Package.swift:

dependencies: [
    .package(url: "https://github.com/ArtCC/votice-sdk.git", from: "1.0.22")
]

Or add it through Xcode:

  1. File → Add Package Dependencies
  2. Enter: https://github.com/ArtCC/votice-sdk.git
  3. Select version: 1.0.22

This release was automatically generated from commit 8c451a1

Votice SDK v1.0.21

Choose a tag to compare

@github-actions github-actions released this 01 Aug 15:52

🚀 Votice SDK v1.0.21

Changes in this release:

  • Update API endpoint and SDK version to 1.0.21

Latest commit:

Update API endpoint and SDK version to 1.0.21

  • Switch the default API base URL to the deployed Cloud Run endpoint
  • Bump the SDK version from 1.0.20 to 1.0.21
  • Update configuration manager tests for the new endpoint and version
  • Upgrade SwiftLintPlugins from 0.63.2 to 0.65.0
  • Update README package dependency to version 1.0.21

Installation

Swift Package Manager

Add this to your Package.swift:

dependencies: [
    .package(url: "https://github.com/ArtCC/votice-sdk.git", from: "1.0.21")
]

Or add it through Xcode:

  1. File → Add Package Dependencies
  2. Enter: https://github.com/ArtCC/votice-sdk.git
  3. Select version: 1.0.21

This release was automatically generated from commit 90bac31

Votice SDK v1.0.20

Choose a tag to compare

@github-actions github-actions released this 17 Mar 06:04
2f04336

🚀 Votice SDK v1.0.20

Changes in this release:

  • Merge pull request #52 from ArtCC/develop
  • Remove Ko-fi funding option from .github/FUNDING.yml - Delete ko_fi entry from the funding configuration file - Retain only the GitHub funding option in the file
  • Update baseURL in ConfigurationManager and related tests to https://api.votice.app/api
  • Update baseURL in ConfigurationManager and corresponding tests
  • Update SwiftLintPlugins dependency to version 0.63.2
  • Update Swift version to 6.0 and correct iOS deployment target to 17.6 in VoticeDemo project
  • Update version from 1.0.19 to 1.0.20 across project files

Latest commit:

Merge pull request #52 from ArtCC/develop

feature: deploy to main branch

Installation

Swift Package Manager

Add this to your Package.swift:

dependencies: [
    .package(url: "https://github.com/ArtCC/votice-sdk.git", from: "1.0.20")
]

Or add it through Xcode:

  1. File → Add Package Dependencies
  2. Enter: https://github.com/ArtCC/votice-sdk.git
  3. Select version: 1.0.20

This release was automatically generated from commit 2f04336

Votice SDK v1.0.19

Choose a tag to compare

@github-actions github-actions released this 07 Nov 15:17
293c899

🚀 Votice SDK v1.0.19

Changes in this release:

  • Merge pull request #51 from ArtCC/develop
  • Add step to ensure matching iOS Simulator runtime is installed in CI workflow
  • Replace Python script with jq command to list latest iPhone simulator info in GitHub workflow
  • Improve iOS simulator selection in GitHub Actions workflow
  • Update iOS build job to dynamically select available iPhone simulator
  • Update iOS simulator destination in test workflow to iPhone 17 Pro with OS 26.0
  • Refactor SuggestionCard and SuggestionDetailView layout and styling
  • Update version from 1.0.18 to 1.0.19 across project files

Latest commit:

Merge pull request #51 from ArtCC/develop

feature: deploy v1.0.19 to main branch

Installation

Swift Package Manager

Add this to your Package.swift:

dependencies: [
    .package(url: "https://github.com/ArtCC/votice-sdk.git", from: "1.0.19")
]

Or add it through Xcode:

  1. File → Add Package Dependencies
  2. Enter: https://github.com/ArtCC/votice-sdk.git
  3. Select version: 1.0.19

This release was automatically generated from commit 293c899

Votice SDK v1.0.18

Choose a tag to compare

@github-actions github-actions released this 07 Nov 13:03
c3051ec

🚀 Votice SDK v1.0.18

Changes in this release:

  • Merge pull request #50 from ArtCC/develop
  • Adjust progress calculation in inProgressTagView to include next character
  • Refactor StatusBadge view to improve in-progress status display
  • Refactor StatusBadge view to support progress display with gradient and adaptive backgrounds
  • Add progress parameter to StatusBadge and update its usage in multiple views
  • Update SwiftLintPlugins dependency to version 0.62.2
  • Update version from 1.0.17 to 1.0.18 across project

Latest commit:

Merge pull request #50 from ArtCC/develop

feature: deploy v1.0.18 to main branch

Installation

Swift Package Manager

Add this to your Package.swift:

dependencies: [
    .package(url: "https://github.com/ArtCC/votice-sdk.git", from: "1.0.18")
]

Or add it through Xcode:

  1. File → Add Package Dependencies
  2. Enter: https://github.com/ArtCC/votice-sdk.git
  3. Select version: 1.0.18

This release was automatically generated from commit c3051ec

Votice SDK v1.0.17

Choose a tag to compare

@github-actions github-actions released this 02 Nov 10:06
de3ee8d

🚀 Votice SDK v1.0.17

Changes in this release:

  • Merge pull request #49 from ArtCC/develop
  • Refactor VoticeDemo project structure and add configurable UI dimensions
  • Update Votice SDK version to 1.0.17 and reflect changes in configuration manager and tests

Latest commit:

Merge pull request #49 from ArtCC/develop

feature: deploy v1.0.17 to main branch

Installation

Swift Package Manager

Add this to your Package.swift:

dependencies: [
    .package(url: "https://github.com/ArtCC/votice-sdk.git", from: "1.0.17")
]

Or add it through Xcode:

  1. File → Add Package Dependencies
  2. Enter: https://github.com/ArtCC/votice-sdk.git
  3. Select version: 1.0.17

This release was automatically generated from commit de3ee8d

Votice SDK v1.0.16

Choose a tag to compare

@github-actions github-actions released this 29 Oct 20:18
c1e68e3

🚀 Votice SDK v1.0.16

Changes in this release:

  • Merge pull request #48 from ArtCC/develop
  • Increase page size to 20 and improve suggestion list loading and pagination logic
  • Refactor SuggestionListViewModel to improve loading and pagination logic
  • Refactor fetchFilterApplied method to private extension in SuggestionListViewModel
  • Refactor SuggestionListViewModel to support separate completed suggestions feed and update SuggestionDetailView toolbar
  • Add excludeCompleted filter to suggestion fetching and update pagination size
  • Bump version to 1.0.16 across project files

Latest commit:

Merge pull request #48 from ArtCC/develop

feature: deploy v1.0.16 to main branch

Installation

Swift Package Manager

Add this to your Package.swift:

dependencies: [
    .package(url: "https://github.com/ArtCC/votice-sdk.git", from: "1.0.16")
]

Or add it through Xcode:

  1. File → Add Package Dependencies
  2. Enter: https://github.com/ArtCC/votice-sdk.git
  3. Select version: 1.0.16

This release was automatically generated from commit c1e68e3

Votice SDK v1.0.15

Choose a tag to compare

@github-actions github-actions released this 28 Oct 13:34
8b4ed4a

🚀 Votice SDK v1.0.15

Changes in this release:

  • Merge pull request #47 from ArtCC/develop
  • Refactor SuggestionDetailView for tvOS with custom content card and UI adjustments
  • Improve AsyncImage handling and adjust no comments text font size in SuggestionDetailView for tvOS
  • Refactor tvOS SuggestionDetailView to update stats card layout
  • Refactor tvOS UI components and views for improved layout and styling
  • Refactor SuggestionDetailView for tvOS with layout and styling improvements
  • Refactor SuggestionDetailView for tvOS with updated layout and typography
  • Refactor SuggestionDetailView for tvOS with layout and style improvements
  • Add tvOS support for SuggestionListView and SuggestionDetailView with UI implementations
  • Refactor VoticeDemo project structure and remove test targets
  • Update SwiftLint plugin version and fix shell script path in Xcode project
  • Update version from 1.0.14 to 1.0.15 across project files
  • Merge pull request #46 from ArtCC/develop
  • Update SDK version to 1.0.14 and replace iOS screenshots with light theme versions
  • Update version from 1.0.14 to 1.0.15 across project files

Latest commit:

Merge pull request #47 from ArtCC/develop

feature: deploy v1.0.15 to main branch

Installation

Swift Package Manager

Add this to your Package.swift:

dependencies: [
    .package(url: "https://github.com/ArtCC/votice-sdk.git", from: "1.0.15")
]

Or add it through Xcode:

  1. File → Add Package Dependencies
  2. Enter: https://github.com/ArtCC/votice-sdk.git
  3. Select version: 1.0.15

This release was automatically generated from commit 8b4ed4a

Votice SDK v1.0.14

Choose a tag to compare

@github-actions github-actions released this 12 Oct 21:12
35eb9d9

🚀 Votice SDK v1.0.14

Changes in this release:

  • Merge pull request #45 from ArtCC/develop
  • Refactor UI components for platform-specific behavior and update visible statuses in macOS demo
  • Refactor navigation bar modifiers and Votice view initialization for platform compatibility
  • Add Liquid Glass style support and refactor navigation bars in Votice UI components
  • Update Votice SDK version to 1.0.14 and reflect changes in configuration and tests

Latest commit:

Merge pull request #45 from ArtCC/develop

feature: deploy v1.0.14 to main branch

Installation

Swift Package Manager

Add this to your Package.swift:

dependencies: [
    .package(url: "https://github.com/ArtCC/votice-sdk.git", from: "1.0.14")
]

Or add it through Xcode:

  1. File → Add Package Dependencies
  2. Enter: https://github.com/ArtCC/votice-sdk.git
  3. Select version: 1.0.14

This release was automatically generated from commit 35eb9d9