Skip to content
This repository was archived by the owner on Nov 18, 2023. It is now read-only.

Commit 4cf9d61

Browse files
committed
Release version 2.0.0: Medea.
1 parent cb945d3 commit 4cf9d61

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

Changelog.txt

+19-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,26 @@
11
Changelog
22
---------
3+
2.0.0: Medea
4+
- BREAKING; [oauth], [rest], [json-decode]: Change outlet order to Pd standard order
5+
-- right outlet outputs on error
6+
-- middle outlet outputs data
7+
-- left outlet outputs bang on done
8+
- deken packages include dependencies for all systems, including Linux
9+
- Updated help files and examples
10+
- [Mac]; [rest], [oauth]: OS X now uses system certificate authority information
11+
- [Mac] Support for newer OS X versions
12+
- [Linux] arm64 packages
13+
- Support for multiinstance Pd on compile time added
14+
- Bug fixes:
15+
-- [json-encode]: Can read files again
16+
-- [rest], [oauth]: Fixed crash on closing patch while waiting for data
17+
-- [Windows]; [rest], [oauth]: Cancelling requests on Windows working,
18+
although not as fast as on true POSIX compliant systems
19+
- Internal: Switch to Circle CI for compilation
20+
321
1.4.3: Y U no stable API
422
- Bug fix: compilation works with json-c >= 0.13
5-
- Bug fix: remove builderplate display in Pd console
23+
- Bug fix: remove boilerplate display in Pd console
624

725
1.4.2: Argo in Shipyard
826
- Update of build scripts and documentation

purest_json-meta.pd

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
#N canvas 44 51 420 300 META 0;
33
#X text 10 25 AUTHOR [email protected];
44
#X text 10 41 NAME purest_json;
5-
#X text 10 10 VERSION 2.0.0-alpha;
5+
#X text 10 10 VERSION 2.0.0;
66
#X restore 10 10 pd META;

0 commit comments

Comments
 (0)