CHANGELOG.md - toot - Unnamed repository; edit this file 'description' to name … | |
Log | |
Files | |
Refs | |
LICENSE | |
--- | |
CHANGELOG.md (3102B) | |
--- | |
1 Changelog | |
2 --------- | |
3 | |
4 **0.17.1 (2017-01-15)** | |
5 | |
6 * Create config folder if it does not exist (#40) | |
7 * Fix packaging to include `toot.ui` package (#41) | |
8 | |
9 **0.17.0 (2017-01-15)** | |
10 | |
11 * Changed configuration file format to allow switching between multiple … | |
12 in accounts (#32) | |
13 * Respect XDG_CONFIG_HOME environment variable to locate config home (#1… | |
14 * Many improvements to the curses app: | |
15 * Dynamically calculate left window width, supports narrower windows… | |
16 * Redraw windows when terminal size changes (#25) | |
17 * Support scrolling the status list | |
18 * Fetch next batch of statuses when bottom is reached | |
19 * Support up/down arrows (#30) | |
20 * Misc visual improvements | |
21 | |
22 **0.16.2 (2018-01-02)** | |
23 | |
24 * No changes, pushed to fix a packaging issue | |
25 | |
26 **0.16.1 (2017-12-30)** | |
27 | |
28 * Fix bug with app registration | |
29 | |
30 **0.16.0 (2017-12-30)** | |
31 | |
32 * **Drop support for Python 2** because it's a pain to support and cause… | |
33 with handling unicode. | |
34 * Remove hacky `login_2fa` command, use `login_browser` instead | |
35 * Add `instance` command | |
36 * Allow `post`ing media without text (#24) | |
37 | |
38 **0.15.1 (2017-12-12)** | |
39 | |
40 * Fix crash when toot's URL is None (#33), thanks @veer66 | |
41 | |
42 **0.15.0 (2017-09-09)** | |
43 | |
44 * Fix Windows compatibility (#18) | |
45 | |
46 **0.14.0 (2017-09-07)** | |
47 | |
48 * Add `--debug` option to enable debug logging instead of using the `TOO… | |
49 environment variable. | |
50 * Fix: don't read requirements.txt from setup.py, this fails when packag… | |
51 and potentially in some other cases (see #18) | |
52 | |
53 **0.13.0 (2017-08-26)** | |
54 | |
55 * Allow passing `--instance` and `--email` to login command | |
56 * Add `login_browser` command for proper two factor authentication throu… | |
57 browser (#19, #23) | |
58 | |
59 **0.12.0 (2017-05-08)** | |
60 | |
61 * Add option to disable ANSI color in output (#15) | |
62 * Return nonzero error code on error (#14) | |
63 * Change license to GPLv3 | |
64 | |
65 **0.11.0 (2017-05-07)** | |
66 | |
67 * Fix error when running toot from crontab (#11) | |
68 * Minor tweaks | |
69 | |
70 **0.10.0 (2017-04-26)** | |
71 | |
72 * Add commands: `block`, `unblock`, `mute`, `unmute` | |
73 * Internal improvements | |
74 | |
75 **0.9.1 (2017-04-24)** | |
76 | |
77 * Fix conflict with curses package name | |
78 | |
79 **0.9.0 (2017-04-21)** | |
80 | |
81 * Add `whois` command | |
82 * Add experimental `curses` app for viewing the timeline | |
83 | |
84 **0.8.0 (2017-04-19)** | |
85 | |
86 * Renamed command `2fa` to `login_2fa` **BC BREAK** | |
87 * It is now possible to pipe text into `toot post` | |
88 | |
89 **0.7.0 (2017-04-18)** | |
90 | |
91 * Experimental 2FA support (#3) | |
92 * Do not create a new application for each login | |
93 * **Warning**: Due to changes in configuration format, after upgrading t… | |
94 version, you will be required to log in to your Mastodon instance agai… | |
95 | |
96 **0.6.0 (2017-04-17)** | |
97 | |
98 * Add `whoami` command | |
99 * Migrate from `optparse` to `argparse` | |
100 | |
101 **0.5.0 (2017-04-16)** | |
102 | |
103 * Add `search`, `follow` and `unfollow` commands | |
104 * Migrate from `optparse` to `argparse` | |
105 | |
106 **0.4.0 (2017-04-15)** | |
107 | |
108 * Add `upload` command to post media | |
109 * Add `--visibility` and `--media` options to `post` command | |
110 | |
111 **0.3.0 (2017-04-13)** | |
112 | |
113 * Add: view timeline | |
114 * Require an explicit login | |
115 | |
116 **0.2.1 (2017-04-13)** | |
117 | |
118 * Fix invalid requirements in setup.py | |
119 | |
120 **0.2.0 (2017-04-12)** | |
121 | |
122 * Bugfixes | |
123 | |
124 **0.1.0 (2017-04-12)** | |
125 | |
126 * Initial release |