This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
Releases: thethythy/Mnemopwd
Releases · thethythy/Mnemopwd
Release v1.2.1 (2018-07-10)
Release v1.2.0 (2017-07-23)
New
- Add clear and secure importation / exportation functionalities.
- Add a FileChooserWindow standard dialog box.
- Add a ListBox widget.
- Add the possibility to use colours in client interface (#6)
Changes
- UML model updated.
- Better UX using the vertical scrollbar widget.
- Replace and delete SearchPanelResult by ListBox widget in SearchWindow.
- Better cursor handler in editors.
- Now the configuration file is updated if necessary when a new version of MnemoPwd is installed.
Fix
- Fix a bug in the vertical scroll bar widget.
- Bug correction when LAN is not conform with RFC 1918.
Release v1.1.0
Server execution:
- Add a limitation of number of login and user account creation per hour (for security reason)
Client execution:
- Add IP auto-configuration
- Better execution (task handler more robust)
Client user interface:
- Add a scrolling bar in the research result panel
- Add a 3D effect in dialog windows
Conception:
- UML model updated
Release v1.0.0
Final release v1.0.0: the software is fully operational.
All bugs known has been resolved. A more practical user interface is also proposed.
It comes with basic functionalities. More will come.
Release candidat v1.0.0rc3
Code source enhancement:
- Add the new LabelBox widget for displaying simple text without border (no editable and no actionable)
Bugs resolved:
- Refreshing window edition (after terminal has been locked) bug resolved
- Impossible to login from two different OS resolved (due to the pbkdf2 function in pyelliptic module)
- InputBox widget bug resolved (in the case the text is too long for being edited)
Release candidat v1.0.0rc2
- Modify cursor of the entry box widget
- Test terminal size for client launching (at least 80x24)
- The search functionality is now case insensitive
Release candidat v1.0.0rc1
First release candidat after about one year of development ;-)