File size: 3,188 Bytes
7b1db93
 
 
 
 
204c5d9
 
 
 
 
 
7b1db93
 
 
6f1c8bd
7b1db93
 
6f1c8bd
 
7b1db93
 
7d9f55b
 
3614ee2
 
 
 
 
7a97761
3614ee2
 
 
 
7a97761
3614ee2
204c5d9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7d9f55b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7b1db93
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Changelog

All notable changes to this project will be documented in this file.

The format is inspired by [Keep a Changelog](https://keepachangelog.com/en/1.1.0/)
and this project uses semantic version tags with a fixed role per figure:

- `vMAJOR.CODE.RESOURCE`
- `MAJOR`: major project milestones.
- `CODE`: code fixes and implementation updates.
- `RESOURCE`: resource-catalog updates.

## [Unreleased]
### Added
- Added `scripts/promote_candidates.py` to auto-promote valid non-duplicate candidates into the verified catalog.

### Changed
- Updated `.github/workflows/resource_sync.yml` to auto-promote valid candidates, regenerate resource views, and include verified catalog changes in bot PRs.
- Updated resource workflow docs and runbook to reflect automated promotion behavior.

### Fixed
- None yet.

## [v1.1.1] - 2026-02-18
### Changed
- Improved search-page readability and usability in `docs/search/index.html`.
- Expanded short task labels into clearer full-form labels in UI controls and resource cards.
- Standardized title casing for key UI labels and actions.
- Documented that daily GitHub Actions bot resource sync updates are released as third-figure resource versions.

### Fixed
- Prevented long resource titles and long unbroken strings from overflowing card boundaries.
- Improved capitalization and display formatting for source and task text in search results.
- Fixed quick-link paths from search page to dataset, ASR, and TTS pages to avoid 404 errors.

## [v1.0.1] - 2026-02-18
### Added
- Promoted 6 high-confidence, non-duplicate Hugging Face resources to verified catalog:
  - `ihanif/pashto_speech_2k`
  - `ihanif/pashto_speech_3k`
  - `koochikoo25/Pashto-Concatenated`
  - `koochikoo25/Whisper-medium-pashto`
  - `afaaaak/urdu_pashto_translator`
  - `DrSaqlainHassan/PashtoTokenixer`

### Changed
- Updated `resources/catalog/resources.json` to version `1.0.1` with `updated_on: 2026-02-18`.
- Regenerated resource indexes and search payload from the updated catalog.
- Refreshed pending candidate feed from full discovery sync.

### Fixed
- Kept only high-confidence Pashto-centric resources in promotion scope for this cycle.

## [v1.0.0] - 2026-02-18
### Added
- Release notes index under `docs/releases/` with `docs/releases/v1.0.0.md`.
- Improved discoverability assets: topics checklist, backlink strategy, and intent landing pages.
- Hugging Face model-card metadata in `README.md`.

### Changed
- Cleaned and restructured README and docs navigation for lower redundancy.
- Modernized `docs/search/index.html` with stronger UI/UX and interaction patterns.
- Standardized release process and checklist around semantic versioning.
- Updated package and citation metadata to `1.0.0`.

### Fixed
- Removed stale draft release-note references from documentation and templates.
- Finalized hardcoded URL usage for the `pashto-language-resources` slug.

## [v0.1] - 2026-02-14
### Added
- Verified external Pashto resource catalog and workspace resource docs.
- Structured `resources/` folder for datasets, models, benchmarks, and tools.
- Link-check script and normalization-validator tests.
- Documentation hub and model/release/process guidance.