mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2025-05-03 09:39:47 +00:00
Added "Changelog" writing style to assist in creating structured release notes
This commit is contained in:
parent
53ec4c2162
commit
8a905e34be
@ -13,4 +13,5 @@ public enum WritingStyles
|
||||
MARKETING,
|
||||
ACADEMIC,
|
||||
LEGAL,
|
||||
CHANGELOG,
|
||||
}
|
@ -13,6 +13,7 @@ public static class WritingStylesExtensions
|
||||
WritingStyles.MARKETING => "Marketing (advertisements, sales texts)",
|
||||
WritingStyles.ACADEMIC => "Academic (essays, seminar papers)",
|
||||
WritingStyles.LEGAL => "Legal (legal texts, contracts)",
|
||||
WritingStyles.CHANGELOG => "Changelog (release notes, version history)",
|
||||
|
||||
_ => "Not specified",
|
||||
};
|
||||
@ -28,6 +29,7 @@ public static class WritingStylesExtensions
|
||||
WritingStyles.MARKETING => "Use a marketing style like for advertisements, sales texts, and promotional content. Most important is persuasiveness and engagement.",
|
||||
WritingStyles.ACADEMIC => "Use a academic style like for essays, seminar papers, and academic writing. Most important is clarity and objectivity.",
|
||||
WritingStyles.LEGAL => "Use a legal style like for legal texts, contracts, and official documents. Most important is precision and legal correctness. Use formal legal language.",
|
||||
WritingStyles.CHANGELOG => "Use a changelog style like for release notes, version history, and software updates. Most important is clarity and conciseness. The changelog is structured as a Markdown list. Most list items start with one of the following verbs: Added, Changed, Deprecated, Removed, Fixed, Refactored, Improved, or Upgraded -- these verbs should also translated to the target language. Also, changelogs use past tense.",
|
||||
|
||||
_ => "Keep the style of the text as it is.",
|
||||
};
|
||||
|
@ -1,4 +1,5 @@
|
||||
# v0.9.42, build 217 (2025-05-xx xx:xx UTC)
|
||||
- Added the writing style "Changelog" to the rewrite & improve text assistant. This helps to create changelogs for your projects.
|
||||
- Improved the model selection for OpenAI by removing all `o1-pro` models. These models cannot be used right now, since OpenAI introduced a new API, which is not yet supported by MindWork AI Studio.
|
||||
- Improved the internal plugin maintenance so that removed resources are now removed from the file system.
|
||||
- Improved the app settings to apply the chosen language immediately.
|
||||
|
Loading…
Reference in New Issue
Block a user