File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ 0.1.0] - 2024-01-19
4
+
5
+ ### Added
6
+ - Initial release of Promptix Library
7
+ - Core functionality:
8
+ - Prompt management with versioning support
9
+ - Streamlit-based Studio UI for prompt management
10
+ - JSON-based storage system for prompts
11
+ - Support for multiple prompt versions with live/draft states
12
+
13
+ ### Features
14
+ - ** Promptix Studio** :
15
+ - Interactive dashboard with prompt statistics
16
+ - Prompt library with search functionality
17
+ - Version management for each prompt
18
+ - Playground for testing prompts
19
+ - Modern, responsive UI with Streamlit
20
+
21
+ - ** Core Library** :
22
+ - Simple API for prompt management
23
+ - Version control for prompts
24
+ - Support for system messages and variables
25
+ - Easy integration with existing projects
26
+
27
+ ### Dependencies
28
+ - Python >=3.8
29
+ - Streamlit >=1.29.0
30
+ - Python-dotenv >=1.0.0
31
+
32
+ ### Documentation
33
+ - Basic usage examples in ` examples/ ` directory
34
+ - README with installation and getting started guide
You can’t perform that action at this time.
0 commit comments