This repository has been archived by the owner on Apr 22, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathChanges
71 lines (56 loc) · 2.43 KB
/
Changes
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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
Revision history for Perl module App::txtnix
{{$NEXT}}
0.07 2016-03-09 23:00:03 CET
* Run pre_tweet_hooks before reading tweets
* Sorting now decides how the newest tweets are sorted
* Add options to hide metadata
* Add text wrapping for pretty
* Subcommand view can display local files
* Add color support for display_format pretty. Default color theme is by kdave, thanks!
* Add option timline --new to show only new tweets
* Check if you are trying to followy someone with your own nick
* Use c99 oneline comments as metadata sign
* Add display formats simple and pretty
* Do not run post_hook in tweet if no tweets are entered
* Add INSTALLATION section
0.06 2016-03-06 22:25:54 CET
* Sort tweets in test.
* Write follow and unfollow metadata to twtfile (highly experimental, do not
use!).
* Read tweets from STDIN if term is not interactive.
* Edit tweets in editor without arguments to tweet.
0.05 2016-03-04 22:23:53 CET
* Expose tls key and cert settings from UserAgent.
* Skip mentions from the registry from users i already follow.
* The argument to tweet was double decoded.
* Add new command register to register at a registry.
* Add new command query tweets
* Add new command query mentions
* Add new command query tags
* Add option --unfollowed to just list unfollowed user in query user.
* Add options --me for timeline to just personal tweets
0.04 2016-03-02 22:13:01 CET
* Display nicks only for the timeline command but not for view.
* Handle http code 308 like 301.
* Add configuration option ca_file.
* Enable strict hostname verification for TLS.
* Do not call pager without tweets.
* Handle urls as arguements to the view command.
* Find config at os specific locations.
* Add parameter --no-hooks for tweet command to disable hooks.
* Only support RFC 3339. Timestamps are now handled by Mojo::Date
instead of HTTP::Date.
* Add new subcommand query users to query a registry for all registered
users.
0.03 2016-02-29 21:08:40 CET
* Access registries to show mentions of users you don't follow
* Allow short options
0.02 2016-02-27 22:35:53 CET
* Use use_pager in configuration file to be compatible with twtxt
* In the same vein use_pager defaults to false
* Add new option cache_dir
* Cache dir is now actually cleaned
* Unfollow users after 410 response
* Replace Moo with Mojo::Base
0.01 2016-02-25 22:36:20 CET
* Initial release