Skip to content

Commit

Permalink
merged changes from release 3.6.7 (#7617)
Browse files Browse the repository at this point in the history
Co-authored-by: PhotoNomad0 <[email protected]>
  • Loading branch information
PhotoNomad0 and PhotoNomad0 authored Dec 20, 2024
1 parent 0fde258 commit 1e8399e
Show file tree
Hide file tree
Showing 200 changed files with 1,924 additions and 79,537 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
# Changelog


## [v3.6.7](https://github.com/unfoldingWord/translationCore/tree/v3.6.7) (2024-12-18)

**Implemented enhancements:**
- Updated Crowdin translations
- Add shortcut Keys to WordAlignment [\#7601](https://github.com/unfoldingWord/translationCore/issues/7601)
- Default to showing tC-ready content in the source content downloader [\#7604](https://github.com/unfoldingWord/translationCore/issues/7604)

**Fixed bugs:**
- Fix Critical Error screen when opening an old project aligned with the older version of Original language [\#7592](https://github.com/unfoldingWord/translationCore/issues/7592)



## [v3.6.6](https://github.com/unfoldingWord/translationCore/tree/v3.6.6) (2024-09-18)

**Fixed bugs:**
- Getting latest resources from Door43-Catalog broken due to changes on DCS [\#7588](https://github.com/unfoldingWord/translationCore/issues/7588)


## [v3.6.5](https://github.com/unfoldingWord/translationCore/tree/v3.6.5) (2024-07-12)

**Fixed bugs:**
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ You can view progress or help translate at [Crowdin](https://crowdin.com/project
- first time do: `npm run load-apps`
- launch app by: `npm i --legacy-peer-deps && npm run start-debug`
- open chrome to url `chrome://inspect/#devices`
- if you do not see under remote target `electron/js2c/browser_init` add an `inspect` link, make sure `Discover network targets` is selected and click `Configure` button. Make sure `localhost:5656` is added under `Target discovery settings` and click `Done`.
- if you do not see under remote target `electron/js2c/browser_init` and an `inspect` link,
make sure `Discover network targets` is selected and click `Configure` button. Make sure `localhost:5656` is added under `Target discovery settings` and click `Done`.
- Under remote target `electron/js2c/browser_init` click on `inspect` link.
- You will need to add the folder that contains the translationCore source files to the workspace. Then you can use control-P or command-P to search for and open source files and set breakpoints.
- the electronite app initialization code is in `electronite/index.js`
- the app UI startup code is in `pages/app.js` but cannot debug with this method, but will have to use debugger in the app and do a reload.

42 changes: 31 additions & 11 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "translationCore",
"productName": "translationCore",
"version": "3.6.6-search",
"version": "3.6.7-search",
"minCompatibleVersion": "3.6.6",
"manifestVersion": "8",
"description": "A bridge between TS and TM",
Expand Down Expand Up @@ -163,6 +163,7 @@
"react-dnd": "2.5.4",
"react-dnd-html5-backend": "2.5.4",
"react-dom": "16.8.6",
"react-hotkeys": "2.0.0",
"react-localize-redux": "3.5.3",
"react-redux": "5.1.1",
"react-remarkable": "1.1.3",
Expand All @@ -187,7 +188,7 @@
"string-punctuation-tokenizer": "^2.2.0",
"sudo-prompt": "6.2.1",
"tc-electron-env": "0.10.0",
"tc-source-content-updater": "1.4.29",
"tc-source-content-updater": "1.4.32",
"tc-strings": "0.1.7",
"tc-tool": "4.1.0",
"tc-ui-toolkit": "6.2.9",
Expand Down
Binary file not shown.
Loading

0 comments on commit 1e8399e

Please sign in to comment.