Skip to content

Commit a9ed48e

Browse files
committed
*: Update to v1.0.6
Signed-off-by: Ce Gao <ce.gao@outlook.com>
1 parent 65203de commit a9ed48e

File tree

3 files changed

+17
-10
lines changed

3 files changed

+17
-10
lines changed

CHANGELOG.md

Lines changed: 15 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,40 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/gaocegege/Processing.R/tree/HEAD)
4-
5-
[Full Changelog](https://github.com/gaocegege/Processing.R/compare/v1.0.5...HEAD)
3+
## [v1.0.6](https://github.com/gaocegege/Processing.R/tree/v1.0.6) (2017-11-01)
4+
[Full Changelog](https://github.com/gaocegege/Processing.R/compare/v1.0.5...v1.0.6)
65

76
**Closed issues:**
87

8+
- Support Table in R [\#244](https://github.com/gaocegege/Processing.R/issues/244)
9+
- Support PVector [\#241](https://github.com/gaocegege/Processing.R/issues/241)
910
- Docs: Tutorials do not list author [\#239](https://github.com/gaocegege/Processing.R/issues/239)
1011
- println\(\) not working [\#236](https://github.com/gaocegege/Processing.R/issues/236)
11-
- Allow failure in macOS to solve the queueing problem [\#229](https://github.com/gaocegege/Processing.R/issues/229)
1212
- Fix broken and missing links in README.md [\#219](https://github.com/gaocegege/Processing.R/issues/219)
1313
- Announce mode [\#215](https://github.com/gaocegege/Processing.R/issues/215)
14-
- Import netlify to CI the reference docs [\#199](https://github.com/gaocegege/Processing.R/issues/199)
1514
- Add tutorials [\#186](https://github.com/gaocegege/Processing.R/issues/186)
1615
- Cast more functions from double to int [\#184](https://github.com/gaocegege/Processing.R/issues/184)
17-
- When there are exceptions, fail to close the applets [\#143](https://github.com/gaocegege/Processing.R/issues/143)
18-
- Welcome to have a try on Processing.R [\#142](https://github.com/gaocegege/Processing.R/issues/142)
1916
- Replace ant with maven or gradle [\#139](https://github.com/gaocegege/Processing.R/issues/139)
2017
- Fix ad-hoc examples in documentation [\#110](https://github.com/gaocegege/Processing.R/issues/110)
2118
- Support CI in macOS via Travis CI [\#82](https://github.com/gaocegege/Processing.R/issues/82)
2219
- PDE mode installation \(automatic\) [\#59](https://github.com/gaocegege/Processing.R/issues/59)
2320
- Get in touch with Processing "modes" community [\#56](https://github.com/gaocegege/Processing.R/issues/56)
24-
- Documentation: PDE reference folder in mode [\#55](https://github.com/gaocegege/Processing.R/issues/55)
2521
- Get in touch with R community [\#34](https://github.com/gaocegege/Processing.R/issues/34)
2622
- Replace the timezone [\#30](https://github.com/gaocegege/Processing.R/issues/30)
2723
- The Big One: Proposal in GSoC 2017 [\#28](https://github.com/gaocegege/Processing.R/issues/28)
24+
- Allow failure in macOS to solve the queueing problem [\#229](https://github.com/gaocegege/Processing.R/issues/229)
25+
- Import netlify to CI the reference docs [\#199](https://github.com/gaocegege/Processing.R/issues/199)
26+
- When there are exceptions, fail to close the applets [\#143](https://github.com/gaocegege/Processing.R/issues/143)
27+
- Welcome to have a try on Processing.R [\#142](https://github.com/gaocegege/Processing.R/issues/142)
28+
- Documentation: PDE reference folder in mode [\#55](https://github.com/gaocegege/Processing.R/issues/55)
2829

2930
**Merged pull requests:**
3031

32+
- \*: Add example image [\#248](https://github.com/gaocegege/Processing.R/pull/248) ([gaocegege](https://github.com/gaocegege))
33+
- hemesh: Add a new example [\#247](https://github.com/gaocegege/Processing.R/pull/247) ([gaocegege](https://github.com/gaocegege))
34+
- img: Add life [\#246](https://github.com/gaocegege/Processing.R/pull/246) ([gaocegege](https://github.com/gaocegege))
35+
- \*: Add table and advanced exmaple for grafica [\#245](https://github.com/gaocegege/Processing.R/pull/245) ([gaocegege](https://github.com/gaocegege))
36+
- examples: Add ComputationalGeometry [\#243](https://github.com/gaocegege/Processing.R/pull/243) ([gaocegege](https://github.com/gaocegege))
37+
- core.R: Add support for PVector [\#242](https://github.com/gaocegege/Processing.R/pull/242) ([gaocegege](https://github.com/gaocegege))
3138
- RLangEditor: Add about and tutorials [\#238](https://github.com/gaocegege/Processing.R/pull/238) ([gaocegege](https://github.com/gaocegege))
3239
- \*: Support println [\#237](https://github.com/gaocegege/Processing.R/pull/237) ([gaocegege](https://github.com/gaocegege))
3340
- rectMode: Typo fix [\#233](https://github.com/gaocegege/Processing.R/pull/233) ([gaocegege](https://github.com/gaocegege))

docs/RLangMode.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ authorList = [Processing.R Authors](https://github.com/gaocegege/Processing.R/bl
33
url = https://github.com/gaocegege/Processing.R
44
sentence = Processing in R Language
55
paragraph =
6-
version = 105
7-
prettyVersion = v1.0.5
6+
version = 106
7+
prettyVersion = v1.0.6
88
maxVersion = 0
99
minVersion = 260

docs/RLangMode.zip

54 KB
Binary file not shown.

0 commit comments

Comments
 (0)