Releases: Codebase-Z/Notepad-App-With-NLP-Integration
Release list
Notepad v1.0.2-Beta
Added the following:
- Now the Mood-Based Text Analysis feature analyses the mood of individual paragraphs instead of the entire file.
- Changed the layout of the text input area.
Warning
This is a pre release beta version of the app and contains bugs formed when developing the app.
Caution
Bugs:
- Unable to select texts.
- Unable to type once clicked anywhere on the app while typing.
- Text is aligned at the center and starts at the bottom.
Full Changelog: v1.0.1...v1.0.2-beta
Notepad v1.0.1
Added the following feature:
- Mood-Based Text Analysis
The app can analyze the mood or sentiment of the text as the user types. Using Natural Language Processing (NLP), it could detect the mood and changes the color of the text based on the emotion. The emotions and colors are as follows,
- Neutral: Black
- Happy: Green
- Angry: Red
- Sad: Blue
Full Changelog: https://github.com/Code-K-I-W-I/Notepad-App/commits/v1.0.1
Notepad v1.0.0 (Initial Release)
This is the first ever build of NotepadApp, a simple notepad application built with Python. This initial release includes basic functionalities for creating, editing, and saving text files.
Full Changelog: https://github.com/Code-K-I-W-I/Notepad-App/commits/v1.0.0