You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+6-2
Original file line number
Diff line number
Diff line change
@@ -3,12 +3,16 @@ All notable changes to this project will be documented in this file. We'll also
3
3
4
4
## [4.0] - November 23 2015
5
5
6
-
26,734 bytes compiled
6
+
27,046 bytes compiled
7
7
8
-
Welcome to version 4! Now compiles under Arduino v1.6.x! Worked on issue #168. Fixed issue #178. Thanks @jremington! Now works with Bill's latest [SD lib](https://github.com/greiman/SdFat-beta).
8
+
Welcome to version 4! Now compiles under Arduino v1.6.x! Thanks @owenduffy for getting OpenLog ported to the new SdFatLib.
9
+
10
+
Worked on issue #168. Fixed issue #178. Thanks @jremington! Now works with Bill's latest [SD lib](https://github.com/greiman/SdFat-beta).
9
11
10
12
[Added] Escape character sequences are now removed from logs. If you hit ctrl+z three times you'll drop to the command shell and the three escape characters will not be recorded to the log.
13
+
11
14
[Removed] The pwd command has been removed from the command shell. This *shouldn't* effect anyone but you should know.
15
+
12
16
[Removed] The sync command has been removed from the command shell. This *shouldn't* effect anyone but you should know.
13
17
14
18
Fixed a bad bug found by @ystark. Thank you! New file name array is now correctly defined as static.
0 commit comments