|
2 | 2 |
|
3 | 3 | <!-- do not remove --> |
4 | 4 |
|
5 | | -## 0.3.3 |
| 5 | +## 0.3.4 |
6 | 6 |
|
7 | 7 | ### New Features |
8 | 8 |
|
9 | | -- plash_download should overwrite empty dirs ([#64](https://github.com/AnswerDotAI/plash_cli/issues/64)) |
| 9 | +- Add `--token` and `--save` to `login`, and allow `PLASH_TOKEN` env var ([#68](https://github.com/AnswerDotAI/plash_cli/issues/68)) |
10 | 10 |
|
11 | 11 |
|
| 12 | +## 0.3.3 |
12 | 13 |
|
13 | | -## 0.3.2 |
| 14 | +### New Features |
14 | 15 |
|
| 16 | +- `plash_download` should overwrite empty dirs ([#64](https://github.com/AnswerDotAI/plash_cli/issues/64)) |
| 17 | + |
| 18 | + |
| 19 | +## 0.3.2 |
15 | 20 |
|
16 | 21 | ### Bugs Squashed |
17 | 22 |
|
18 | 23 | - fix renames and better handle error msgs ([#63](https://github.com/AnswerDotAI/plash_cli/pull/63)), thanks to [@ncoop57](https://github.com/ncoop57) |
19 | 24 |
|
20 | 25 |
|
21 | | - |
22 | 26 | ## 0.3.1 |
23 | 27 |
|
24 | 28 | ### New Features |
25 | 29 |
|
26 | 30 | - use implementation nbs as ref docs instead of separate ([#60](https://github.com/AnswerDotAI/plash_cli/pull/60)), thanks to [@RensDimmendaal](https://github.com/RensDimmendaal) |
27 | | - |
28 | 31 | - Base marimo example ([#59](https://github.com/AnswerDotAI/plash_cli/pull/59)), thanks to [@koaning](https://github.com/koaning) |
29 | 32 |
|
30 | 33 | ### Bugs Squashed |
|
41 | 44 |
|
42 | 45 | ## 0.2.2 |
43 | 46 |
|
44 | | - |
45 | 47 | ### Bugs Squashed |
46 | 48 |
|
47 | 49 | - UnicodeDecodeError: 'charmap' codec can't decode byte 0x9d in position 107: character maps to <undefined> ([#56](https://github.com/AnswerDotAI/plash_cli/issues/56)) |
|
56 | 58 | ### Bugs Squashed |
57 | 59 |
|
58 | 60 | - Unable to `plash_login` ([#52](https://github.com/AnswerDotAI/plash_cli/issues/52)) |
59 | | - |
60 | 61 | - Fix quoting issue ([#51](https://github.com/AnswerDotAI/plash_cli/pull/51)), thanks to [@thomasht86](https://github.com/thomasht86) |
61 | 62 |
|
62 | 63 |
|
|
67 | 68 | - add force data overwrite flag ([#46](https://github.com/AnswerDotAI/plash_cli/issues/46)) |
68 | 69 |
|
69 | 70 |
|
70 | | - |
71 | 71 | ## 0.1.3 |
72 | 72 |
|
73 | 73 | ### New Features |
|
82 | 82 | - feat: add flag to list all user apps ([#36](https://github.com/AnswerDotAI/plash_cli/issues/36)) |
83 | 83 |
|
84 | 84 |
|
85 | | - |
86 | 85 | ## 0.1.1 |
87 | 86 |
|
88 | 87 | ### New Features |
89 | 88 |
|
90 | 89 | - migrate app id to app name ([#35](https://github.com/AnswerDotAI/plash_cli/issues/35)) |
91 | | - |
92 | 90 | - have log end when build is done ([#34](https://github.com/AnswerDotAI/plash_cli/issues/34)) |
93 | 91 |
|
94 | 92 | ### Bugs Squashed |
|
108 | 106 | ### New Features |
109 | 107 |
|
110 | 108 | - add flag to specify app id when deploying ([#12](https://github.com/AnswerDotAI/plash_cli/issues/12)) |
111 | | - |
112 | 109 | - Option to fetch build or app logs in the CLI ([#8](https://github.com/AnswerDotAI/plash_cli/pull/8)), thanks to [@pydanny](https://github.com/pydanny) |
113 | | - - This changes the following: |
114 | | - |
115 | | -1. Provides a new option for display of logs, specifically the build logs |
116 | | -2. Defaults the log to output build logs, rather than app logs |
117 | | - |
118 | | -This change will make it easier to investigate failed deployments and other problems |
119 | | - |
120 | | -This change is dependant on a forthcoming change to Plash. |
121 | | - |
122 | 110 | - add ability to deploy a single python script using pep 723 inline dep syntax ([#5](https://github.com/AnswerDotAI/plash_cli/issues/5)) |
123 | 111 |
|
124 | 112 |
|
125 | | - |
126 | 113 | ## 0.0.3 |
127 | 114 |
|
128 | 115 | ### New Features |
129 | 116 |
|
130 | 117 | - add new cli commands for parity with website ([#7](https://github.com/AnswerDotAI/plash_cli/issues/7)) |
131 | | - - resolved in https://github.com/AnswerDotAI/plash_cli/pull/4 |
132 | | - |
133 | 118 | - change cli auth to oauth ([#6](https://github.com/AnswerDotAI/plash_cli/issues/6)) |
134 | 119 |
|
135 | | - |
136 | | - |
137 | | -## 0.0.2 |
138 | | - |
139 | | - |
140 | | - |
141 | | - |
142 | 120 | ## 0.0.1 |
143 | 121 |
|
144 | | - |
| 122 | +- init version |
145 | 123 |
|
0 commit comments