Compare commits
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
06753106fd | ||
|
|
593b58c9de | ||
|
|
e048805dec |
3 changed files with 19 additions and 4 deletions
14
CHANGELOG.md
14
CHANGELOG.md
|
|
@ -10,6 +10,19 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
|
|
||||||
nothing as of yet
|
nothing as of yet
|
||||||
|
|
||||||
|
## [1.1.2] - 2023-08-07
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- link to changelog in package metadata
|
||||||
|
|
||||||
|
### Changed
|
||||||
|
|
||||||
|
- manifest example in README as to reflect the latest default sample output
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- deprecated `license_file` property in package metadata
|
||||||
|
|
||||||
## [1.1.1] - 2023-08-07
|
## [1.1.1] - 2023-08-07
|
||||||
|
|
||||||
|
|
@ -58,6 +71,7 @@ nothing as of yet
|
||||||
|
|
||||||
|
|
||||||
[unreleased]: https://bitbucket.org/victorykit/xconfluencebuilder/branch/master
|
[unreleased]: https://bitbucket.org/victorykit/xconfluencebuilder/branch/master
|
||||||
|
[1.1.2]: https://bitbucket.org/victorykit/xconfluencebuilder/src/v1.1.2/
|
||||||
[1.1.1]: https://bitbucket.org/victorykit/xconfluencebuilder/src/v1.1.1/
|
[1.1.1]: https://bitbucket.org/victorykit/xconfluencebuilder/src/v1.1.1/
|
||||||
[1.1.0]: https://bitbucket.org/victorykit/xconfluencebuilder/src/v1.1.0/
|
[1.1.0]: https://bitbucket.org/victorykit/xconfluencebuilder/src/v1.1.0/
|
||||||
[1.0.1]: https://bitbucket.org/victorykit/xconfluencebuilder/src/v1.0.1/
|
[1.0.1]: https://bitbucket.org/victorykit/xconfluencebuilder/src/v1.0.1/
|
||||||
|
|
|
||||||
|
|
@ -38,19 +38,19 @@ The following is a sample manifest generated from the default sample:
|
||||||
"Name": "pexels-just-a-couple-photos-3777622.jpg",
|
"Name": "pexels-just-a-couple-photos-3777622.jpg",
|
||||||
"ContainerPageTitle": "Cats",
|
"ContainerPageTitle": "Cats",
|
||||||
"MimeType": "image/jpeg",
|
"MimeType": "image/jpeg",
|
||||||
"Ref": "attachments/pexels-just-a-couple-photos-3777622.jpg"
|
"Ref": "attachments/Cats/pexels-just-a-couple-photos-3777622.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "pexels-sami-aksu-14356302.jpg",
|
"Name": "pexels-sami-aksu-14356302.jpg",
|
||||||
"ContainerPageTitle": "Cats",
|
"ContainerPageTitle": "Cats",
|
||||||
"MimeType": "image/jpeg",
|
"MimeType": "image/jpeg",
|
||||||
"Ref": "attachments/pexels-sami-aksu-14356302.jpg"
|
"Ref": "attachments/Cats/pexels-sami-aksu-14356302.jpg"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"Name": "objects.inv",
|
"Name": "objects.inv",
|
||||||
"ContainerPageTitle": "Default Sample~",
|
"ContainerPageTitle": "Default Sample~",
|
||||||
"MimeType": "application/octet-stream",
|
"MimeType": "application/octet-stream",
|
||||||
"Ref": "attachments/objects.inv"
|
"Ref": "attachments/Default+Sample~/objects.inv"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,9 @@ description = sphinxcontrib.confluencebuilder wrapper for delayed publishing
|
||||||
long_description = file: README.md
|
long_description = file: README.md
|
||||||
long_description_content_type = text/markdown
|
long_description_content_type = text/markdown
|
||||||
license = DL-DE-BY-2.0
|
license = DL-DE-BY-2.0
|
||||||
license_file = LICENSE
|
license_files = LICENSE
|
||||||
project_urls =
|
project_urls =
|
||||||
|
Changelog = https://bitbucket.org/victorykit/xconfluencebuilder/src/master/CHANGELOG.md
|
||||||
Repository = https://bitbucket.org/victorykit/xconfluencebuilder/
|
Repository = https://bitbucket.org/victorykit/xconfluencebuilder/
|
||||||
|
|
||||||
classifiers =
|
classifiers =
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue