Skip to content

Releases: common-voice/common-voice

release-v1.149.0

12 Aug 17:55
Compare
Choose a tag to compare

Major Changes in v1.149.0 (2025-08-12)

  • Feat: Redesign of guidelines and addition of Pontoon keys, by @moz-rotimib in #4952
  • Feat (in v1.148.3): Add two legal consent checkboxes to API Credentials and re-enable the tab, by @moz-rotimib in #5001
  • Feat (in v1.148.1): Update profile page to add API Credentials (temporarily disabled) by @moz-rotimib in #4961
  • Fix: Several issues in new guidelines, by @moz-bozden in #5034
  • Fix: Multiple issues in Downloads/Other Voice Datasets section (dataset size missing, male/female keys for old datasets missing, temporarily disable voxforge download link), by @moz-bozden in #5035
  • Fix: Overflow in long accent lists and adapt style to variant selector @HarikalarKutusu in #4849 fixes #4378
  • Minor fix: Add left-aligned class to contact us button which was causing visual problems in some languages by @HarikalarKutusu in #4868 fixes #4867
  • Minor fix: Add missing Bengali bn sub-Discourse list by @HarikalarKutusu in #4852
  • Minor fix (in v1.148.2): Adjust cache duration of variant-only clips, which was causing lock-release issues in RedLock by @moz-bozden in #4995
  • Minor fix (in v1.148.2): Adjust cache and lock duration of LeaderBoard statistics, which was causing lock-release issues in RedLock by @moz-bozden in #4994
  • Chore (in v1.148.2): Delete unused/remnant files from the repository by @moz-bozden in #4996

Data Changes in v1.149.0

Spontaneous Speech v1.149.0

  • Feat (in v1.148.3): Remove age-gender form from code base because after the public release we are collecting that data in MCV profiles, which might also interfare with merging the two systems if they don't match, by @moz-bozden in #470
  • Feat (in v1.148.3): Remove beta-batches visually and extend the component to show any string on a page if needed, by @moz-bozden in #469
  • Feat (in v1.148.2): Implement a replica of user avatar and username on the menu line to replace current behavior which shows the user email, as a first step to merge both webapps visually. By @moz-bozden in #460 and CSS fix in #468
  • Fix: Programmatically remove <small> tags in buttons which appear for languages who do not fix Pontoon strings, by @moz-bozden in #474, reported in #5012
  • Fix: Add migration to fix Manx language code (glv => gv) which was preventing connection to Pontoon and CV, by @moz-bozden in #471

SS Data Changes in v1.149.0

More Detailed: What's Changed

Full Changelog: release-v1.148.0...release-v1.149.0

release-v1.148.0

21 Jul 11:47
Compare
Choose a tag to compare

Major Changes in v1.148.0 (2025-07-21)

  • Feat: Change clip-upload process to handle remaining duplicate-clip errors. In the existing implementation, if there is a duplicate, each upload was giving a separate error, and the error message was generic. It also provided a "retry" option which resulted in the same problem. With this change, the problem will only be provided once at the end, providing only a "continue" option. By @moz-bozden in #4950
  • Feat: First implementation of LazySetCache class, currently not connected to application code. General purpose Redis caching of objects in current LazyCache module is too costly for simple caching of numbers and strings. By @moz-bozden in #4950
  • Feat: Add common-voice-network Docker network to enable communication between services (Scripted Speech, Spontaneous Speech, Public API, ...) by @akrabat in #4982
  • Feat (Public API): Create additional tests for Public API credentials by @akrabat in #4981
  • Feat (Public API): Create endpoint to create client credentials by @moz-dfeller and @akrabat in #4971
  • Workaround: Some users were having a caching related issue after the parameter passing change in #4945. Implemented a workaround to handle both cases for a while by @moz-bozden in #4975
  • Fix: Long (3h) lock duration in LazyCache implementation was preventing more frequent updates in Redis caching. This fix adds lock-duration as a parameter, per query, with a default of 3 min if not specified. By @moz-bozden in #4949
  • Fix: Non existing locale in migration should not throw error but silently warn, it causes local dev env fail if that language does not exist - update to #4559 by @moz-bozden in #4974 thank you @akrabat for reporting and testing.
  • (in v1.147.1) Fix: Parameter passing with fields containing underscore through request.headers were causing problems in some external environments (e.g. nginx) by @moz-bozden in #4945
  • Docs: Update .env-local-docker.example and DEVELOPMENT.md to include more comments for developers, especially on the use of authentication - with error checking, by @moz-kathyreid in #4980
  • Chore: Updates to Pontoon keys

Data Changes in v1.148.0

  • (in v1.147.1) Lowered sentence requirement bands of 43 locales (mostly new ones defaulting to 5000) by @moz-bozden in #4569 thank you @ftyers for his review, and community members flagging the issue.

More Detailed: What's Changed

New Contributors

Full Changelog: release-v1.147.0...release-v1.148.0

release-v1.147.0

08 Jul 11:15
1eaa079
Compare
Choose a tag to compare

Major Changes in v1.147.0 (2025-07-08)

  • Feat: Text input cleaning (handles CR/LF/TAB characters in free input fields) by @HarikalarKutusu in #4850
  • Feat: Add cv-corpus-22-0 and cv-corpus-22-0-delta datasets and stats by @moz-dfeller in #4953
  • Feat: Backend to retrieve sentences & clips without variant when variant ones run out by @HarikalarKutusu in #4931
  • Feat: Update menu - change Spontaneous Speech "coming-soon" by @moz-rotimib in #4894
  • Fix: Handle cases where client_id is not defined due to session timeouts by @moz-kathyreid in #4920
  • Fix: Revise wording in goals page which errors out on some languages due to Fluent complexity by @HarikalarKutusu in #4811 Fixes: #3907
  • Fix: Change accents separator to "|" from default "," which prevents parsing of accents from metadata by @HarikalarKutusu in #4844
  • Fix: Use Redis to keep recorded "sentence_id"s per user which fixes many "clip could not be saved to server" errors by @moz-bozden in #4944
  • Fix: Fix setuptools version which prevents the bundler to start by @moz-bozden in #4935
  • Fix: Menu items still showing <small> tags by @moz-rotimib in #4933
  • Fix: Revert to en for download if UI language does not have a dataset by @HarikalarKutusu in #4846 Fixes: #4819
  • Fix: Fix ambuiquity in SQL which prevents proper variant selection by @moz-bozden in #4888
  • Chore: Update text and link in Action Items section in home page by @moz-rotimib in #4898
  • Chore: Updates to COMMUNITIES.md
  • Chore: Updates to DEVELOPMENT.md

Data Changes

More Detailed: What's Changed

Full Changelog: release-v1.141.3...release-v1.147.0

release-v1.141.3

29 Apr 10:24
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release-v1.140.0...release-v1.141.3

release-v1.140.0

10 Apr 10:44
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release-v1.139.1...release-v1.140.0

release-v1.139.1

02 Apr 10:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Read more

release-v1.138.5

17 Mar 10:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: release-v1.137.7...release-v1.138.5

release-v1.137.7

04 Mar 15:22
Compare
Choose a tag to compare

What's Changed

  • 892-platform-language-dropdownpicker-on-add-a-question-page by @moz-rotimib in #4816

Full Changelog: release-v1.137.6...release-v1.137.7

release-v1.137.6

03 Mar 15:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: release-v1.137.5...release-v1.137.6

release-v1.137.5

03 Mar 10:23
Compare
Choose a tag to compare

What's Changed

Full Changelog: release-v1.137.3...release-v1.137.5