@@ -6,28 +6,43 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
7
## [ Unreleased]
8
8
### Added
9
+
10
+ ### Changed
11
+
12
+ ### Deprecated
13
+
14
+ ### Removed
15
+
16
+ ### Fixed
17
+
18
+ ### Security
19
+
20
+
21
+ ## [ 0.1.10] - 2018-05-06
22
+ ### Added
9
23
- Arduino ` force_install ` on Linux now attempts downloading 3 times and provides more information on failure
10
24
- Explicit check for ` wget `
11
25
- Windows / Appveyor support, enabled largely by contributions from @tomduff
12
26
- ` long long ` support in ` String `
13
27
- Representative ` .gitignore ` files in sample projects
14
- - Cross-platform symlinking
28
+ - Cross-platform symlinking in ` Host `
29
+ - OSX CI via Travis, with separate badges
15
30
16
31
### Changed
17
32
- Author
18
33
- Splash-screen-skip hack on OSX now falls back on "official" launch method if the hack doesn't work
19
34
- Refactored download/install code in prepration for windows CI
20
35
- Explicitly use 32-bit math for mocked Random()
21
-
22
- ### Deprecated
36
+ - Ruby-centric download and unzipping of Arduino IDE packages, now with progress dots
23
37
24
38
### Removed
39
+ - ` ArduinoDownloaderPosix ` became empty, so it was removed
25
40
26
41
### Fixed
27
42
- ` Gemfile.lock ` files are properly ignored
28
43
- Windows hosts won't try to open a display manager
29
-
30
- ### Security
44
+ - ` isnan ` portability
45
+ - OSX force_install
31
46
32
47
33
48
## [ 0.1.9] - 2018-04-12
@@ -174,7 +189,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
174
189
- Skeleton for gem with working unit tests
175
190
176
191
177
- [ Unreleased ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.9...HEAD
192
+ [ Unreleased ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.10...HEAD
193
+ [ 0.1.10 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.9...v0.1.10
178
194
[ 0.1.9 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.8...v0.1.9
179
195
[ 0.1.8 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.7...v0.1.8
180
196
[ 0.1.7 ] : https://github.com/ianfixes/arduino_ci/compare/v0.1.6...v0.1.7
0 commit comments