Skip to contents
artpixeltrace 0.8.0
Major Changes
- Renamed package from
pixelsense to artpixeltrace
- Reorganized installation files and documentation
New Features
- Added GitHub Actions workflows for CI/CD
- Integrated with Artalytics platform packages (
artcore, artutils)
artpixeltrace 0.8.5
Major Changes
- Reorganized package to export only 3 core functions:
- Moved legacy Shiny app functions to
deprecated.R with deprecation warnings
- Internal helper functions renamed with
. prefix (e.g., .get_cert_data())
Bug Fixes
- Fixed database insert to exclude computed CDN path columns
- Cleaned up tests for 1:1 mapping with R source files
artpixeltrace 0.8.6
Documentation
- Added pkgdown documentation site configuration
- Created vignettes: Get Started, Quickstart, and Advanced Workflow
- Added
@family tags to exported functions for grouped reference
CI/CD
- Added TinyTeX installation to CI workflows for certificate rendering tests