Skip to content

Commit 188cb0a

Browse files
committed
Merge pull request #1 from wb2osz/dev
Update to latest Dev snapshot
2 parents dd27f99 + 178375f commit 188cb0a

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

93 files changed

+5894
-4052
lines changed

Diff for: .gitattributes

+7-1
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,14 @@
2828
*.desktop text
2929
*.conf text
3030
*.rc text
31+
*.spec text
32+
*.bat text
33+
*.1 text
34+
*.md text
35+
COPYING text
36+
Makefile* text
37+
README* text
3138

3239
*.ico binary
3340
*.png binary
3441

35-
Makefile* text

Diff for: .gitignore

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ z*
66
*~
77
*.xlsx
88
*.stackdump
9+
direwolf.conf
10+
*.wav
11+
fsk_fast_filter.h
12+
913

1014
# Object files
1115
*.o

Diff for: CHANGES.md

+25
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,31 @@
33

44
----------
55

6+
## Version 1.3 -- Development snapshot H -- November 2015 ##
7+
8+
### New Feature: ###
9+
10+
- New experimental demodulator. More details later.
11+
12+
13+
----------
14+
15+
## Version 1.3 -- Development snapshot G -- November 2015 ##
16+
17+
### New Feature: ###
18+
19+
- GPS Tracker beacons are now available for the Windows version. Previously this was only in the Linux version.
20+
21+
- Implemented AGW network protocol 'M' message for sending UNPROTO information without digipeater path.
22+
23+
### Bugs Fixed: ###
24+
25+
- Tracker beacons were not always updating the location properly.
26+
27+
- In Mac OSX version: Assertion failed: (adev[a].inbuf_size_in_bytes >= 100 && adev[a].inbuf_size_in_bytes <= 32768), function audio_get, file audio_portaudio.c, line 917.
28+
29+
----------
30+
631
## Version 1.3 -- Development snapshot F -- September 2015 ##
732

833
### New Feature: ###

0 commit comments

Comments
 (0)