Marcin Kulik
f2fac2cb3c
Update installer to install 1.1.0
2015-05-25 20:14:14 +02:00
Marcin Kulik
9c8699c917
Bump version
v1.1.0
2015-05-25 20:08:34 +02:00
Marcin Kulik
e636c9d360
Update changelog
2015-05-25 20:08:27 +02:00
Marcin Kulik
1e2ddf018c
Accept LC_CTYPE without country/language codes ( fixes #103 )
2015-05-25 18:34:56 +02:00
Marcin Kulik
e745206ea0
Be clear on config file generation
2015-05-24 12:31:48 +02:00
Marcin Kulik
132d100f43
Update README wrt config file locations
2015-05-24 12:29:58 +02:00
Marcin Kulik
7a5e25e846
Look for $XDG_CONFIG_HOME/asciinema/config instead of $XDG_CONFIG_HOME/.asciinema/config
2015-05-23 18:30:43 +02:00
Marcin Kulik
44d91d0797
Merge pull request #102 from zmwangx/asciinema-config-patch
...
Add environment variable ASCIINEMA_CONFIG_HOME for customizing path to the config dir
2015-05-23 18:25:05 +02:00
Zhiming Wang
fd38b0f453
check a list of locations for the config file
...
* First, check the following locations in order (skip if the
corresponding environment variable is undefined or empty):
* `$ASCIINEMA_CONFIG_HOME/config`
* `$XDG_CONFIG_HOME/asciinema/config`
* `$HOME/.config/asciinema/config`
* `$HOME/.asciinema/config`
Use the first one that is found.
* If not found, create a new config file at the first location listed
above whose corresponding environment variable is nonempty; i.e.,
* Use `$ASCIINEMA_CONFIG_HOME/config` if `ASCIINEMA_CONFIG_HOME` is
nonempty;
* Next, use `$XDG_CONFIG_HOME/asciinema/config` if `XDG_CONFIG_HOME`
is nonempty;
* Finally, use `$HOME/.config/asciinema/config` if `HOME` is nonempty.
* If none of the above works, exit with error `"Need $HOME"`.
2015-05-23 04:28:18 -07:00
Marcin Kulik
e753db2688
Document -w option for play command
2015-05-10 13:53:04 +02:00
Marcin Kulik
07d70371ed
Rename config section from [playback] to [play]
2015-05-10 13:50:43 +02:00
Marcin Kulik
7c90886ed8
Merge pull request #95 from theatrus/play-max-wait
...
Simple patch to enable max-wait for playback
2015-05-10 13:39:57 +02:00
Yann Ramin
ffff1a1094
Remove errant constant
2015-05-08 08:02:39 -07:00
Yann Ramin
aed8d14ee9
Match recording logic
2015-05-06 19:27:40 -07:00
Yann Ramin
a822f0f46a
gofmt
2015-05-06 07:48:57 -07:00
Yann Ramin
56133eb33a
New config option, check for default value
2015-05-06 07:48:27 -07:00
Yann Ramin
28e919c30b
Simple patch to enable max-wait for playback
...
Take the -w option on playback, which reduces all intervals in the recorded
file to the specified number of seconds (or less)
2015-05-05 19:44:31 -07:00
Marcin Kulik
c6d1561837
Remove unused argument
2015-05-02 10:09:26 +02:00
Marcin Kulik
b09b82ea6e
Use build tags to not repeat the same code
2015-04-24 13:17:01 +02:00
Bob Krzaczek
c3e7b6bdff
Add support for FreeBSD
2015-04-24 13:12:15 +02:00
Marcin Kulik
8c362184af
Merge pull request #90 from jakubjedelsky/man
...
Man page should correspond to current commands
2015-04-22 16:54:15 +02:00
Marcin Kulik
365b36cd17
Words
2015-04-16 13:19:02 +02:00
Marcin Kulik
e5a69405b2
Handle 401
2015-04-16 13:17:09 +02:00
Marcin Kulik
968d09a55a
... and make it auto play
2015-03-28 17:58:09 +01:00
Marcin Kulik
d390ab2f60
Add image link to asciinema.org front page demo
2015-03-28 17:56:20 +01:00
Marcin Kulik
ec6d893405
Handle 400 status from API
2015-03-23 17:48:25 +01:00
Jakub Jedelsky
1ceefa3ee3
Man page should correspond to current commands
...
Edit some details and add info for play and upload commands.
2015-03-23 16:38:33 +01:00
Marcin Kulik
c72bab9ef5
Merge pull request #89 from jakubjedelsky/locale
...
UTF locale can be specified with utf8 too.
2015-03-23 16:23:37 +01:00
Jakub Jedelsky
0dc492e30a
UTF locale can be specified with utf8 too.
2015-03-23 15:43:23 +01:00
Marcin Kulik
7b9948d9ba
Install 1.0.0
2015-03-12 16:44:03 +01:00
Marcin Kulik
062ba8aee0
Release 1.0
v1.0.0
2015-03-12 15:37:55 +01:00
Marcin Kulik
eb9b7e4ad9
Words
2015-03-12 15:27:58 +01:00
Marcin Kulik
1ef9b16d3d
Refactor config loading
2015-03-12 12:50:28 +01:00
Marcin Kulik
88fc47dae0
Generating of auth URL is api.API's responsibility
2015-03-12 12:50:25 +01:00
Marcin Kulik
7243568f4f
Separate config file representation from configuration
2015-03-12 12:23:29 +01:00
Marcin Kulik
268d7c17ce
Words
2015-03-12 12:21:31 +01:00
Marcin Kulik
2ef383c2b2
No need to pass config object to RecordCommand, it's not used
2015-03-11 12:10:48 +01:00
Marcin Kulik
fa3b4cd8fa
Access process env only from entrypoint
2015-03-11 12:07:26 +01:00
Marcin Kulik
720d26744d
Document api.url config setting
2015-03-10 15:49:35 +01:00
Marcin Kulik
0974ce22a6
Document config file
2015-03-09 17:05:14 +01:00
Marcin Kulik
48571326e9
Allow setting -w and -y in config file
2015-03-09 16:44:15 +01:00
Marcin Kulik
ba50ce0ee4
Break UploadAsciicast into multiple smaller methods
2015-03-09 12:47:00 +01:00
Marcin Kulik
ca19aa280d
Display any warnings sent by the API to the user
...
This gives the API the ability to inform the user about client version
deprecation and other client-side and server-side issues.
2015-03-09 12:18:15 +01:00
Marcin Kulik
c0f6eb57a0
Release 1.0.0.rc2
v1.0.0.rc2
2015-03-08 18:00:05 +01:00
Marcin Kulik
ce34fede05
Support old location of API token in config file
2015-03-08 11:51:30 +01:00
Marcin Kulik
36cdcd8189
Disable resize prompt when -y given
2015-03-07 18:35:50 +01:00
Marcin Kulik
5358defce3
Refer to RC1 in readme
2015-03-06 12:30:20 +01:00
Marcin Kulik
e7c3aa232f
Readme tweaks
2015-03-06 11:59:27 +01:00
Marcin Kulik
a26f4009e1
This "else" clause is redundant
2015-03-06 11:52:30 +01:00
Marcin Kulik
ce25392503
Simplify charset detection
2015-03-05 16:40:52 +01:00