Release notes
Only releases introducing new features are listed here.
v1.2.0
Added
- Add Pro option to AI image generation.
v1.1.9
Added
- Introduced a new group type: Expand. Primarily designed for AI, though it may have other uses.
- Added Context Key option to Text AI Autofill.
- Enhanced the prompt editor:
- The [FIRST] tag no longer needs to be manually input when using column context.
- Improved user experience on mobile devices.
v1.1.7
Added
- Add keep unmapped column option.
- Add iap to ios/macos app.
v1.1.5
Added
- Add Column now support image generation.
- Add Strip HTML option to webhook.
- Add Data Extraction Stage Type.
- Update AI demos.
v1.1.3 & v1.1.4
Added
- Share your pipeline publicly with a beautiful, dedicated webpage.
- Regex filter.
- Add more functions.
v1.1.2
Added
- Webhook in add column & update column. Also add a JSONPATH function.
- Context aware AI autofill: https://www.youtube.com/watch?v=U9Lm1CYEZZ4
v1.1.1
Added
- Test stage & Preview result before save: https://www.youtube.com/watch?v=KsWVhf-S0gc
- Add
Limit
option to file loading page.
v1.1.0
Added
- Date/number output format: https://www.youtube.com/watch?v=KH4Yyw9GGHM
- Add
json
output type.
Removed
- Remove Google Drive Integration due to privacy concern.
v1.0.9
Added
- Importing XLSX as
text
column preserves number formatting of cell.
v1.0.8
Added
- Google Drive Integration: Now you can choose Google Drive files when loading columns or running pipeline.
- Run with empty Table: You can run a pipeline without input file, see https://www.youtube.com/watch?v=YgBBReyEINo
- Add starts with, ends with to text filter
Fixed
- Fix iPad save outputs
v1.0.7
Added
- Now you can use formula in output file/sheet name field, see https://www.youtube.com/watch?v=X_5Ho1gNThw
- Add tutorial/discord link to settings page
v1.0.6
Added
- Save stage result, see https://www.youtube.com/watch?v=FHDNDzkff_g
Fixed
- Fix iOS app google log in
v1.0.5
Added
- Date type
- Input: add date column/variable and defines how to parse input date strings in both CSV and plain text XLSX
- Filter: filter by relative date or exact date
- Add/Update column: add or update date column
- Output: set output format for date column
- Now you can combine strings using the + operator in formulas. For example,
"foo" + "bar"
will result in"foobar"
.
Fixed
- Fix XLSX formula input
- Fix formula variable display