Skip to content

Releases: neroist/text-encode-and-decoder

v0.3.2

21 Jul 04:34
42a5eaf
Compare
Choose a tag to compare
v0.3.2 Pre-release
Pre-release

Version 0.3.2

Contents

Additions

  • The "credits" window now has an updated stylesheet.

Changes

  • modules/attributions.py has been deleted.
  • the cut action now cuts from the output text edit.
  • New logging format.

Bugfixes

  • Pressing the home action on the window tool bar no longer makes the window shorter.
  • triggering the cut action no longer copies the contents of the output text edit and deletes the content of the input text edit. Instead it just cuts all the content from the output text edit.

Bugs (that I know of)

  • Whenever a cursor hovers over a hyperlink in the "credits" window, all other hyperlinks that are under it become a darker color. (bug 0.3.2 #1)
  • Some error messages (all QErrorMessage popups) always have the window popup title as "python". (bug 0.3.2 #2)
  • The scrollbars on the text edits all extend out of the text edit's border. (bug 0.3.2 #3)

Future Additions/Changes

  • A settings tab if I have enough motivation.
  • Maybe an updated README.
There might be some additions, changes, or bugs I missed, write an issue with the documentation tag (or bug tag), I'll add the missing additions or changes.

v0.3.1

19 Jul 07:43
1b0a01b
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Version 0.3.1

Content

Additions

  • None

Changes

  • The "Credits" window (that the "Credits" action displays) now opens hyperlinks in the user's default browser

Bugfixes

  • Pressing the "OK" button on the "find" window (that the "Find" action displays) now doesn't crash the application.

Bugs (That I know of)

  • None, currently

v0.3.0

19 Jul 07:32
1b0a01b
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Version 0.3.0

Contents

Additions

  • The "Credits" action in the help menu now displays a credits window
  • The "About" action in the help menu now displays a blank 600x600 window
  • New logging file and format

Changes

  • Dialogs no longer have the "?" button on the title bar

Bugs (that I know of)

  • None, currently.
There might be some additions, changes, or bugs I missed, write an issue with the documentation tag (or bug tag), I'll add the missing additions or change.

v0.2.0

18 Jul 03:00
d33b9ed
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Version 0.2.0

Contents:

New Additions

  • Added clock on the right of the window's status bar.
  • 2 new encryption methods SHA-224 and SHA-384 have been added
  • Added the "I'm still working on this" message popup to the About action in the. help menu .
  • Added copyright notice on the main.qss file .
  • New "delete" action in the "Edit" menu.
  • The "web" action now supports website URNs as well as website URLs. (you no long have to put the URL schema anymore.)

Changes

  • Changed the stillworking default text to "I'm still working on this," removing the emoticon at the end.
  • Changed most of the text in the application to the Segoe UI font.

Bugs (that I know of)

  • None, currently.
There might be some additions, changes, or bugs I missed, write an issue with the documentation tag (or bug tag), I'll add the missing additions or change.

v0.1.0

16 Jul 04:42
565c203
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Version 0.1.0

New Additions

  • Added a new toolbar with 2 new actions
  • Added a new action that appends a website's html code to the input text edit
  • Added a new action that collects microphone audio, converterts it into text and appends the text to the input text edit (Still being developed)
  • Added functionality for the "Replace" Action in the "Find and Replace" submenu
  • Added "I'm still working on this" message popup whenever an user clicks an action not implemented yet
  • Added a dummy "Find" window for the "Find" action in the "Find and Replace" submenu

Future Additions (that I hope to add one day)

  • Actual Functionality for the "Find" action
  • Remove the "I'm still working on this" message popup
  • Add a dark and light mode toggle

Expect the next version or update to be either a bugfix or adding functionality to an action.

v0.0.0

13 Jul 03:49
3ddbcb4
Compare
Choose a tag to compare
v0.0.0 Pre-release
Pre-release

First Version!