Marcin Kulik
|
d34941cd6d
|
Use fully qualified image name in Dockerfile
This allows building the image with buildah without extra registry configuration.
|
2023-03-06 17:46:50 +01:00 |
|
Marcin Kulik
|
ed2e336610
|
Merge pull request #538 from galoget/develop
Update Dockerfile to Ubuntu 22.04 LTS
|
2023-03-02 11:50:18 +01:00 |
|
Marcin Kulik
|
f7b15c73c5
|
Address mypy's typing concerns
|
2023-03-02 11:44:20 +01:00 |
|
Marcin Kulik
|
35fea017aa
|
black formatting
|
2023-03-02 11:35:20 +01:00 |
|
Marcin Kulik
|
0e3528820d
|
Update precommit
|
2023-03-02 11:34:47 +01:00 |
|
Marcin Kulik
|
ccd83cef62
|
Merge pull request #536 from asciinema/dependabot/github_actions/docker/build-push-action-4
Bump docker/build-push-action from 3 to 4
|
2023-03-02 11:23:46 +01:00 |
|
Marcin Kulik
|
87ab1edb42
|
Merge pull request #505 from asciinema/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 3 to 4
|
2023-03-02 11:22:57 +01:00 |
|
Marcin Kulik
|
06b89ee5f8
|
Drop Python 3.6 and add 3.11 in GH CI build
|
2023-03-02 11:19:59 +01:00 |
|
galoget
|
24392d26ef
|
Update Dockerfile to Ubuntu 22.04 LTS
|
2023-02-25 03:37:05 -05:00 |
|
Marcin Kulik
|
db3a17df32
|
Update copyright notice, once and for all
|
2023-02-21 17:49:22 +01:00 |
|
dependabot[bot]
|
e01a95c3a7
|
Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v3...v4)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2023-01-31 08:04:07 +00:00 |
|
dependabot[bot]
|
b4f9066869
|
Bump actions/setup-python from 3 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 3 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v3...v4)
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-09 08:30:23 +00:00 |
|
Marcin Kulik
|
5a385765f0
|
Merge pull request #504 from asciinema/dependabot/github_actions/pre-commit/action-3.0.0
Bump pre-commit/action from 2.0.3 to 3.0.0
|
2022-06-06 13:51:50 +02:00 |
|
dependabot[bot]
|
b29bc066a6
|
Bump pre-commit/action from 2.0.3 to 3.0.0
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 2.0.3 to 3.0.0.
- [Release notes](https://github.com/pre-commit/action/releases)
- [Commits](https://github.com/pre-commit/action/compare/v2.0.3...v3.0.0)
---
updated-dependencies:
- dependency-name: pre-commit/action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-06-06 08:53:04 +00:00 |
|
Marcin Kulik
|
5fbe472a8e
|
Merge pull request #503 from djds/develop
|
2022-06-03 09:50:09 +02:00 |
|
Davis Schirmer
|
3dc0f30813
|
[bug #438] Fallback to locale.getlocale()
|
2022-06-02 03:09:32 -04:00 |
|
Marcin Kulik
|
8eaef70078
|
Merge pull request #501 from asciinema/better-rec-input
Fix piping of input into `rec` command
|
2022-05-16 23:19:27 +02:00 |
|
Marcin Kulik
|
8c9475a236
|
Fix inheritance in async_worker
|
2022-05-16 23:11:02 +02:00 |
|
Marcin Kulik
|
8b1ea57eb6
|
Gracefully shutdown worker processes upon KeyboardInterrupt
|
2022-05-16 22:57:56 +02:00 |
|
Marcin Kulik
|
4792f8d8a3
|
Fix piping of input into rec command
|
2022-05-16 22:53:54 +02:00 |
|
Marcin Kulik
|
68b2f01c83
|
Use CRLF instead of LF when printing diagnostic messages
|
2022-05-15 20:56:54 +02:00 |
|
Marcin Kulik
|
ce32bb2397
|
Merge pull request #500 from asciinema/play-loop
Add `--loop` option to `play` command
|
2022-05-15 20:41:52 +02:00 |
|
Marcin Kulik
|
5e39546e79
|
Add --loop option to play command
|
2022-05-15 19:00:29 +02:00 |
|
Marcin Kulik
|
4393374281
|
Improve help message for play command
|
2022-05-14 23:44:43 +02:00 |
|
Marcin Kulik
|
a9b3bff650
|
Merge pull request #499 from asciinema/play-out-fmt
Add `--out-fmt` option to `play` command
|
2022-05-14 23:33:55 +02:00 |
|
Marcin Kulik
|
4550bdb739
|
Add --out-fmt option to play command
|
2022-05-14 23:11:09 +02:00 |
|
Marcin Kulik
|
062914a037
|
Merge pull request #498 from asciinema/play-stdin
Add `--stream` option to `play` command
|
2022-05-14 17:15:47 +02:00 |
|
Marcin Kulik
|
675b37d535
|
Add --stream option to play command
|
2022-05-14 14:24:53 +02:00 |
|
Marcin Kulik
|
e81ce0ee49
|
Don't crash on single esc char in input
|
2022-05-14 11:41:19 +02:00 |
|
Marcin Kulik
|
d86394cc97
|
Ignore OSC responses in recorded stdin stream
|
2022-05-12 22:47:57 +02:00 |
|
Marcin Kulik
|
f3af768f56
|
Merge branch 'develop'
v2.2.0
|
2022-05-07 20:33:28 +02:00 |
|
Marcin Kulik
|
76303b2951
|
Set release date for 2.2.0
|
2022-05-07 20:24:57 +02:00 |
|
Marcin Kulik
|
20fba124db
|
Words
|
2022-05-07 20:19:28 +02:00 |
|
Marcin Kulik
|
4ac34f3a21
|
Merge pull request #496 from asciinema/fix-stdin-recording
Fix stdin recording
|
2022-05-07 16:36:26 +02:00 |
|
Marcin Kulik
|
0ba83391ef
|
Fix stdin recording (broken during pty refactor)
|
2022-05-07 16:30:49 +02:00 |
|
Marcin Kulik
|
2e83a89994
|
Merge pull request #497 from asciinema/fix-integ-tests
Re-enable integration test for recording program that exits immediately
|
2022-05-07 16:30:25 +02:00 |
|
Marcin Kulik
|
607bcb4bb0
|
Try integration test for stdin recording with whoami instead of who
|
2022-05-07 16:26:21 +02:00 |
|
Marcin Kulik
|
badc93bfb8
|
Re-enable integration test for recording program that exits immediately
|
2022-05-07 15:58:04 +02:00 |
|
Marcin Kulik
|
2eb84d257b
|
Update changelog for 2.2
|
2022-05-07 14:34:03 +02:00 |
|
Marcin Kulik
|
132012270e
|
Remove trailing whitespace from man page
|
2022-05-07 11:26:05 +02:00 |
|
Marcin Kulik
|
478a7f47a5
|
Regenerate manpage for 2.1.0
|
2022-05-07 11:17:08 +02:00 |
|
Marcin Kulik
|
e4e7f8f320
|
Fix pause keyboard shortcut in docs
|
2022-05-07 11:17:08 +02:00 |
|
Marcin Kulik
|
d31f1e9d8e
|
Add changelog entry for v2.1.0
|
2022-05-07 11:17:08 +02:00 |
|
Marcin Kulik
|
e0fccb4566
|
Merge pull request #495 from asciinema/dependabot/github_actions/docker/setup-buildx-action-2
Bump docker/setup-buildx-action from 1 to 2
|
2022-05-07 11:16:40 +02:00 |
|
dependabot[bot]
|
092879e979
|
Bump docker/setup-buildx-action from 1 to 2
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) from 1 to 2.
- [Release notes](https://github.com/docker/setup-buildx-action/releases)
- [Commits](https://github.com/docker/setup-buildx-action/compare/v1...v2)
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-07 09:12:31 +00:00 |
|
Marcin Kulik
|
11aed6f5d5
|
Merge pull request #494 from asciinema/dependabot/github_actions/docker/build-push-action-3
Bump docker/build-push-action from 2 to 3
|
2022-05-07 11:12:22 +02:00 |
|
Marcin Kulik
|
1241e931e4
|
Merge pull request #493 from asciinema/dependabot/github_actions/docker/login-action-2
Bump docker/login-action from 1 to 2
|
2022-05-07 11:11:40 +02:00 |
|
dependabot[bot]
|
695bb857e3
|
Bump docker/build-push-action from 2 to 3
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 2 to 3.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](https://github.com/docker/build-push-action/compare/v2...v3)
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-06 08:35:30 +00:00 |
|
dependabot[bot]
|
eae8b2dafd
|
Bump docker/login-action from 1 to 2
Bumps [docker/login-action](https://github.com/docker/login-action) from 1 to 2.
- [Release notes](https://github.com/docker/login-action/releases)
- [Commits](https://github.com/docker/login-action/compare/v1...v2)
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2022-05-06 08:35:26 +00:00 |
|
Marcin Kulik
|
fb35f0bf86
|
Fix pickling issue in file_writer on macOS
|
2022-05-02 23:08:08 +02:00 |
|