Skip to content

Releases: sillsdev/TheCombine

Build for 04 Sept 2020

04 Sep 13:41
4b53695
Compare
Choose a tag to compare
Pre-release

Build for 04 Sept 2020
Includes:

  • Uninstall @types/recordrtc; Use codecs=pcm (#682)
  • Reduce password reset confusion (#685)
  • Case insensitive tests (#683)

Build for 03 Sep 2020

03 Sep 12:16
cb9da28
Compare
Choose a tag to compare
Build for 03 Sep 2020 Pre-release
Pre-release

Build for 03 Sept 2020
Includes:

  • [DataEntryTable] Add localized alerts for when a duplicate word or sense is added (#642)
  • [ProjectSettings] Remove deprecated componentWillMount (#678)
  • Fix frontend LGTM warnings (#674)
  • Don't update frontier if a previous update is still in progress (#680)
  • [ReviewEntries] Wait until words loaded to show table (#653)
  • [WordApiServices > WordIsUnique] Remove SenseIndex usage (#676)
  • Refactor several backend modules (#671)
  • Initialize sense indices in correct place (#673)

Build for 28 Aug 2020

29 Aug 01:20
05b6191
Compare
Choose a tag to compare
Build for 28 Aug 2020 Pre-release
Pre-release

Build for 28 Aug 2020
Includes:

  • Add GUID for stable lift round trip (#665)
  • Allow escape from NewEntry dialogs (#659)
  • Add backend audio merging in MergeDuplicates (#666)
  • Replace two project management buttons with one (#657)
  • Stop reviewEntriesState from defaulting to "en" (#634)
  • Sync up @types/recordrtc dev flag with npm install (#661)

Build for 28 Aug 2020

28 Aug 12:04
c4671db
Compare
Choose a tag to compare
Build for 28 Aug 2020 Pre-release
Pre-release

Build for 28 Aug 2020
Includes:

  • [DataEntryTable] Remove async/await on NewEntry; Prevent double-editing of entries (#651)
    • Remove async/await from NewEntry so users can start typing the next one while the last submissions goes through the backend
    • Prevent editing an entry that has already been edited (but may still be in the frontend if the edit hasn't finished processing)
    • Make adding or deleting a recording update the frontend
    • Hide recent words that are being updated to prevent double-editing

Build for 27 Aug 2020

27 Aug 15:36
8c14b92
Compare
Choose a tag to compare
Build for 27 Aug 2020 Pre-release
Pre-release

Build for 27 Aug 2020
Includes:

  • Move GoalProps to types/goals (#648)
  • Stop AudioControllerTests setup from deleting .CombineFiles (#655)
  • Setup periodic backups of TheCombine data (#650)
  • Update RecordRTC (#649)
  • Fix property assignment in analysis language picker (#644)

Build for 25 Aug 2020

25 Aug 21:31
efee3f8
Compare
Choose a tag to compare
Build for 25 Aug 2020 Pre-release
Pre-release

Build for 25 Aug 2020
Includes:

  • Do not export deleted senses (#643)
  • Move @types/nspell from deps to devDeps (#640)
  • Fix crash involving multiple glosses for one language (#639)

Build for 24 Aug 2020

25 Aug 00:39
d21114d
Compare
Choose a tag to compare
Build for 24 Aug 2020 Pre-release
Pre-release

Build for 24 Aug 2020
Includes:

  • Create local url for file export (#638)

Build 22 Aug 2020

23 Aug 00:02
eb7ecff
Compare
Choose a tag to compare
Build 22 Aug 2020 Pre-release
Pre-release

Build for 22 Aug 2020
Includes:

  • Restore logic on add sense to existing entry (#633)
  • Update style guide to prefer braces around one line if statements (#629)
  • Add instructions for how to browse the database locally (#630)
  • Update dotnet-format to 4.1.131201 and format the backend source (#632)
  • [RecentEntry] Remove code that was for NewEntry-related dialogs (#620)
  • Make Username and Email Case-Insensitive (#586)
  • [SpellChecker] js->ts (#626)

Weekly Build 20 Aug 2020

20 Aug 23:15
1fabdaf
Compare
Choose a tag to compare
Pre-release

Weekly build for 20 Aug 2020
Includes:

  • Only check if email exists on submit (#625)
  • [ReviewEntries] Remove deleted senses from a word when saving to backend (#624)
  • Change location of initial fetch of frontier in Review Entries (#621)
  • [DataEntryTable] Remove "en" assumption (#615)
  • Fix bug in parseWord (#622)
  • Hide deleted senses in data entry (#619)

Weekly build 19 Aug 2020

19 Aug 22:45
ebb6dbe
Compare
Choose a tag to compare
Pre-release

Weekly build for 19 Aug 2020
Includes:

  • [ReviewEntries] Alerts when deleting words (#617)
  • [DataEntryTable] Add localization to NewEntry dialogs (#614)
  • Limit how much different vern suggestions can be from what is typed (#616)
  • Add Ability to Delete Words (#587)
  • [MergeDupStepReducer.test] Fix sporadically failing tests (#613)