Skip to content

Commit

Permalink
v2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
maurizuki committed Apr 10, 2021
1 parent c3abbaf commit 98926d3
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 45 deletions.
47 changes: 5 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ O2 is open source software, released under the [Mozilla Public License Version 2

## Change log

### Version 2.2.2
- Main window, fields view: added the menu item "Show passwords" to the context menu.
- Developed with Embarcadero® Delphi 10.3.
- Compiled with Jedi VCL 3.50.

### Version 2.2.1
- Some aesthetic retouches to the main window, print preview window and HTML export preview window.
- New style sheet for the HTML export.
Expand Down Expand Up @@ -34,48 +39,6 @@ O2 is open source software, released under the [Mozilla Public License Version 2
### Version 2.1
- Main window redesigned, clearer and cleaner. Click "Find" (Ctrl+F) toolbar button to show or hide the search options box (formerly filters): find by name, event, tags.

### Version 2.0.7
- Fixed a bug that prevented to save the application settings.
- Main window default size increased to 800x600 pixels.

### Version 2.0.6
- Object properties dialog: new tag editor with shortcut menu item "Edit tags" in the object menu.
- Object menu: new sub-menus "Add tag" (adds tag to the selected objects) and "Delete tag" (deletes tag from the selected objects).
- Replace tag dialog, replace field name dialog and replace field value dialog: added a drop-down list to the replace-with-value field.
- Added a prompt to delete the selected item from the recent file list if the file is not found.
- Minor user interface improvements.
- Updated example files.

### Version 2.0.5
- The sorting of the recent file list is now calculated by the usage count of the files.
- Added "Clear recent file list" to hide all the recent file list items.
- Compliance to the PortableApps.com Format 3.0 (1) specifications.

### Version 2.0.4
- The fields editor (object properties) now has a drop-down list of field values already used in other objects for the same field name.
- Compiled with Jedi VCL version 3.45.

### Version 2.0.3
- Added the option "Only if deactivated" in the "Transparency" sub-menu to apply the transparency percentage only if the application is not active.
- Minor bug fixes and code improvements.

### Version 2.0.2
- New HTML export preview (similar to the print preview) with new export options: include tags, include relations, include notes, include passwords.
- The print preview fits automatically the desktop area.
- Compiled with Jedi VCL version 3.40.

### Version 2.0.1
- Fixed bug: leading zeroes of numeric field values were deleted even if they were significant.
- Fixed bug: "handle not valid" error message on print preview page scroll.
- The name of the object selected in the object view is now displayed in the statusbar with the object tags.
- The font used to display the object notes on screen and to print them is now the same and it is monospaced to prevent differences of alignment for text tabulations.
- Minor changes to get maximum compliance to the PortableApps.com Format 2.0 (1) specifications.

### Version 2.0
- Massive code rewriting to get maximum compliance to the Unicode Standard specifications (http://unicode.org).

(1) Copyright (c) John T. Haller.

## Acknowledgements

The development and deployment of O2 were made possible thanks to the following tools:
Expand Down
Binary file modified setup/ReadMe.rtf
Binary file not shown.
8 changes: 5 additions & 3 deletions src/O2/o2.dproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,9 +87,10 @@
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
<DCC_DependencyCheckOutputName>o2.exe</DCC_DependencyCheckOutputName>
<SanitizedProjectName>o2</SanitizedProjectName>
<VerInfo_Build>452</VerInfo_Build>
<VerInfo_Keys>CompanyName=The O2 Project;FileDescription=O2;FileVersion=2.2.1.452;InternalName=O2;LegalCopyright=(C) 2004-2021 Maurizio Basaglia. All rights reserved.;LegalTrademarks=;OriginalFilename=o2.exe;ProductName=O2;ProductVersion=2.2.1;Comments=A safe storage for your personal data.;Homepage=http://o2project.sourceforge.net</VerInfo_Keys>
<VerInfo_Build>454</VerInfo_Build>
<VerInfo_Keys>CompanyName=The O2 Project;FileDescription=O2;FileVersion=2.2.2.454;InternalName=O2;LegalCopyright=(C) 2004-2021 Maurizio Basaglia. All rights reserved.;LegalTrademarks=;OriginalFilename=o2.exe;ProductName=O2;ProductVersion=2.2.2;Comments=A safe storage for your personal data.;Homepage=http://o2project.sourceforge.net</VerInfo_Keys>
<BT_BuildType>Debug</BT_BuildType>
<VerInfo_Release>2</VerInfo_Release>
</PropertyGroup>
<PropertyGroup Condition="'$(Cfg_2)'!=''">
<Version>7.0</Version>
Expand All @@ -102,7 +103,8 @@
<VerInfo_Debug>true</VerInfo_Debug>
<BT_BuildType>Debug</BT_BuildType>
<VerInfo_Build>462</VerInfo_Build>
<VerInfo_Keys>CompanyName=The O2 Project;FileDescription=O2;FileVersion=2.2.1.462;InternalName=O2;LegalCopyright=(C) 2004-2021 Maurizio Basaglia. All rights reserved.;LegalTrademarks=;OriginalFilename=o2.exe;ProductName=O2;ProductVersion=2.2.1;Comments=A safe storage for your personal data.;Homepage=http://o2project.sourceforge.net</VerInfo_Keys>
<VerInfo_Keys>CompanyName=The O2 Project;FileDescription=O2;FileVersion=2.2.2.462;InternalName=O2;LegalCopyright=(C) 2004-2021 Maurizio Basaglia. All rights reserved.;LegalTrademarks=;OriginalFilename=o2.exe;ProductName=O2;ProductVersion=2.2.2;Comments=A safe storage for your personal data.;Homepage=http://o2project.sourceforge.net</VerInfo_Keys>
<VerInfo_Release>2</VerInfo_Release>
</PropertyGroup>
<ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
Expand Down
Binary file modified src/O2/o2.res
Binary file not shown.

0 comments on commit 98926d3

Please sign in to comment.