|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v1.5.0.103](https://github.com/nanoframework/nf-interpreter/tree/v1.5.0.103) (2020-10-14) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.5.0.101...v1.5.0.103) |
| 6 | + |
| 7 | +**Implemented enhancements:** |
| 8 | + |
| 9 | +- Graphics ready for merge [\#1721](https://github.com/nanoframework/nf-interpreter/pull/1721) |
| 10 | + |
| 11 | +**Documentation and other chores:** |
| 12 | + |
| 13 | +- Update Windows.Devices.Spi declaration [\#1732](https://github.com/nanoframework/nf-interpreter/pull/1732) |
| 14 | + |
3 | 15 | ## [v1.5.0.101](https://github.com/nanoframework/nf-interpreter/tree/v1.5.0.101) (2020-10-12) |
4 | 16 |
|
5 | 17 | [Full Changelog](https://github.com/nanoframework/nf-interpreter/compare/v1.4.2.1...v1.5.0.101) |
|
24 | 36 | - Minor tweaks on targets launch config and cmake variants [\#1671](https://github.com/nanoframework/nf-interpreter/pull/1671) |
25 | 37 | - Improve GPIO events for ESP32 [\#1660](https://github.com/nanoframework/nf-interpreter/pull/1660) |
26 | 38 | - Rework ESP32 serial update [\#1658](https://github.com/nanoframework/nf-interpreter/pull/1658) |
| 39 | +- Rework SPI to detach it allowing reuse by several devices [\#1637](https://github.com/nanoframework/nf-interpreter/pull/1637) |
27 | 40 |
|
28 | 41 | **Fixed bugs:** |
29 | 42 |
|
|
47 | 60 |
|
48 | 61 | **Documentation and other chores:** |
49 | 62 |
|
| 63 | +- Release release-v1.5.0 [\#1731](https://github.com/nanoframework/nf-interpreter/pull/1731) |
50 | 64 | - Update mscorlib declaration [\#1706](https://github.com/nanoframework/nf-interpreter/pull/1706) |
51 | 65 | - Fix wake-up from standby [\#1704](https://github.com/nanoframework/nf-interpreter/pull/1704) |
52 | 66 | - Rework mbedTLS for ESP32 [\#1685](https://github.com/nanoframework/nf-interpreter/pull/1685) |
|
61 | 75 | - Add ORGPAL3 target [\#1654](https://github.com/nanoframework/nf-interpreter/pull/1654) |
62 | 76 | - Remove c\_Flags\_Patch from CLR\_RECORD\_ASSEMBLY [\#1644](https://github.com/nanoframework/nf-interpreter/pull/1644) |
63 | 77 | - Add SetupTimeoutFromTimeSpan [\#1643](https://github.com/nanoframework/nf-interpreter/pull/1643) |
64 | | -- First Preview of graphics [\#1641](https://github.com/nanoframework/nf-interpreter/pull/1641) |
65 | 78 | - Update SerialCommunication assembly to include enums from managed [\#1640](https://github.com/nanoframework/nf-interpreter/pull/1640) |
66 | 79 | - Update SPI declaration [\#1639](https://github.com/nanoframework/nf-interpreter/pull/1639) |
67 | 80 | - Update Devices.Gpio declaration [\#1638](https://github.com/nanoframework/nf-interpreter/pull/1638) |
|
98 | 111 | - Extract AssertBlockStorage to it's own function [\#1472](https://github.com/nanoframework/nf-interpreter/pull/1472) |
99 | 112 | - Enable support for multiple block storage devices [\#1466](https://github.com/nanoframework/nf-interpreter/pull/1466) |
100 | 113 | - Add support for new ResourceManager class lib [\#1459](https://github.com/nanoframework/nf-interpreter/pull/1459) |
101 | | -- Implement working GetCustomAttributes [\#1429](https://github.com/nanoframework/nf-interpreter/pull/1429) |
102 | 114 |
|
103 | 115 | **Fixed bugs:** |
104 | 116 |
|
|
164 | 176 | - Add serial configuration to STM32F091 [\#1468](https://github.com/nanoframework/nf-interpreter/pull/1468) |
165 | 177 | - Improvements in STM32 flash driver V1 [\#1467](https://github.com/nanoframework/nf-interpreter/pull/1467) |
166 | 178 | - Fix time accuracy [\#1465](https://github.com/nanoframework/nf-interpreter/pull/1465) |
167 | | -- Fix terminators on NFReleaseInfo strings [\#1464](https://github.com/nanoframework/nf-interpreter/pull/1464) |
168 | 179 | - Fix for GetStorageFilesNative when using SPIFFS [\#1462](https://github.com/nanoframework/nf-interpreter/pull/1462) |
169 | 180 | - Fix support for SRAM [\#1460](https://github.com/nanoframework/nf-interpreter/pull/1460) |
170 | 181 |
|
|
208 | 219 |
|
209 | 220 | **Fixed bugs:** |
210 | 221 |
|
| 222 | +- Fix terminators on NFReleaseInfo strings [\#1464](https://github.com/nanoframework/nf-interpreter/pull/1464) |
211 | 223 | - Improve valid image check to account for ITCM access devices [\#1457](https://github.com/nanoframework/nf-interpreter/pull/1457) |
212 | 224 |
|
213 | 225 | **Documentation and other chores:** |
|
229 | 241 | - Improvements in Monitor\_FlashSectorMap [\#1447](https://github.com/nanoframework/nf-interpreter/pull/1447) |
230 | 242 | - Improvements in block storage API [\#1446](https://github.com/nanoframework/nf-interpreter/pull/1446) |
231 | 243 | - Add full type name to System::Double [\#1439](https://github.com/nanoframework/nf-interpreter/pull/1439) |
| 244 | +- Implement working GetCustomAttributes [\#1429](https://github.com/nanoframework/nf-interpreter/pull/1429) |
232 | 245 | - Rework SSL code [\#1427](https://github.com/nanoframework/nf-interpreter/pull/1427) |
233 | 246 | - Fix configuration manager initialization [\#1425](https://github.com/nanoframework/nf-interpreter/pull/1425) |
234 | 247 | - Add GPIO ChangeCounter [\#1421](https://github.com/nanoframework/nf-interpreter/pull/1421) |
|
656 | 669 | - Replace path for mscorlib.pe [\#288](https://github.com/nanoframework/nf-interpreter/pull/288) |
657 | 670 | - Improve error reporting detail [\#286](https://github.com/nanoframework/nf-interpreter/pull/286) |
658 | 671 | - Fix ComputeAssemblyHash [\#279](https://github.com/nanoframework/nf-interpreter/pull/279) |
659 | | -- Moved nanoCLR\_ParseOptions file to src folder [\#277](https://github.com/nanoframework/nf-interpreter/pull/277) |
660 | 672 | - Enable Target\_GetReleaseInfo [\#267](https://github.com/nanoframework/nf-interpreter/pull/267) |
661 | 673 | - Enable GetClrReleaseInfo in Debugger [\#266](https://github.com/nanoframework/nf-interpreter/pull/266) |
662 | 674 | - Revert types to well known defined types [\#251](https://github.com/nanoframework/nf-interpreter/pull/251) |
|
0 commit comments