Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v3.1 with various small fixes and improvements #229

Merged
merged 27 commits into from
Dec 10, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
ad0c725
Change character used to display zero-width space
RobH123 Nov 5, 2021
fc00bda
Check for leading u in repo names that should be g for GLs
RobH123 Nov 5, 2021
424874b
Use typographical quotes in details fields
RobH123 Nov 5, 2021
f670149
Check for separated digits like "5, 000" in USFM; use more typographi…
RobH123 Nov 7, 2021
1e86440
Start on some USFM tests
RobH123 Nov 8, 2021
e6cbef8
Improve USFM text check and tests
RobH123 Nov 9, 2021
5bde29f
Check for long numbers without separators
RobH123 Nov 10, 2021
2d339e2
Cache parsed USFM C:V segments for quicker operation
RobH123 Nov 10, 2021
88b685b
Remove logging
RobH123 Nov 16, 2021
0b057e7
Improve character index display for demos (add thousands separator)
RobH123 Nov 16, 2021
4a77ac0
Fix typo
RobH123 Nov 16, 2021
4996959
Prevent doubled USFM missing final newline messages
RobH123 Nov 16, 2021
d19ea94
Allow front-matter USFM book in manifest
RobH123 Nov 17, 2021
6a1d636
Also add new category field to schema
RobH123 Nov 17, 2021
475f353
First pass at checking x-occurrences field (fails on verse bridges)
RobH123 Nov 17, 2021
bb615d9
Handle squiggly brackets in LTs; better handling of repo org for Orig…
RobH123 Nov 17, 2021
4e84517
Better handling of individual book repos
RobH123 Nov 17, 2021
e8763b1
Fix bug with verse extraction losing words; disable some common cases…
RobH123 Nov 19, 2021
7bdd5a3
Handle alignment of bridged verses
RobH123 Nov 19, 2021
310f76d
Add extra link check for common error of missing forward slash after ..
RobH123 Nov 21, 2021
bb68219
Tune notice priorities; add STRONG warning about aligned bridged verses
RobH123 Nov 22, 2021
535e6a2
Prevent disabled notice removal from being overactive
RobH123 Nov 24, 2021
99937ec
Don't expect comma in Strongs numbers
RobH123 Nov 24, 2021
8332a98
Fix demo result rendering to always display filename
RobH123 Nov 25, 2021
7244aba
Re-enable a.m./p.m. notices; check for space after hashes in md headings
RobH123 Dec 8, 2021
285d5d3
Merge branch 'master' into new.2021.November
RobH123 Dec 10, 2021
48efeeb
Update version number
RobH123 Dec 10, 2021
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 @@ -4,9 +4,19 @@

[Full Changelog](https://github.com/unfoldingWord/uw-content-validation/compare/2.2.5...HEAD)

**Implemented enhancements:**

- Detect missing footnote closer [\#207](https://github.com/unfoldingWord/uw-content-validation/issues/207)

**Fixed bugs:**

- Searches Door43-Catalog for new repos [\#208](https://github.com/unfoldingWord/uw-content-validation/issues/208)

**Closed issues:**

- TWL CV Results for Book of Acts [\#221](https://github.com/unfoldingWord/uw-content-validation/issues/221)
- Problems with TWL [\#220](https://github.com/unfoldingWord/uw-content-validation/issues/220)
- Possible false notices for the tN resource for book of Acts [\#218](https://github.com/unfoldingWord/uw-content-validation/issues/218)

## [2.2.5](https://github.com/unfoldingWord/uw-content-validation/tree/2.2.5) (2021-09-28)

Expand Down
710 changes: 361 additions & 349 deletions noticeList.txt

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uw-content-validation",
"description": "Functions for Checking Door43.org Scriptural Content/Resources.",
"version": "3.3.0",
"description": "Functions for Checking Door43.org Content/Resources.",
"version": "3.1.0",
"private": false,
"homepage": "https://unfoldingword.github.io/uw-content-validation/",
"repository": {
Expand Down
Loading