Releases: harmoniqs/DocumenterCopyButton.jl
Releases · harmoniqs/DocumenterCopyButton.jl
v0.1.3
DocumenterCopyButton v0.1.3
Changes
- Remove T3 from default providers (no web browsing support)
- Mark Claude as beta due to org/SSO redirect issue
- Reorder default providers: ChatGPT first, Claude second
v0.1.2
DocumenterCopyButton v0.1.2
Changes
- Fix AI provider URLs to use full deployed page path instead of relative path
- Add redirect arrow icon to AI provider dropdown items
v0.1.1
DocumenterCopyButton v0.1.1
Changes
- Rename default copy button label to "Copy for AI"
- Add redirect arrow icon to AI provider dropdown items
Added
- Configurable
copy_labelkeyword argument onCopyButtonconstructor
Merged pull requests:
- Bump version to 0.2.0 (#4) (@jack-champagne)
- Add redirect icon to AI provider dropdown (#5) (@jack-champagne)
- Set version to 0.1.1 (#6) (@jack-champagne)
v0.1.0
DocumenterCopyButton v0.1.0
Changes
- Initial release of DocumenterCopyButton.jl
- Documenter.jl plugin that adds floating "Copy as markdown" and "Open in AI" buttons to opted-in documentation pages
- Pages opt in via
@meta CopyButton = true - Supports both pretty and flat URL modes
- Vanilla JS/CSS implementation with clipboard copy and AI provider dropdown