Skip to content

Commit 28d2367

Browse files
committed
*: Update changelog and authors
Signed-off-by: Ce Gao <[email protected]>
1 parent d2ea027 commit 28d2367

File tree

2 files changed

+68
-6
lines changed

2 files changed

+68
-6
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ This list is sorted by the number of commits per contributor in descending order
66
* [@jeremydouglass](https://github.com/jeremydouglass)
77
* [@hawkingrei](https://github.com/hawkingrei)
88

9-
###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-06-26
9+
###### Auto generated by [gaocegege/maintainer](https://github.com/gaocegege/maintainer) on 2017-07-18

CHANGELOG.md

Lines changed: 67 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,74 @@
11
# Change Log
22

3-
## [Unreleased](https://github.com/gaocegege/Processing.R/tree/HEAD)
3+
## [v1.0.4](https://github.com/gaocegege/Processing.R/tree/v1.0.4) (2017-07-18)
4+
[Full Changelog](https://github.com/gaocegege/Processing.R/compare/v1.0.4-alpha...v1.0.4)
45

5-
[Full Changelog](https://github.com/gaocegege/Processing.R/compare/v1.0.2...HEAD)
6+
**Closed issues:**
7+
8+
- Fix the wrong indent in PDE editor [\#164](https://github.com/gaocegege/Processing.R/issues/164)
9+
- howto.md: Document the new way [\#159](https://github.com/gaocegege/Processing.R/issues/159)
10+
- Rename the examples about package and library [\#156](https://github.com/gaocegege/Processing.R/issues/156)
11+
- R package example code [\#151](https://github.com/gaocegege/Processing.R/issues/151)
12+
- Library example code and test case [\#149](https://github.com/gaocegege/Processing.R/issues/149)
13+
- Cannot build with gcc-bridge on macOS 10.12.5 [\#147](https://github.com/gaocegege/Processing.R/issues/147)
14+
- renjin: Unable to build in x86 architecture [\#140](https://github.com/gaocegege/Processing.R/issues/140)
15+
- Add wrapper to cast double into int and print warnings in PDE console [\#108](https://github.com/gaocegege/Processing.R/issues/108)
16+
- `map` function call meets error [\#107](https://github.com/gaocegege/Processing.R/issues/107)
17+
- Refactor the logic about frameCount [\#81](https://github.com/gaocegege/Processing.R/issues/81)
18+
- support static sketches with size\(\) [\#51](https://github.com/gaocegege/Processing.R/issues/51)
19+
- Support render keywords in size\(\) [\#50](https://github.com/gaocegege/Processing.R/issues/50)
20+
- Support Constants \(math\) from Processing [\#49](https://github.com/gaocegege/Processing.R/issues/49)
21+
- size fails in setup [\#39](https://github.com/gaocegege/Processing.R/issues/39)
22+
- Redirect STDERR to Processing console [\#24](https://github.com/gaocegege/Processing.R/issues/24)
23+
24+
**Merged pull requests:**
25+
26+
- core.R: Add print [\#176](https://github.com/gaocegege/Processing.R/pull/176) ([gaocegege](https://github.com/gaocegege))
27+
- README: Remove limitations [\#173](https://github.com/gaocegege/Processing.R/pull/173) ([gaocegege](https://github.com/gaocegege))
28+
- ThreeDimensionalCube: Fix frameCount [\#172](https://github.com/gaocegege/Processing.R/pull/172) ([gaocegege](https://github.com/gaocegege))
29+
- RLangPApplet: Support static mode [\#171](https://github.com/gaocegege/Processing.R/pull/171) ([gaocegege](https://github.com/gaocegege))
30+
- Add built-in variables pixelWidth and pixelHeight [\#169](https://github.com/gaocegege/Processing.R/pull/169) ([gaocegege](https://github.com/gaocegege))
31+
- focused: Add example [\#168](https://github.com/gaocegege/Processing.R/pull/168) ([gaocegege](https://github.com/gaocegege))
32+
- Examples/importLibrary [\#167](https://github.com/gaocegege/Processing.R/pull/167) ([jeremydouglass](https://github.com/jeremydouglass))
33+
- RLangInputHandler: Replacing python with java [\#165](https://github.com/gaocegege/Processing.R/pull/165) ([gaocegege](https://github.com/gaocegege))
34+
- BuiltinApplet: Add warnings for casting [\#162](https://github.com/gaocegege/Processing.R/pull/162) ([gaocegege](https://github.com/gaocegege))
35+
- docs: Add development [\#161](https://github.com/gaocegege/Processing.R/pull/161) ([gaocegege](https://github.com/gaocegege))
36+
- build.xml: Add macOS specific check [\#158](https://github.com/gaocegege/Processing.R/pull/158) ([gaocegege](https://github.com/gaocegege))
37+
- examples: Rename examples of library and package [\#157](https://github.com/gaocegege/Processing.R/pull/157) ([gaocegege](https://github.com/gaocegege))
38+
- \*: Add cast from double to int [\#155](https://github.com/gaocegege/Processing.R/pull/155) ([gaocegege](https://github.com/gaocegege))
39+
- Remove hack of built-in constants [\#154](https://github.com/gaocegege/Processing.R/pull/154) ([gaocegege](https://github.com/gaocegege))
40+
- build.xml: Add OS specific code [\#153](https://github.com/gaocegege/Processing.R/pull/153) ([gaocegege](https://github.com/gaocegege))
41+
- RLangMode: Add examples of R packages [\#152](https://github.com/gaocegege/Processing.R/pull/152) ([gaocegege](https://github.com/gaocegege))
42+
- Add reference and library example [\#150](https://github.com/gaocegege/Processing.R/pull/150) ([gaocegege](https://github.com/gaocegege))
43+
- feat: add keyboard event [\#148](https://github.com/gaocegege/Processing.R/pull/148) ([hawkingrei](https://github.com/hawkingrei))
44+
- Add built-in constants [\#146](https://github.com/gaocegege/Processing.R/pull/146) ([gaocegege](https://github.com/gaocegege))
45+
- badge: Deprecate docker [\#145](https://github.com/gaocegege/Processing.R/pull/145) ([gaocegege](https://github.com/gaocegege))
46+
- badge: Remove codacy coverage badge [\#144](https://github.com/gaocegege/Processing.R/pull/144) ([gaocegege](https://github.com/gaocegege))
47+
- demo: Add a demo [\#118](https://github.com/gaocegege/Processing.R/pull/118) ([gaocegege](https://github.com/gaocegege))
48+
- Pop error or exception to PDE [\#85](https://github.com/gaocegege/Processing.R/pull/85) ([gaocegege](https://github.com/gaocegege))
49+
50+
## [v1.0.4-alpha](https://github.com/gaocegege/Processing.R/tree/v1.0.4-alpha) (2017-07-05)
51+
[Full Changelog](https://github.com/gaocegege/Processing.R/compare/v1.0.3...v1.0.4-alpha)
52+
53+
**Closed issues:**
54+
55+
- LibraryImporter: Fix ad-hoc code [\#136](https://github.com/gaocegege/Processing.R/issues/136)
56+
- Support packages \(libraries\) in R [\#17](https://github.com/gaocegege/Processing.R/issues/17)
57+
- Add pre-processer into Processing.R [\#9](https://github.com/gaocegege/Processing.R/issues/9)
58+
59+
**Merged pull requests:**
60+
61+
- ci: Remove renjin specific config [\#138](https://github.com/gaocegege/Processing.R/pull/138) ([gaocegege](https://github.com/gaocegege))
62+
- LibraryImporter: Fix ad-hoc code [\#137](https://github.com/gaocegege/Processing.R/pull/137) ([gaocegege](https://github.com/gaocegege))
63+
- core.R: Support static functions in PApplet [\#134](https://github.com/gaocegege/Processing.R/pull/134) ([gaocegege](https://github.com/gaocegege))
64+
- Support Processing libraries [\#133](https://github.com/gaocegege/Processing.R/pull/133) ([gaocegege](https://github.com/gaocegege))
65+
- Support Package in R [\#83](https://github.com/gaocegege/Processing.R/pull/83) ([gaocegege](https://github.com/gaocegege))
66+
67+
## [v1.0.3](https://github.com/gaocegege/Processing.R/tree/v1.0.3) (2017-06-26)
68+
[Full Changelog](https://github.com/gaocegege/Processing.R/compare/v1.0.2...v1.0.3)
669

770
**Closed issues:**
871

9-
- Remove Python-specific reference terms from reference import [\#120](https://github.com/gaocegege/Processing.R/issues/120)
1072
- Write a tech report to introduce the architecture of Processing.R [\#119](https://github.com/gaocegege/Processing.R/issues/119)
1173
- reference: Can't show functions which have no subcategory [\#117](https://github.com/gaocegege/Processing.R/issues/117)
1274
- Layout error in documentation [\#112](https://github.com/gaocegege/Processing.R/issues/112)
@@ -27,7 +89,7 @@
2789

2890
**Merged pull requests:**
2991

30-
- patch: Remove python-specific refenrence items [\#132](https://github.com/gaocegege/Processing.R/pull/132) ([gaocegege](https://github.com/gaocegege))
92+
- patch: Remove python-specific reference items [\#132](https://github.com/gaocegege/Processing.R/pull/132) ([gaocegege](https://github.com/gaocegege))
3193
- docs: Remove table, xml and primitive [\#130](https://github.com/gaocegege/Processing.R/pull/130) ([gaocegege](https://github.com/gaocegege))
3294
- travis: Fix CI failure [\#129](https://github.com/gaocegege/Processing.R/pull/129) ([gaocegege](https://github.com/gaocegege))
3395
- reference: Add tranform reference items [\#128](https://github.com/gaocegege/Processing.R/pull/128) ([gaocegege](https://github.com/gaocegege))
@@ -37,7 +99,7 @@
3799
- Create CODE\_OF\_CONDUCT.md [\#124](https://github.com/gaocegege/Processing.R/pull/124) ([gaocegege](https://github.com/gaocegege))
38100
- feat: add mouseX and mouseY [\#122](https://github.com/gaocegege/Processing.R/pull/122) ([hawkingrei](https://github.com/hawkingrei))
39101
- Feat/add keyword focused [\#121](https://github.com/gaocegege/Processing.R/pull/121) ([hawkingrei](https://github.com/hawkingrei))
40-
- WIP: Add reference code for `Lights, Camera` [\#115](https://github.com/gaocegege/Processing.R/pull/115) ([gaocegege](https://github.com/gaocegege))
102+
- Add reference code for `Lights, Camera` [\#115](https://github.com/gaocegege/Processing.R/pull/115) ([gaocegege](https://github.com/gaocegege))
41103
- README: Add reference [\#113](https://github.com/gaocegege/Processing.R/pull/113) ([gaocegege](https://github.com/gaocegege))
42104
- Finish shape reference [\#109](https://github.com/gaocegege/Processing.R/pull/109) ([gaocegege](https://github.com/gaocegege))
43105
- reference: Migrate property from processing.py [\#105](https://github.com/gaocegege/Processing.R/pull/105) ([gaocegege](https://github.com/gaocegege))

0 commit comments

Comments
 (0)