Line 55: |
Line 55: |
| | '''Week 4(9th June - 15th June)''' || Example | | | '''Week 4(9th June - 15th June)''' || Example |
| |- | | |- |
− | | Week 5(16th June - 22nd June) || Example | + | | '''Week 5(16th June - 22nd June)''' || Example |
| |- | | |- |
− | | Week 6(23rd June - 29th June) || Example | + | | '''Week 6(23rd June - 29th June)''' || Example |
| |- | | |- |
− | | Week 7(30th June - 6th July) || Example | + | | '''Week 7(30th June - 6th July)''' || Example |
| |- | | |- |
− | | Week 8(7th July - 13th July) || Example | + | | '''Week 8(7th July - 13th July)''' || Example |
| |- | | |- |
− | | Week 9(14th July - 20th July) || Example | + | | '''Week 9(14th July - 20th July)''' || Example |
| |- | | |- |
− | | Week 10(21th July - 27th July) || Example | + | | W'''eek 10(21st July - 27th July)''' || Example |
| |- | | |- |
− | | Week 11(28th July - 3rd Aug) || Example | + | | '''Week 11(28th July - 3rd Aug)''' || Example |
| |- | | |- |
− | | Week 12(4th Aug - 10th Aug) || Example | + | | '''Week 12(4th Aug - 10th Aug)''' || Example |
| |- | | |- |
− | | Week 13(11th Aug - 17th Aug) || Example | + | | '''Week 13(11th Aug - 17th Aug)''' || Example |
| |- | | |- |
− | | 17th Aug - 20th Aug || Example | + | | '''17th Aug - 20th Aug''' || Example |
| |} | | |} |
| | | |
Line 97: |
Line 97: |
| ImageJS 1 (basic): https://www.youtube.com/watch?v=uWTsEVzVp0A <br/> | | ImageJS 1 (basic): https://www.youtube.com/watch?v=uWTsEVzVp0A <br/> |
| ImageJS 2 with CamanJS and plugin: https://www.youtube.com/watch?v=EQOT7g6jnKs <br/> | | ImageJS 2 with CamanJS and plugin: https://www.youtube.com/watch?v=EQOT7g6jnKs <br/> |
− |
| + | |
| | | |
| '''<big><big>You and the community</big></big>''' <br/> | | '''<big><big>You and the community</big></big>''' <br/> |
Line 121: |
Line 121: |
| 1. Fixed log10 function ( #4809 ) | | 1. Fixed log10 function ( #4809 ) |
| Fix log10 function using base 10 algorithm - Fixes #4809 | | Fix log10 function using base 10 algorithm - Fixes #4809 |
− | PR - https://github.com/godiard/sugarlabs-calculate/pull/3 | + | PR - https://github.com/godiard/sugarlabs-calculate/pull/3 |
− | 2. Removed the redundancy of Factorial Function (#3531)
| + | . Removed the redundancy of Factorial Function (#3531) |
| Fac() function removed - Fixes #3531 | | Fac() function removed - Fixes #3531 |
− | PR - https://github.com/godiard/sugarlabs-calculate/pull/6 | + | PR - https://github.com/godiard/sugarlabs-calculate/pull/6 |
− | 3. The output the input equation is not displayed correctly, for negative power (#4810)
| + | . The output the input equation is not displayed correctly, for negative power (#4810) |
| Displaying output correctly for a negative power - Fixes #4810 | | Displaying output correctly for a negative power - Fixes #4810 |
− | PR - https://github.com/godiard/sugarlabs-calculate/pull/11 | + | PR - https://github.com/godiard/sugarlabs-calculate/pull/11 |
− | 4. Fixed an infinite loop in Calculate Activity
| + | . Fixed an infinite loop in Calculate Activity |
| Input of form a+x**y making the activity unreactive | | Input of form a+x**y making the activity unreactive |
− | PR - https://github.com/godiard/sugarlabs-calculate/pull/19 | + | PR - https://github.com/godiard/sugarlabs-calculate/pull/19 |
− | 5. Do not show decimal zeros if the result is an integer
| + | . Do not show decimal zeros if the result is an integer |
| PR - https://github.com/godiard/sugarlabs-calculate/pull/24 | | PR - https://github.com/godiard/sugarlabs-calculate/pull/24 |
| 6. Problem of significant digits in Calculate (#4814) | | 6. Problem of significant digits in Calculate (#4814) |
| Fixed Significant digits with both exponential and scientific calculators. Fixes #4814 | | Fixed Significant digits with both exponential and scientific calculators. Fixes #4814 |
− | PR - https://github.com/godiard/sugarlabs-calculate/pull/28 | + | PR - https://github.com/godiard/sugarlabs-calculate/pull/28 |
− | 7. Adding Calculate functions in source/calculate.rst in help activity
| + | . Adding Calculate functions in source/calculate.rst in help activity |
| Added Calculate functions in source/calculate.rst | | Added Calculate functions in source/calculate.rst |
− | PR - https://github.com/godiard/help-activity/pull/11 | + | PR - https://github.com/godiard/help-activity/pull/11 |
− | 8. Tab numbers enhancement in Pippy
| + | . Tab numbers enhancement in Pippy |
| Make Ctrl-(1-9) changes current tab to that number | | Make Ctrl-(1-9) changes current tab to that number |
− | PR - https://github.com/walterbender/Pippy/pull/8 | + | PR - https://github.com/walterbender/Pippy/pull/8 |
− | 9. Pippy tabs defect
| + | . Pippy tabs defect |
| Executing the Ctrl-w code if number of tabs is greater than 1 | | Executing the Ctrl-w code if number of tabs is greater than 1 |
− | PR - https://github.com/walterbender/Pippy/pull/14 | + | PR - https://github.com/walterbender/Pippy/pull/14 |
− | 10. Pippy tabs name defect
| + | 0. Pippy tabs name defect |
| Solved the problem of naming tabs when adding/deleting tabs | | Solved the problem of naming tabs when adding/deleting tabs |
− | PR - https://github.com/walterbender/Pippy/pull/16 | + | PR - https://github.com/walterbender/Pippy/pull/16 |
− | 11. Pippy Pep8 fixes.
| + | 1. Pippy Pep8 fixes. |
| PR - https://github.com/walterbender/Pippy/pull/18 | | PR - https://github.com/walterbender/Pippy/pull/18 |
| 12. Tab numbers enhancement in Browse Activity | | 12. Tab numbers enhancement in Browse Activity |
| Make Ctrl-(1-9) changes current tab to that number | | Make Ctrl-(1-9) changes current tab to that number |
− | PR - https://github.com/sugarlabs/browse-activity/pull/3 | + | PR - https://github.com/sugarlabs/browse-activity/pull/3 |
− | 13. Tab numbers enhancement in Terminal Activity
| + | 3. Tab numbers enhancement in Terminal Activity |
| Make Ctrl-(1-9) changes current tab to that number | | Make Ctrl-(1-9) changes current tab to that number |
| PR - https://github.com/godiard/terminal-activity/pull/11 | | PR - https://github.com/godiard/terminal-activity/pull/11 |