File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 66 - main
77 paths :
88 - Dockerfile
9+ tags :
10+ - v*
911 workflow_dispatch :
1012 inputs :
1113 ref :
Original file line number Diff line number Diff line change @@ -11,6 +11,10 @@ Prefix your message with one of the following:
1111- [Security] in case of vulnerabilities.
1212-->
1313
14+ ## v0.0.3
15+
16+ - [ Changed] Do not expand path when creating project/episode.
17+
1418## v0.0.2
1519
1620- [ Added] Add file copy callout style, to copy files to the final output path.
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ Or add to your Gemfile:
3636gem " screenkit"
3737```
3838
39- Using Docker:
39+ ### Docker
4040
4141``` bash
4242docker run --shm-size=2g -v $PWD :/source --rm -it docker.io/fnando/screenkit
@@ -45,6 +45,8 @@ docker run --shm-size=2g -v $PWD:/source --rm -it docker.io/fnando/screenkit
4545Notice that Chrome requires a lot of memory, so you need ` --shm-size=2g ` (or
4646more).
4747
48+ To create a new project:
49+
4850---
4951
5052## Quick Start
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module ScreenKit
4- VERSION = "0.0.2 "
4+ VERSION = "0.0.3 "
55end
You can’t perform that action at this time.
0 commit comments