Skip to content
Open
Show file tree
Hide file tree
Changes from 2 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
432a6fe
Initial plan
Copilot Sep 7, 2025
8069fb1
feat: setup repository for v2.0.0alpha release
Copilot Sep 7, 2025
5ab5e55
Add references.bib file with comprehensive citations for research dat…
maehr Sep 7, 2025
fd8159c
Refactor code structure for improved readability and maintainability
maehr Sep 7, 2025
92fce9d
Implement code changes to enhance functionality and improve performance
maehr Sep 7, 2025
db6ebb0
Update manuscript content for clarity and consistency; revise referen…
maehr Sep 8, 2025
d849d61
Update manuscript metadata and references for clarity and inclusivity…
maehr Sep 8, 2025
939b5c0
Revise second edition preface for clarity and structure; enhance theo…
maehr Sep 8, 2025
cb50982
Add new references on data governance, metadata standards, and digita…
maehr Sep 8, 2025
28447cb
Update manuscript URLs, author contact information, and enhance refer…
maehr Sep 9, 2025
697c49c
Merge branch 'main' into copilot/fix-375ae2cd-8824-493f-947e-daac7795…
maehr Sep 10, 2025
f817064
Create comprehensive glossary and improve metadata field formatting
Copilot Sep 10, 2025
75576a2
Complete metadata field formatting and finalize documentation improve…
Copilot Sep 10, 2025
c7a6de0
fix: remove formatting inconsistencies in OCR/HTR references and impr…
maehr Sep 10, 2025
be89d3b
Add glossary functionality and update manuscript structure
maehr Sep 10, 2025
07d5543
Implement code changes to enhance functionality and improve performance
maehr Sep 10, 2025
e56a685
Enhance glossary functionality and styling
maehr Sep 11, 2025
48d40dd
fix: standardize formatting and improve clarity in acknowledgments an…
maehr Sep 11, 2025
9960567
fix: update checklists to use task list format for improved clarity a…
maehr Sep 11, 2025
0a55e37
fix: standardize checklist formatting for improved readability and co…
maehr Sep 11, 2025
9fd1476
Implement code changes to enhance functionality and improve performance
maehr Sep 11, 2025
f33d881
feat: implement glossary functionality with Bootstrap popovers and st…
maehr Sep 11, 2025
5f4a2ef
fix: correct glossary heading for clarity and consistency
maehr Sep 11, 2025
8879289
fix: update image alt text for improved accessibility and clarity
maehr Sep 11, 2025
479ee69
fix: update glossary entries for clarity and inclusivity
maehr Sep 11, 2025
d906faa
fix: update .gitignore and improve glossary functionality with code e…
maehr Sep 27, 2025
9ea8baa
fix: correct flowchart direction and update section headings for cons…
maehr Sep 27, 2025
d33fd54
feat: add EN translation (deepl)
maehr Oct 2, 2025
1eba212
fix: improve glossary entry formatting and update cross-reference not…
maehr Oct 7, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased](https://github.com/maehr/diskriminierungsfreie-metadaten/compare/v1.0.1...HEAD)

## [v2.0.0-alpha.0] - TBD

### Repository Setup

- Created v2.0.0alpha branch for handbook v2.0.0alpha development
- Updated versioning strategy to support semantic versioning with alpha releases
- Enhanced contribution guidelines with v2.0.0alpha development workflow
- Configured git-cliff for pre-release version support
- Established foundation for handbook restructuring and content development

## [v1.0.1](https://github.com/maehr/diskriminierungsfreie-metadaten/releases/tag/v1.0.1) - 2025-01-23

### Features
Expand Down
36 changes: 36 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,42 @@ node scripts/fetch-latest-doi.js

This ensures that all documentation and citations reference the correct published version and date consistently across all files.

## v2.0.0alpha Development Guidelines

The v2.0.0alpha release represents a major overhaul of the _Diskriminierungsfreie Metadaten_ handbook. Development for this release follows specific guidelines:

### Branch Strategy

- **Main branch**: Stable v1.x releases and maintenance
- **v2.0.0alpha branch**: Active development for v2.0.0alpha release
- **Feature branches**: Create from `v2.0.0alpha` for specific features, prefix with `v2/feature/`

### Alpha Release Versioning

This release follows semantic versioning with alpha pre-release identifiers:

- **v2.0.0-alpha.0**: Initial alpha release setup
- **v2.0.0-alpha.1, v2.0.0-alpha.2, etc.**: Iterative alpha releases
- **v2.0.0-beta.0**: Beta release when alpha phase is complete
- **v2.0.0**: Final release

### Development Workflow for v2.0.0alpha

1. **Base branch**: All v2 work should be based on the `v2.0.0alpha` branch
2. **Feature development**: Create feature branches from `v2.0.0alpha`
3. **Pull requests**: Target the `v2.0.0alpha` branch, not `main`
4. **Testing**: Ensure all changes work with the existing build pipeline
5. **Documentation**: Update relevant documentation as part of feature development

### Alpha Release Goals

The v2.0.0alpha release aims to establish:

- Restructured repository organization
- Enhanced build pipeline for the new handbook structure
- Updated documentation framework
- Foundation for content development and review

## Pull Request Process

1. Ensure any install or build dependencies are removed before the end of the layer when doing a
Expand Down
4 changes: 2 additions & 2 deletions cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,10 @@ commit_parsers = [
protect_breaking_commits = false
# filter out the commits that are not matched by commit parsers
filter_commits = false
# glob pattern for matching git tags
# glob pattern for matching git tags (including pre-release versions)
tag_pattern = "v[0-9]*"
# regex for skipping tags
skip_tags = "v0.1.0-beta.1"
skip_tags = ""
# regex for ignoring tags
ignore_tags = ""
# sort the tags topologically
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "diskriminierungsfreie-metadaten",
"version": "1.0.1",
"version": "2.0.0-alpha.0",
"description": "Handbuch zur Erstellung diskriminierungsfreier Metadaten für historische Quellen und Forschungsdaten. Erfahrungen aus dem geschichtswissenschaftlichen Forschungsprojekt Stadt.Geschichte.Basel",
"author": "Moritz Mähr <[email protected]>",
"url": "https://github.com/maehr/diskriminierungsfreie-metadaten/issues",
Expand Down
Loading