-
Notifications
You must be signed in to change notification settings - Fork 1
/
NEWS
56 lines (38 loc) · 1.28 KB
/
NEWS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
pin News -- history of user-visible changes -*- outline -*-
* 0.2 builds
** 0.2.8
*** Hopefully fix the intermittent failure in the unit tests
*** Apply `cargo update`
** 0.2.7
Update copyrights, update dependencies, fix the C/I workflow.
** 0.2.6
-I (--ignore-blank) option added to the `send` operation.
** 0.2.5
No user-visible changes.
** 0.2.4
No user-visible changes.
** 0.2.3
Added progress bars to `send` & `delete`.
** 0.2.2
Address issue #2 by including the `auth_token` query parameter in the request.
** 0.2.1
Address issue #1 by handling failure in computing back-off.
** 0.2.0
Complete re-write. The tool is now:
- async
- supports bulk send
- supports backoff & retry on bulk send
* 0.1 builds
** 0.1.3
*** Bugfixes
**** Fix the build
The `clap` project released a new beta at the end of last year which
(unbeknownst to me) broke the build. I've updated the dependency,
fixed the build, and pinned the dependency version.
** 0.1.2: Assorted bugfixes
- not sure if this has always been the case, but the Pinboard API is
returning a UTF-8 BOM at the start of the response text; strip
that before parsing
- the response JSON doesn't always return a Short for use counts;
sometimes it returns a Number-- handle that.
** 0.1.1: Initial release of `pin'