Goozzee full changelog
Goozzee 2.0 B2306
released Dec 8, 2016 (New Release)
An option was added in the preference window to activate / deactivate "full text" searches. People who do not use latin charset must deacivate "Full text" searches.
Better UTF-8 support : in the last releases, non-latin charsets support was broken. The whole code has now been reviewed to fix this issue.
When creating a role from the association window, this new role apeared twice in the list of roles. Fixed.
When creating a new scope from the scopes list, appeared at the end of the new scope's name. Fixed.
Better UTF-8 support : in the last releases, non-latin charsets support was broken. The whole code has now been reviewed to fix this issue.
When creating a role from the association window, this new role apeared twice in the list of roles. Fixed.
When creating a new scope from the scopes list, appeared at the end of the new scope's name. Fixed.
Goozzee 1.7 B 2230
released Aug 16, 2016 (New Release)
NEW Search forward backward int the notes tab
NEW HTML contextual help
NEW When opening a topic from the search results, if the search was made on the notes text, then launch a search and position the cursor on the first occurrence of the searched text
Corrected a crash when closing a file's properties dialog.
NEW HTML contextual help
NEW When opening a topic from the search results, if the search was made on the notes text, then launch a search and position the cursor on the first occurrence of the searched text
Corrected a crash when closing a file's properties dialog.
Goozzee 1.6 B2156
released Feb 9, 2016 (New Release)
some variables were converted from std::string to wxString
in Personal Edition, in the search results, the "author" column has been removed (since it's useless in a single user program... ;) )
in the main window's documents list, the columns are now automatically sized to fit their content in the login dialog, the error message when entering a wrong password was a bit confusing. Fixed.
in Personal Edition, in the search results, the "author" column has been removed (since it's useless in a single user program... ;) )
in the main window's documents list, the columns are now automatically sized to fit their content in the login dialog, the error message when entering a wrong password was a bit confusing. Fixed.
Goozzee 1.5 B2086
released Nov 27, 2015 (New Release)
In the ontology editor
Constraints were only visible to the administrator user.
One had to first select a class before right--cicking it, otherwise the contextual menu was not correct
Constraints were only visible to the administrator user.
One had to first select a class before right--cicking it, otherwise the contextual menu was not correct
Goozzee 1.4 B2048
released Oct 5, 2015 (New Release)
the source code is now located in the src subdirectory, instead of the main directory.
Goozzee 1.3 B2033
released Sep 2, 2015 (New Release)
New: an ontology editor, a new window from which you can manage classes, roles and scopes, and create constraints between classes.
After creating a new topic, the history was buggy. Fixed.
After renaming a scope, role or association type, the list of scopes, roles, or association types are sorted again
After creating a new topic, the history was buggy. Fixed.
After renaming a scope, role or association type, the list of scopes, roles, or association types are sorted again
Goozzee 1.2
released Jan 14, 2015 (New Release)
This release fixes the crashes on Windows.
Goozzee in now split into two separate programs :
"Personal Edition" : single-user version.
"Network Edition" : multi-user version.
Goozzee in now split into two separate programs :
"Personal Edition" : single-user version.
"Network Edition" : multi-user version.
Goozzee 1.1
released Sep 3, 2014 (New Release)
Very few new features:
It is now possible to insert tables in the notes and reports. This is not yet very polished, but it can be handy..
It's now possible to insert manual page breaks in notes and reports, using a new icon in the toolbar.
The association edition window has now a simpler layout. Cleaner, smaller.
Timestamps are now calculated by mysql, instead of the client doing it.
You can now use MariaDB instead of Mysql.
It's now possible to save a document into a directory, from its contextual menu.
When inserting a URL in the notes, it's now possible possible to enter a text displayed in place of the URL.
Main Bug Fixes"
Improved layout of the configuration window
Improved layout of the Preferences window
Fixed a possible crash, when the configuration file is absent
Lots of code optimisation (to remove redundant codes pieces)
Fixed a crash, when opening a document with wrong access rights
It is now possible to insert tables in the notes and reports. This is not yet very polished, but it can be handy..
It's now possible to insert manual page breaks in notes and reports, using a new icon in the toolbar.
The association edition window has now a simpler layout. Cleaner, smaller.
Timestamps are now calculated by mysql, instead of the client doing it.
You can now use MariaDB instead of Mysql.
It's now possible to save a document into a directory, from its contextual menu.
When inserting a URL in the notes, it's now possible possible to enter a text displayed in place of the URL.
Main Bug Fixes"
Improved layout of the configuration window
Improved layout of the Preferences window
Fixed a possible crash, when the configuration file is absent
Lots of code optimisation (to remove redundant codes pieces)
Fixed a crash, when opening a document with wrong access rights
Goozzee 1.0
released Mar 6, 2012 (New Release)
· Topics could not be renamed
· The about windows was slow to appear, when the database contained many topics and documents. An index was missing.
· When editing a report, clicking the formatting button didn't open the corresponding window
· The layout of the main window's header has be redesigned, using sizer. The look is the same, but now all the fields are visible, whatever the O.S., and the behaviour should be better when resizing the window
· On Windows, the escape key did not close the About window
· Documents that were not locked appeared as 'locked by unknown'
· The layout of the Document Properties windows has been fixed ( some fields didn't appear completely)
· The About window displayed the group name in place of the user name
· Dropping a topic onto a button did not work
· Search results only showed the topics belonging to the main group of the user
· On Windows, the program crashed at startup when it did not find the right register key
· The about windows was slow to appear, when the database contained many topics and documents. An index was missing.
· When editing a report, clicking the formatting button didn't open the corresponding window
· The layout of the main window's header has be redesigned, using sizer. The look is the same, but now all the fields are visible, whatever the O.S., and the behaviour should be better when resizing the window
· On Windows, the escape key did not close the About window
· Documents that were not locked appeared as 'locked by unknown'
· The layout of the Document Properties windows has been fixed ( some fields didn't appear completely)
· The About window displayed the group name in place of the user name
· Dropping a topic onto a button did not work
· Search results only showed the topics belonging to the main group of the user
· On Windows, the program crashed at startup when it did not find the right register key
Goozzee 0.13.5
released May 11, 2011 (New Release)
· I Discovered another awful bug, one that erased notes when creating a new topic. Now that it's fixed, it was so serious that it deserves a new release. Apparently, this bug was present since release 0.13.0. In case one of you lost some data because of it, note that there is no way to get that data back, except from a backup.
· The Internationalization is ready, which means that Goozzee will now support multiple languages for its interface. You can switch languages from the Preferences window.
· For now, only English, French and Dutch are supported. But adding new languages is now very easy.
· Apart from that, no other new feature was added, just a few bugfixes and loads of code cleanup.
· The Internationalization is ready, which means that Goozzee will now support multiple languages for its interface. You can switch languages from the Preferences window.
· For now, only English, French and Dutch are supported. But adding new languages is now very easy.
· Apart from that, no other new feature was added, just a few bugfixes and loads of code cleanup.
Goozzee for Windows 7 - free download notice
Windows 7 Download periodically updates software information of Goozzee from the publisher.
« BACK
My Account
Help
Windows 7 Software Coupons
-
MacX Media Management Bundle
70% Off -
MacX Video Converter Pro
56% Off -
MacX DVD Ripper Pro
50% Off -
FREE VPN PROXY by SEED4.ME WINDOWS
Free VPN by Seed4Me -
WinX MediaTrans
63% Off
My Saved Stuff
You have not saved any software.
Click "Save" next to each software.
Click "Save" next to each software.
Would you like to receive announcements of new versions of your software by email or by RSS reader? Register for FREE!
Windows 7 Downloads Picks
- Microsoft Office 2007
- Microsoft Office 2003
- LibreOffice 24.8.4.2 Latest
- PDF-XChange Lite 10.2.1.385
- LibreOffice x64 24.2.4
- EMF Printer Driver 17.76 Revision 3239
- WebEx MeetMeNow 2.0 44.6.0.29928
- CZ Excel Converter 4.0 B130902
- Zotero 7.0.11
- Microsoft Office 2007 Service Pack SP3
- Quite Imposing Plus 5.3n
- VaySoft PDF to EXE Converter 1.11
- Notepad++ Portable 8.7.5
- Xlpd 7.0 B0148
- Microsoft Publisher 2010 14.0.4760.1000
- iPad 6.0.0.2
- Microsoft Office 2010 x32 14.0 BETA
- Microsoft Visio 2010 14.0.4730.1010
- 1099 Pro Professional 2020
- Microsoft Office 2010 Service Pack SP2
Popular Tags
create
powerpoint
spreadsheet
text
adobe
doc
outlook
conversion
create pdf
pdf creator
document
word
microsoft
software
free
word to pdf
pdf converter
data
xls
convert
pdf
add in
converter
tool
office
acrobat
files
excel
printer
editor
Popular Windows 7 Software
- Microsoft Office 2007
- Ultra Hal Text-to-Speech Reader 1.0.5
- Microsoft Office 2003
- IBExpert 2024.12.04
- Card Maker Software For Windows OS 8.2.0.2
- LibreOffice 24.8.4.2 Latest
- Retail Barcoding & Labeling Application 9.2.3.2
- PDF-XChange Lite 10.2.1.385
- LibreOffice x64 24.2.4
- Portable RightNote 6.5.2
- Retail Logistics Barcode Maker Software 9.2.3.1
- EMF Printer Driver 17.76 Revision 3239
- Barcode Printing Software 7.0.1.5
- DWG to Any Converter Command Line 2.7
- Shop-Data Transfer 1.0.142
© 2025 Windows7Download.com - All logos, trademarks, art and other creative works are and remain copyright and property of their respective owners. Microsoft Windows is a registered trademarks of Microsoft Corporation. Microsoft Corporation in no way endorses or is affiliated with windows7download.com.