-
Notifications
You must be signed in to change notification settings - Fork 60
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.7.0 release - view Changelog for changes
- Loading branch information
1 parent
86dd73c
commit 3e42def
Showing
5 changed files
with
169 additions
and
98 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Changelog | ||
|
||
## [0.7.0] - 2023-10-02 | ||
|
||
### Fixed | ||
- Turned off moderation by default, as OpenAI has quietly added strict rate-limiting to the moderation endpoint | ||
- Added instructions on how to disable moderation in moderation error messages | ||
- Added warning message for using Generate Test Event button | ||
- Allow for more supported file types (now supports all [supported Whisper file types](https://platform.openai.com/docs/guides/speech-to-text)) | ||
X - Fixed bug with toLowerCase() method in Related Items summary option | ||
- Surface error in case of OpenAI file format rejection about m4a files not working well | ||
- Fixed logs that said "Transcript" but should have said "Summary" or "Translation" | ||
- Run translated transcript through makeParagraphs, which should hopefully solve issues with Notion paragraphs blocks having rich text elements with more than 2,000 characters. | ||
|
||
## [0.6.8] - 2023-09-24 | ||
|
||
### Added | ||
- Initial release |
Oops, something went wrong.