|
1 | 1 | # ModbusMaster CHANGELOG
|
2 | 2 |
|
3 |
| -## [Unreleased](https://github.com/4-20ma/ModbusMaster/tree/Unreleased) (2016-09-11) |
4 |
| -[Full Changelog](https://github.com/4-20ma/ModbusMaster/compare/v0.11.0...Unreleased) |
| 3 | +## [v0.12.0](https://github.com/4-20ma/ModbusMaster/tree/v0.12.0) (2016-09-11) |
| 4 | +[Full Changelog](https://github.com/4-20ma/ModbusMaster/compare/v0.11.0...v0.12.0) |
5 | 5 |
|
6 | 6 | **Implemented enhancements:**
|
7 | 7 |
|
|
44 | 44 | **Implemented enhancements:**
|
45 | 45 |
|
46 | 46 | - Update architecture switch to match Arduino convention [\#27](https://github.com/4-20ma/ModbusMaster/issues/27)
|
| 47 | +- Request timeout is impatient [\#3](https://github.com/4-20ma/ModbusMaster/issues/3) |
| 48 | +- Update architecture switch [\#28](https://github.com/4-20ma/ModbusMaster/pull/28) ([4-20ma](https://github.com/4-20ma)) |
47 | 49 |
|
48 | 50 | ## [v0.10.3](https://github.com/4-20ma/ModbusMaster/tree/v0.10.3) (2015-05-22)
|
49 | 51 | [Full Changelog](https://github.com/4-20ma/ModbusMaster/compare/v0.10.2...v0.10.3)
|
|
53 | 55 | - Inconsistent Doxygen comments [\#25](https://github.com/4-20ma/ModbusMaster/issues/25)
|
54 | 56 | - Replace C macros with inline functions [\#18](https://github.com/4-20ma/ModbusMaster/issues/18)
|
55 | 57 |
|
| 58 | +**Merged pull requests:** |
| 59 | + |
| 60 | +- Adjust doxygen comments to be consistent [\#26](https://github.com/4-20ma/ModbusMaster/pull/26) ([4-20ma](https://github.com/4-20ma)) |
| 61 | +- Replace C macros w/inline functions [\#24](https://github.com/4-20ma/ModbusMaster/pull/24) ([4-20ma](https://github.com/4-20ma)) |
| 62 | + |
56 | 63 | ## [v0.10.2](https://github.com/4-20ma/ModbusMaster/tree/v0.10.2) (2015-05-22)
|
57 | 64 | [Full Changelog](https://github.com/4-20ma/ModbusMaster/compare/v0.9.1...v0.10.2)
|
58 | 65 |
|
| 66 | +**Implemented enhancements:** |
| 67 | + |
| 68 | +- Implement CRC16 for SAM3X8E microprocessor [\#11](https://github.com/4-20ma/ModbusMaster/pull/11) ([4-20ma](https://github.com/4-20ma)) |
| 69 | +- Add rx flush, change response timeout to 2000 ms [\#10](https://github.com/4-20ma/ModbusMaster/pull/10) ([agprimatic](https://github.com/agprimatic)) |
| 70 | + |
59 | 71 | **Fixed bugs:**
|
60 | 72 |
|
61 |
| -- Fix documentation build error [\#16](https://github.com/4-20ma/ModbusMaster/issues/16) |
| 73 | +- Fix documentation build error [\#23](https://github.com/4-20ma/ModbusMaster/pull/23) ([4-20ma](https://github.com/4-20ma)) |
| 74 | +- Work around HardwareSerial for SAM3 micro [\#12](https://github.com/4-20ma/ModbusMaster/pull/12) ([4-20ma](https://github.com/4-20ma)) |
62 | 75 |
|
63 |
| -**Closed issues:** |
| 76 | +**Merged pull requests:** |
64 | 77 |
|
65 |
| -- Rename markdown file extensions [\#20](https://github.com/4-20ma/ModbusMaster/issues/20) |
66 |
| -- Update pointers to match C++ convention [\#15](https://github.com/4-20ma/ModbusMaster/issues/15) |
| 78 | +- Update pointers to match C++ convention [\#22](https://github.com/4-20ma/ModbusMaster/pull/22) ([4-20ma](https://github.com/4-20ma)) |
| 79 | +- Rename markdown file extensions [\#21](https://github.com/4-20ma/ModbusMaster/pull/21) ([4-20ma](https://github.com/4-20ma)) |
67 | 80 |
|
68 | 81 | ## [v0.9.1](https://github.com/4-20ma/ModbusMaster/tree/v0.9.1) (2013-01-02)
|
69 | 82 | [Full Changelog](https://github.com/4-20ma/ModbusMaster/compare/v0.9...v0.9.1)
|
|
93 | 106 | [Full Changelog](https://github.com/4-20ma/ModbusMaster/compare/v0.1...v0.2)
|
94 | 107 |
|
95 | 108 | ## [v0.1](https://github.com/4-20ma/ModbusMaster/tree/v0.1) (2010-01-25)
|
96 |
| -[Full Changelog](https://github.com/4-20ma/ModbusMaster/compare/0.10.0...v0.1) |
97 |
| - |
98 |
| -<!-- |
99 |
| -This file is no longer maintained; refer to CHANGELOG.md, which automatically |
100 |
| -incorporates appends content from this file. |
101 |
| ---> |
102 |
| -## [v0.11.0 (2015-05-22)](https://github.com/4-20ma/ModbusMaster/tree/v0.11.0) |
103 |
| -- Fix grammar in library.properties |
104 |
| -- Fix broken links in HISTORY, Rakefile |
105 |
| -- Add RX flush, increase response timeout |
106 |
| -- Insert missing space |
107 |
| -- Add comment clarifying flush() is tx buffer only |
108 |
| -- Fix MBSerial pointer from . to -> |
109 |
| -- Update architecture switch |
110 |
| - |
111 |
| - |
112 |
| -## [v0.10.3 (2015-05-22)](https://github.com/4-20ma/ModbusMaster/tree/v0.10.3) |
113 |
| -- Adjust doxygen comments to be consistent |
114 |
| -- Replace C macros w/inline functions |
115 |
| -- Update library.properties to conform to others |
116 |
| -- Adjust README links to use absolute URLs |
117 |
| - |
118 |
| - |
119 |
| -## [v0.10.2 (2015-05-21)](https://github.com/4-20ma/ModbusMaster/tree/v0.10.2) |
120 |
| -- Update documentation after resolving doc build err |
121 |
| -- Fix documentation build error |
122 |
| -- Update library.properties |
123 |
| -- Add README badges for tag, license |
124 |
| -- Update README |
125 |
| - - Replace **Heading** with Heading followed by ------- line for cleaner Markdown syntax |
126 |
| - - Update Arduino version note to 1.6 |
127 |
| - - Fix nanoline URL |
128 |
| -- Remove deprecation note from README |
129 |
| -- Update pointers to match C++ convention |
130 |
| -- Rename markdown file extensions |
131 |
| - |
132 |
| - |
133 |
| -## v0.10.1 (2015-05-20) |
134 |
| -- Update Rakefile to commit Doxyfile, reference |
135 |
| -- Version bump to v0.10.0 |
136 |
| - |
137 |
| - |
138 |
| -## v0.10.0 (2015-05-20) |
139 |
| -- Update Rakefile to update library.properties |
140 |
| -- Add library.properties file to describe library |
141 |
| -- Add .ruby-* to manage versions via rvm or rbenv |
142 |
| -- Add Gemfile to manage dependencies via Bundler |
143 |
| -- Update .gitignore to exclude Gemfile.lock |
144 |
| -- Work around HardwareSerial for SAM3 micro |
145 |
| - - add #ifdefs to check for presence of AVR or ARM chipset (use HardwareSerial for AVR and UARTClass for ARM) |
146 |
| - - change MBSerial to pointer and update all references to use -> notation instead of . notation |
147 |
| -- Implement CRC16 for SAM3X8E microprocessor |
148 |
| - - renamed _crc16_update to crc16_update to minimize confusion with AVR function in util/crc16.h |
149 |
| - - added C version of crc16 and removed extraneous version of crc16 functions |
150 |
| -- Add end-of-life note to README |
151 |
| -- Add auto-generated pdf documentation for v0.9.1 |
152 |
| -- Remove pdf documentation for versions 0.6, 0.7 |
153 |
| -- Add pdf documentation for versions 0.6, 0.7 |
154 |
| -- Remove unnecessary require 'fileutils' |
155 |
| -- Add auto-generated pdf documentation |
156 |
| -- Define PROJECT_BRIEF tag in Doxyfile |
157 |
| -- Add pdf generation to prepare:documentation |
158 |
| -- Add doc/README.txt |
159 |
| - |
160 |
| - |
161 |
| -## [v0.9.1 (2013-01-02)](https://github.com/4-20ma/ModbusMaster/tree/v0.9.1) |
162 |
| -- Add Rakefile to manage prepare/release process |
163 |
| -- Add .gitignore to skip doc/html, doc/latex files |
164 |
| -- Add Doxyfile to repo |
165 |
| -- Update copyright year |
166 |
| -- Update email address |
167 |
| -- Fix references to repo |
168 |
| -- Move history to separate file |
169 |
| -- Update README copyright, email |
170 |
| - |
171 |
| - |
172 |
| -## [v0.9 (2011-12-04)](https://github.com/4-20ma/ModbusMaster/tree/v0.9) |
173 |
| -- Add support for Arduino 1.0 |
174 |
| - |
175 |
| - |
176 |
| -## [v0.8 (2011-11-09)](https://github.com/4-20ma/ModbusMaster/tree/v0.8) |
177 |
| -- Add support for ATmega2560 |
178 |
| - |
179 |
| - |
180 |
| -## [v0.7 (2010-02-09)](https://github.com/4-20ma/ModbusMaster/tree/v0.7) |
181 |
| -- Modified capitalization of functions to match Arduino style where first letter is lower-case |
182 |
| - |
183 |
| - |
184 |
| -## [v0.6 (2010-02-04)](https://github.com/4-20ma/ModbusMaster/tree/v0.6) |
185 |
| -- Added documentation via Doxygen comments, modified methods used to get/set storage buffers |
186 |
| - |
187 |
| - |
188 |
| -## [v0.5 (2010-01-30)](https://github.com/4-20ma/ModbusMaster/tree/v0.5) |
189 |
| -- Added ability to select serial port 0..3, modified methods used to get/set storage arrays, miscellaneous bug fixes |
190 |
| - |
191 |
| - |
192 |
| -## [v0.3 (2010-01-29)](https://github.com/4-20ma/ModbusMaster/tree/v0.3) |
193 |
| - |
194 |
| - |
195 |
| -## [v0.2 (2010-01-25)](https://github.com/4-20ma/ModbusMaster/tree/v0.2) |
196 |
| - |
197 |
| - |
198 |
| -## [v0.1 (2010-01-24)](https://github.com/4-20ma/ModbusMaster/tree/v0.1) |
199 |
| -- Initial public release |
200 | 109 |
|
201 | 110 |
|
202 | 111 | \* *This Change Log was automatically generated by [github_changelog_generator](https://github.com/skywinder/Github-Changelog-Generator)*
|
0 commit comments