Release Notes: Difference between revisions

1,263 bytes added ,  08:36, 27 November 2021
m
Line 5: Line 5:
==== Version 7.0.0 (xx/xx/2021) ====
==== Version 7.0.0 (xx/xx/2021) ====
Major Work In Progress on a transition to .NET 5 (in parallel with similar work on CMX).<br/>
Major Work In Progress on a transition to .NET 5 (in parallel with similar work on CMX).<br/>
During this work development has stopped, only support maintenance when required takes place.
During this work development on version 6 has stopped, only support maintenance when required takes place.
 
#Created a new project line for .NET5. When CMX is ready for .NET5 CumulusUtils will follow shortly after.
#Dayfile and Standard Logfiles are now sources through SQLite. Although the text logfiles will continue in first instance, the performance of SQLite is such that it outperforms plain text file reads. Also the availability of SQL besides the Linq library of C# will increase choice.
#Use latest  versions of libraries. This may have effect on FTP, FTPS and SFTP. Standing sissues were:
##FTPS - not all servers were able to handle re-use of resource, maybe .NET5 solves this.
##SFTP - login with just un/pw was not possible under mono, if it is neither under .NET5 the user will have to use another login possibility FTPS or use of a key.
#Map: Users will now always appear on the map, the link to their site is no longer compulsory.
#Logging: moved some messages to different classes (Tracing, Info, Warning, Error). In general the view of the logfile improved with less messages (up to level Info).
#Sysinfo: Added inifile parameter ''ExtraStationInfo'' to enter free format information for non-Davis stations
#AirLink: Used SQLite to add the Windbarbs to the charts
#ChartsCompiler: Used SQLite to add plot data to fetch the UserAskedData


==== Version 6.7.7 (24/11/2021) ====
==== Version 6.7.7 (24/11/2021) ====