BS.Player Free 歷史版本列表 Page5

最新版本 Bitwarden 2023.3.1

BS.Player Free 歷史版本列表

BS.Player 是當今市場上最好的媒體播放器之一。播放器的主要優點是高質量的播放,支持廣泛的媒體文件,CPU 和內存消耗低.BS.Player 被全世界超過 7000 萬用戶使用,並被翻譯成多個 90 種語言。所有下載的免費播放器版本超過了競爭性視頻播放器和應付 DVD 播放器的所有下載量的總和。因為它沒有使用太多的處理能力,所以對於那些使用功能稍差的計算機,但仍然希望具有出色的視頻和音頻質量... BS.Player Free 軟體介紹


BS.Player 2.76 Build 1090 查看版本資訊

更新時間:2020-12-17
更新細節:

dotConnect for SQLite Professional 5.17.1792 查看版本資訊

更新時間:2020-12-17
更新細節:

What's new in this version:

dotConnect for SQLite Professional 5.17.1792
Entity Framework support:
- Entity Framework Core 5.0.1 is supported
- The bug with creating savepoints in EF Core 5 is fixed


dotConnect for SQLite Professional 5.17.1782
- Visual Studio 2019 version 16.9 Preview is supported
- The sqlite3.dll library that is included into the installation package is updated to version 3.34.0
- The bug with using URI format with file path in the Data Source connection string parameter is fixed
- The bug with updating projects that reference EF6 provider assembly via Upgrade Wizard is fixed

Entity Developer:
The new features are supported in Entity Framework 5.0:
- TPT inheritance
- Many-to-many associations
- The new types of properties IPAddress and PhysicalAddress
- The Model Refactoring functionality is supported for classes in EF Core Model
- The behavior is changed in a standalone Entity Developer: by default the Target Framework model property in EF Core Model is set to .NET 5 instead of .NET Framework
- The bug with saving non-default value of Target Framework model property in EF6 model modified with a standalone Entity Developer is fixed
- The bug with adding new arguments at the end of argument list instead of actual position in method signature by Update From Database Wizard is fixed

Entity Framework support:
- Entity Framework Core 5.0 is supported
- Entity Framework Core 3.1.10 is supported
- The behavior is changed: EF Core 3 assemblies available via NuGet package are compiled for .NET Standard 2.0 instead of .NET Standard 2.1
- The behavior is changed: EF Core 2 assemblies are no longer available via NuGet package but created in the provider installation folder
- The bug with using another context's connection in DbContextOptionsBuilder.UseSQLite(connection) in EF Core is fixed


dotConnect for SQLite Professional 5.16.1759
- The bug with Visual Studio 2019 integration, when both v16.7 RTM and v16.8 Preview are installed on the same computer, is fixed
- The bug with missing Name and Owner properties of the SQLiteConnection class in .NET Standard compliant assemblies is fixed

Entity Developer:
- The bug with reading templates from *.edps by console Entity Developer is fixed

Entity Framework support:
- Entity Framework Core 3.1.9 is supported
- The bug with invalid attempt to load the SQLite extension library 'mod_spatialite', when .UseNetTopologySuite() is not used, in EF Core is fixed


dotConnect for SQLite Professional 5.16.1739
- Visual Studio 2019 version 16.8 Preview is supported

Entity Developer:
- EF Core 3 spatial data types support is improved: in addition to Geometry and Geography, specific .NET NetTopologySuite types like GeographyPoint, GeographyLine are now available property types
- The default mapping for spatial data types in Server's Options is updated
- The bug with throwing "EntityProperty does not contain a definition for IsSpatialType", when custom template from previous versions is used, in EF Core Model is fixed
- The bug with applying On Delete Action=Cascade set in Association Editor to the Generate Database Script functionality in EF Core Model is fixed
- The bug with reading settings from *.edps by console Entity Developer is fixed

Entity Framework support:
- The bug with throwing System.NullReferenceException by the Code-First CreateDatabase() / Code-First Migrations functionality in EF Core is fixed


dotConnect for SQLite Professional 5.16.1730
- The sqlite3.dll library that is included into the installation package is updated to version 3.33.0
- The SendCallStack property is added to the Devart.Common.DbMonitor class for possibility to turn off resource-demanding logging of CallStack
- The Filter property is added to the Devart.Common.DbMonitor class for possibility to choose events being logged
- The Devart.Common.DbMonitor class is improved: now values of the DateTime parameters sent to the dbMonitor tool are supplemented with milliseconds
- The bug with updating projects in folders below the main project by Upgrade Wizard is fixed
- The bug with using Microsoft DataSet Wizard is fixed

Entity Developer:
- The error message in console Entity Developer is improved: now the text includes the list of all available templates if the specified name of template was incorrect
- The bug with saving a new model, which has never been saved before, after some time of work in a standalone Entity Developer is fixed
- The bug with generating mapping for the properties with Shadow=True in EF Core Model is fixed
- The bug with using spatial types inside complex types in EF Core Model is fixed

Entity Framework support:
- Support for spatial data types in EF Core 3 is implemented
- Entity Framework Core 3.1.8 is supported
- The new NuGet package Devart.Data.SQLite.EFCore.NetTopolosySuite with a .NET Standard 2.1 assembly, that is compatible with .NET Core 3, is added
- The new EntityEFCore3Devart.Data.SQLite.Entity.EFCore.NetTopolosySuite.dll assembly compiled with EF Core 3.1 and .NET Framework 4.6.1 is added
- The SQLiteFunctions class, which allows using SQLite-specific functions in LINQ to Entities, is supported in EF Core
- The SQLiteTextFunctions class, which allows using SQLite full-text search functionality in LINQ to Entities, is supported in EF Core


dotConnect for SQLite Professional 5.15.1696
- The bug with throwing System.NullReferenceException when opening *.edmx with invalid associations is fixed


dotConnect for SQLite Professional 5.15.1686
- The sqlite3.dll library that is included into the installation package is updated to version 3.32.3
- LinqConnect (formerly known as LINQ to SQLite)
- The "Could not find element type in model" bug when loading XML mapping in .NET Standard LinqConnect assemblies is fixed
- The bug with using enums via .NET Standard compliant assemblies is fixed

Entity Framework support:
- The bug with incorrect SQL generation when using .Substring() in a .Select() statement in EF Core 2 is fixed


dotConnect for SQLite Professional 5.15.1666
- Visual Studio 2019 version 16.7 Preview is supported
- The sqlite3.dll library that is included into the installation package is updated to version 3.32.2

Entity Developer:
- .NET 5 is added to the list of available Target Framework versions in Create Model Wizard and Model Settings in EF6, EF Core, LinqConnect models
- The new option "Execute procedures for result set detection" is added to Model Settings of EF Core Model to control obtaining metadata of a procedure or function result set
- The new option "Use NULL parameter values" is added to Model Settings of EF Core Model to specify whether NULL parameter values are used for stored procedure execution
- The new option "Add complex types to diagram" is added to Model Settings of EF Core Model to control behavior of Create Model Wizard and Update Model From Database Wizard
- The new option "Add new complex types to the current diagram" is added to Update Model From Database Wizard of EF Core Model
- The new Primitive Default Value Generation property is added to EF, EF Core templates to determine whether to generate initialization for a primitive property based on database DEFAULT column value
- The new property Collection Property Type is added to EF template "DbContext" and EF Core template "EF Core" to determine .NET type used as a property type for the Many end of associations
- The new property Collection Initialization Type is added to EF template "DbContext" and EF Core template "EF Core" to determine .NET type used for initialization of the Many end of association; if it is set to None, then no initialization is generated
- The new property "Nullable Reference Types" is added to C# templates of EF, EF Core models to specify whether C# 8 nullable reference types and non-nullable reference types must be generated
- The new partial method is added to the OnModelCreating(DbModelBuilder modelBuilder) method generated by DbContext template of EF model
- The EF Core model deserialization is improved: Entity Developer shows the full list of detected errors and tries to load the model with invalid elements or ignores such elements if their deserialization is not possible

Console Entity Developer improvements:
- Import of stored procedures and functions via Create-Model command is supported
- The new options --Procedures and --Functions are added to Create-Model command for filtering stored procedures and functions; by default all procedures/functions are imported
- The new option --Execute is added to Create-Model command for executing procedures/functions to get metadata from result set
- The asterisk symbol (*) is supported in --Tables and --Views parameters of Create-Model to include all objects
- The bug with opening connection via some supported providers is fixed
- The bug with enumerating values separated with comma and without whitespace in --Templates, --Schemas, --Tables parameters is fixed
- The DbProviderFactories registration is implemented in Create Model Wizard for EF6 models and .NET Framework provider assemblies
- The new property Target Framework is added to Create Model Wizard and Model Settings of EF6 models
- The compatibility issue with JetBrains ReSharper is fixed
- The behavior is changed: the definition of auto-implemented property is put now on the single line with
- C# DbContext template of Devart Entity Model when ImplementINotifyPropertyChanging=False and ImplementINotifyPropertyChanged=False and PropertyChangePartialMethods=False
- C# EF Core template of Devart EF Core Model when PropertyChangeNotifiers=False and PropertyChangePartialMethods=False
- The behavior for the new EF, EF Core models is changed: Primitive Default Value Generation is set to Literal now instead of LiteralOrExpression
- The behavior is changed: the names of system types are generated without "System." prefix now in EF Core models; for example, it is DateTime instead of System.DateTime
- The behavior is changed: only one confirmation for executing stored procedure is requested by Entity Developer when drag&drop-ing procedure from Database Explorer to Model Explorer or diagram surface
- The behavior is changed: now the EF Core template generates an additional partial class for the context class when "File Per Class" and "Generate Partial Class" are set to True
- The bug with detecting strings, being expressions, as string literals when generating initialization of string properties basing on database columns' default values in EF, EF Core models is fixed
- The bug with missing default value in the generated code basing on DEFAULT value in a database, when any of ImplementINotifyPropertyChanging, ImplementINotifyPropertyChanged, PropertyChangePartialMethods options of DbContext template in EF is turned on, is fixed
- The bug with code generation for zero-or-one to zero-or-one association in the EF6 model with the DbContext template (Fluent Mapping=True) is fixed
- The bug with generating .HasMany end of one-to-many association in EF Core Model is fixed
- The bug with generating TPH mapping in EF Core 3 model is fixed
- The bug with false appearing the "Table or view '...' has no primary key columns, and the entity key for the corresponding storage entity was calculated automatically from other fields." warning in the Error List window is fixed
- The bug with generating new Guid() with Primitive Default Value Generation=Literal in EF, EF Core models is fixed

LinqConnect (formerly known as LINQ to SQLite):
- The bug with materializing elements, the types of which are explicitly converted from non-nullable to nullable on the client side, is fixed
- The bug with incorrect detection of altered column comment in a many-to-many association join table by Update From Database Wizard is fixed

Entity Framework support:
- Entity Framework 6.4.4 is supported
- The translation of the DateTime.AddMinutes() method in LINQ query into SQL statement in EF Core is supported
- The bug with adding / subtracting DateTime and TimeSpan, DateTimeOffset and TimeSpan values in LINQ query in EF Core 3 is fixed
- The bug with SQL generation in EF Core 3, when enum values are used in CASE and COALESCE statements, is fixed
- The EF6 provider registration used with .NET Standard compliant assemblies is improved: the [DbConfigurationType(typeof(SQLiteEntityProviderServicesConfiguration))] attribute set for DbContext descendant allows now calling the DbContext constructor, that accepts a connection string, with no need to register a custom IDbConnectionFactory implementation


dotConnect for SQLite Professional 5.15.1612
LinqConnect (formerly known as LINQ to SQLite):
- The insert of the object, the type of which is an unmapped class inherited from a mapped class, is supported
- The bug with throwing System.NullReferenceException, when constructing the error saying that unmapped class is not supported, is fixed

Entity Developer:
- Command-line interface is implemented in a standalone Entity Developer
- The new property Context Name is added to Model Properties in EF Core Model
- The new property Target Framework is added to Model Properties in EF Core Model
- The provider registration is improved: requirement to put provider registration entry in the config file is not obligatory anymore
- Create Model Wizard is improved: now it allows installing multiple NuGet packages on the final step
- Model file tree in .NET Core / .NET Standard projects is improved: all generated code files and model files are nested under the same node in Solution Explorer

Entity Framework support:
- Entity Framework Core 3.1.3 is supported
- The .ToString() call for numbers, DateTime/DateTimeOffset properties and values in LINQ queries in EF Core is supported
- The call of Convert.ToString(value) in LINQ queries in EF Core is supported
- The bug with comparing milliseconds of DateTime properties is fixed


dotConnect for SQLite Professional 5.15.1583
- The SQLiteDataTable and SQLiteDataSet classes are supported in .NET Standard 2.0
- The behavior is changed: pool is automatically cleared when AppDomain is being closed

Entity Developer:
- The bug with returning multiple result sets in code generated by the EF Core template is fixed

Entity Framework support:
- Entity Framework Core 3.1.1 is supported
- The bug with using nullable enum properties with default mapping to integers in LINQ query in EF Core 3.1 is fixed
- The bug with using value converters detected automatically by .HasConversion() in EF Core 3 is fixed
- The bug with using NULL constant values in EF Core 3 is fixed
- The bug with using binary operators AND, OR in EF Core 3 is fixed
- The bug with setting a default value for DateTime and TimeSpan properties via EF Core Code-First Migrations is fixed


dotConnect for SQLite Professional 5.15.1541
- Visual Studio 2019 version 16.5 Preview is supported
- The bug with using Toolbox component SQLiteDataSource in web projects of Visual Studio 2013, 2015, 2017, 2019 is fixed
- The bug with enabling Devart DataSet Editor in Visual Studio 2017 and Visual Studio 2019 is fixed
- LinqConnect (formerly known as LINQ to SQLite)
- The bug with using Toolbox component DbLinqDataSource in web projects of Visual Studio 2013, 2015, 2017, 2019 is fixed
Entity Developer
- The bug with creating one-to-one association basing on an optional FK in EF Core Model is fixed
- The bug with code generation for oneOrZero-to-one and one-to-many associations based on an optional FK in EF Core Model is fixed
- The bug with generating a mapping for a unique constraint specified in owned type property of EF Core Model is fixed

Entity Framework support:
- Entity Framework 6.4 is supported
- Entity Framework Core 3.1 is supported
- The new EntityEFCore3Devart.Data.Oracle.Entity.EFCore.dll assembly compiled with EF Core 3.1 and .NET Framework 4.6.1 is added
- The config.DatabaseScript.ForeignKey.IndexCreation configuration option is supported in EF Core 1/EF Core 2/EF Core 3
- The bug with creating a unique constraint in the database via EF Core Code-First Migrations is fixed
- The bug with applying .ValueGeneratedOnAdd() to the string, guid, byte[] properties with .Key() and without .HasDefaultValueSql() in EF Core is fixed
- The bug with using bitwise operators And, Or, Xor with Int64 arguments in LINQ query is fixed
- The bug with detecting implicit database column type, when model mapping and migration mapping are different, via EF Core Code-First Migrations is fixed
- The bug with generating SQL when using explicit cast in LINQ queries in EF Core 1/EF Core 2 is fixed
- The bug with throwing the "Null TypeMapping in Sql Tree" error by methods in LINQ query in EF Core 3 is fixed


dotConnect for SQLite Professional 5.14.1519
- The "Optimize rendering for screens with different pixel densities" feature of Visual Studio 2019 is supported by Devart DataSet Editor

Entity Developer:
- The Self-Contained Entity Configuration property is added to VB.NET version of EF Core template
- The Entities Configuration Output property is added to VB.NET version of EF Core template
- The code generation for the class properties with Alternate Key=True by VB.NET version of EF Core template is supported in EF Core model
- The bug with code generation, when Raw SQL Query is initialized in class properties, in EF Core 3 model is fixed
- The bug with generating .HasNoKey(), when Self-Contained Entity Configuration is set to True in properties of EF Core template, in EF Core 3 model is fixed
- The bug with generating alternate keys, when Self-Contained Entity Configuration is set to True in C# version of EF Core template, in EF Core model is fixed

Entity Framework support:
- The SQL generation in case of config.QueryOptions.UseCSharpNullComparisonBehavior=true in EF1/EF4/EF5/EF6 is improved
- The bug with using Scaffold-DbContext in EF Core 3 is fixed
- The bug with the redundant empty ORDER BY clause in a subquery, when paging is used, in EF Core 3 is fixed
- The bug with using .Contains within .Select of LINQ query in EF Core 2 is fixed
- The bug with generating invalid SQL when calling members of owned type in EF Core 2 is fixed


dotConnect for SQLite Professional 5.14.1504
Entity Developer:
- The DbContext template is improved: precision and scale for database types are generated now in EF4/EF5/EF6 models when Fluent Mapping=True and Mapping Generation Strategy=UseAttributes
- The bug with throwing the EntityFrameworkCoreVersion error in Create Model Wizard in a standalone Entity Developer is fixed

Entity Framework support:
- Entity Framework Core 2.2.6 is supported


dotConnect for SQLite Professional 5.14.1499
- The sqlite3.dll library that is included into the installation package is updated to version 3.30.1
- The "Optimize rendering for screens with different pixel densities" feature of Visual Studio 2019 is supported by Devart DataSet Manager

Entity Developer:
The DbContext template is improved for using Entity Framework 6.3:
- The "Configuration Type Name" property, which specifies the descendant of DbConfiguration class that should be used for code-based configuration, is added
- The "Use DbConfigurationType Attribute" property, which determines whether to register the configuration type specified in the ConfigurationTypeName property of the DbConfigurationType attribute, is added
- The DbProviderFactories.RegisterFactory method is generated when UseDbConfigurationTypeAttribute=true and ConfigurationTypeName='%Default%'
- With UseDbConfigurationTypeAttribute=false, the static constructor for registering factory and the new partial method OnStaticConfigured are generated
- The "Optimize rendering for screens with different pixel densities" feature of Visual Studio 2019 is supported
- The compatibility issue with JetBrains ReSharper is fixed

Entity Framework support:
- Entity Framework Core 3.0 is supported
- Entity Framework 6.3 is supported
- The lock for Microsoft.EntityFrameworkCore dependency is added to the NuGet package Devart.Data.SQLite.EFCore


dotConnect for SQLite Professional 5.13.1470
Entity Developer:
- Entity Framework 6.3 Preview 9 is supported for projects with target framework .NET Core 3 or .NET Standard 2.1
- The behaviour is changed: a plural form of names ending with "s" now has a longer version (for example, status -> statuses)
- The bug with applying the new Foreign Key's Delete Rule values SET DEFAULT and SET NULL by the Update Database From Model and Update Model From Database wizards is fixed (Entity Framework)
- The bug with copying a property with Primary Key=True / Entity Key=True to a complex type is fixed (Entity Framework)
- The bug with naming of a composing unique key by Create Model Wizard / Update From Database Wizard in EF Core is fixed (Entity Framework)
- The bug with invalid attempt to cast unsupported Visual Studio project to type 'VSLangProj.VSProject' is fixed

Entity Framework support:
- Entity Framework 6.3 Preview 9 is supported
- A new NuGet package Devart.Data.SQLite.EF6 with a .NET Standard 2.1 assembly, compatible with .NET Core 3, is added
- The bug with using the same database connection in several EF Core contexts is fixed
- The bug with applying a value converter to .Where expression with .Contains on nullable enum in EF Core 2 is fixed


dotConnect for SQLite Professional 5.12.1437
- The bug with throwing System.IndexOutOfRangeException when OracleParameter.Size=-1 is fixed

Entity Framework support:
- The bug with applying a value converter to a nullable column in EF Core 2 is fixed
- The bug with using the binary operator Add for the types 'System.String' and 'System.String' within LINQ query in EF Core 2 is fixed


dotConnect for SQLite Professional 5.12.1422
- The bug with throwing "Operation is not supported" by web providers, when the cookie is used, is fixed

Entity Developer:
- The ability to disable generation of the byte order mark (BOM) in the beginning of code files in a standalone Entity Developer is implemented
- The bug with design time copy/cut/paste functionality for entities is fixed
- The bug with invalid integer to enum conversion by a generated method, which is based on SQL query and returns a collection of entities, in EF Core 2 is fixed

Entity Framework support:
- The bug with applying a filter to the nullable property with implicit EnumToStringConverter via LINQ queries in EF Core 2 is fixed
- The bug with missing brackets around SELECT inside the generated CASE statement in EF Core 2 is fixed
- The bug with nullable parameters in EF Core 2 is fixed
- The bug with reopening connections in EF Core 2 is fixed
- The bug with incorrect exception message on opening connection, when ConnectionString is not set, by .NET Standard compliant assemblies is fixed


dotConnect for SQLite Professional 5.12.1402
- The sqlite3.dll library that is included into the installation package is updated to version 3.28.0
- Deprecated design-time Synchronous API calls are no longer used with Visual Studio 2019 and Visual Studio 2017

LinqConnect (formerly known as LINQ to MySQL):
- The bug with executing incorrect SQL request (cached during one of the previous calls), when a variable initialized with an empty collection participates in LINQ query, is fixed

Entity Framework support:
- Entity Framework Core 2.2.4 is supported
- The bug with closing database connection by context.Dispose() in the scope of a distributed transaction in EF Core 2 is fixed
- The bug with using a value converter, when the .NET data type remains the same, within the WHERE clause in EF Core 2 is fixed


dotConnect for SQLite Professional 5.12.1366
- Visual Studio 2019 is supported
- Entity Developer: the bug with processing DBNull returned by the function in EF Core is fixed
- Entity Framework support: the bug with using the "Generate Database from Model" wizard when working with Entity Framework 6 Tools is fixed


dotConnect for SQLite Professional 5.11.1357

- Visual Studio 2019 Release Candidate 4 is supported
- The sqlite3.dll library that is included into the installation package is updated to version 3.27.2
- The behavior is changed: reader.GetValue("text_column_with_nonstandard_typename") returns now the System.String object
- The bug with loss of changes, applied in different concurrent transactions, when journaling is not in the WAL mode, is fixed

LinqConnect (formerly known as LINQ to SQLite):
- The bug with using the System.Char argument as literal or variable in LINQ query is fixed

Entity Framework support:
- Entity Framework Core 2.2.3 is supported
- The SQL translation of the following method overloads, that accept the StringComparison argument and return bool, in the System.String class is supported in EF Core 2: Contains, StartsWith, EndsWith, Equals
- The bug with generating the COALESCE expression in EF Core is fixed


dotConnect for SQLite Professional 5.11.1328

- The sqlite3.dll library that is included into the installation package is updated to version 3.27.1

LinqConnect (formerly known as LINQ to SQLite):
- The bug with executing incorrect SQL request (cached during one of the previous calls), when .Contains() is invoked in the multithreaded application, is fixed

Entity Developer:
- The bug with generating fluent mapping for the one-to-one association by the DbContext template in EF4/EF5/EF6 is fixed

Entity Framework support:
- The translation of single-char literal into SQL statement in EF Core is supported
- The bug with throwing Devart.Common.LicenseException when using config.Workarounds.ProviderManifestToken in EF Core is fixed
- The bug with using a value converter for the property used in .Contains() in EF Core 2 is fixed
- The bug with translating String.IndexOf() into SQL statement in EF Core is fixed
- The bug with updating a null value of the concurrency check column with some non-null value in EF Core is fixed


dotConnect for Professional SQLite 5.11.1307
- The sqlite3.dll library that is included into the installation package is updated to version 3.26.0
- The bug with connecting to database with .NET Standard 1.3 compatible assemblies on .NET Framework 4.6.0 run-time is fixed

LinqConnect (formerly known as LINQ to SQLite):
- The new overload DataContext.Refresh(bool ignoreErrors, RefreshMode mode, object entity) is added for ignoring errors during refresh
- The existing overload DataContext.Refresh(RefreshMode mode, object entity) is improved: its check avoids the try to refresh the entity that is added to the context but not submitted to the database
- The type and text of the error generated by the DataContext.Refresh(RefreshMode mode, object entity) method, when the passed entity doesn't exist in database, is fixed

Entity Developer:
- The multiple select functionality in EF Core Model is improved: now it allows setting PrimaryKey, ValueGenerated, Concurrency for several properties simultaneously
- The bug with detecting order of columns in composite primary key with two or more columns by Update To Database and by Update From Database wizards in EF Core is fixed
- The bug with using ASP.NET Core Web Application (.NET Framework) and Azure Functions v1 (.NET Framework) projects in Visual Studio 2017 is fixed

Entity Framework support:
- Entity Framework Core 2.2.1 is supported
- The new extension method Database.IsSQLite() in EF Core 2 is implemented
- The bug with applying config.Workarounds.IgnoreSchemaName=true to the .ToTable() functionality in EF Core 2 is fixed
- The bugs with using the GuidToStringConverter, EnumToStringConverter, ValueConverter classes in EF Core 2 are fixed
- The bug with constructing the LIKE clause in EF Core 2 is fixed
- The bug with generating a subselect within the SELECT list in EF Core 2 is fixed
- The bug with applying an aggregate function to the result of a subselect in EF Core 2 is fixed

GdPicture.NET SDK 14.1.95 查看版本資訊

更新時間:2020-12-17
更新細節:

What's new in this version:

GdPicture.NET SDK 14.1.95
- Fixed a critical issue on .NET 5
- Improved Office formats rendering engine
- Improved PDF/A converter engine
- GdViewer (WinForm & WPF): new property PreserveViewRotation
- DocuVieware: improved TWAIN controller
- DocuVieware: improved interactive form-fields support
- DocuVieware: dramatical speed improvement when session state mode is DocuViewareSessionStateMode.File
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.94
- Improved office formats rendering engine
- Improved PDF/A converter and validation engines
- Improved PDF parser with malformed documents
- Improved rendering engine
- Improved 2D barcode reader engine accuracy
- DocuVieware: improved the TWAIN Web scanning support
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.93
- AnnotationRuller: new TicksPerUnit property
- Improved office formats rendering engine
- Improved OCR engine accuracy and speed
- Improved PDF/A converter and validation engines
- DocuVieware: added support for multiple annotations selection
- DocuVieware: new JavaScript function EnableAnnotMultiSelect()
- DocuVieware: new JavaScript function UnselectAnnot()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.92
- Change log not available for this version


GdPicture.NET SDK 14.1.91
- GdPicturePDF: new method GetPageImageICCProfile()
- Added support for CR3 raw image format and more than 50 others camera support
- GdViewer (WinForm & WPF): added support for multiple annotations selection by code
- GdPictureSegmenter: improved layout analyzer engine
- Improved MRC engine
- Improved OCR engine
- Improved PDF redaction engine
- Improved PDF rendering engine
- Improved Office formats rendering engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.90
- Improved Office formats rendering engine (speed and rendering fidelity)
- Improved PDF rendering engine (speed and rendering fidelity)
- Improved PDF reducer engine
- Improved PDF redaction engine
- GdViewer (WPF & WinForm): added multiple selection support to annotations
- GdViewer (WPF & WinForm): new property AnnotationEnableMultiSelect
- GdViewer (WPF & WinForm): improved annotations rendering quality and speed
- DocuVieware: new property TwainAcquisitionFormat
- DocuVieware: improved contextual menu appearance and interactivity
- DocuVieware: new JavaScript function GetSelectedTextAreas()
- GdPicturePDF: improved PDF repair functionality
- GdPicturePDF: new methods IsValidPDFA()
- GdPicturePDF: new method CheckPDFAConformance()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.89
- Improved office formats rendering engine
- Improved PDF rendering engine
- Improved PDF/A converter engine
- Improved text extraction/selection engine
- Improved OCR engine accuracy & speed
- Added a new PDF/A validation engine
- GdPicturePDF: new method ValidatePDFA()
- GdPictureImaging: added overload to all barcode detection method to specify if the engine must stop the recognition process when the expected number of symbols have been detected
- GdViewer (WinForm & WPF): improved text selection
- GdViewer (WinForm & WPF): new property DocumentFormat
- GdViewer (WinForm & WPF): new property ClipAnnotsToPageBounds
- DocuVieware: improved text selection
- DocuVieware: new property ShowLogo
- DocuVieware: new JavaScript function DirectPrint()
- DocuVieware: added option into the saving dialog box to burn annotation to produced tiff documents
- DocuVieware: improved document navigation speed
- DocuVieware: clients using external DocuVieware controller will have to update it. Latest version can be found here
- DocuVieware: added optional parameter BurnAnnotations to the SaveAsTIFF() method
- The GdPicture.NET.14.jbig2.encoder.64.dll & GdPicture.NET.14.jbig2.encoder.dll are not required anymore
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.88
- Improved PDF/A converter engine
- Improved Office formats rendering engine
- Improved DOCX format conversion to PDF
- Improved PDF text extraction engine
- DocuVieware: improved user interface & user experience
- GdPictureDocumentConverter: new property: PdfUseDeflateOnJPEG
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.87
- Added support for doc, xls and ppt formats
- DocuVieware: the SaveAsPDF method is now taking an optional parameter allowing to apply page view rotation(s) to the produced document
- Improved text extraction and text search speed
- Improved Office formats rendering engine
- Improved SVG rendering engine
- Improved PDF/A converter engine
- Improved built-in PDF font pack engine
- DocuVieware: new property AnnotationOrientationMode
- New enumeration OrientationMode
- GdViewer (COM/ActiveX edition): new property hWnd
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.86
- DocuVieware: improved document rendering speed
- DocuVieware: new event OpenFileError offering a fallback strategy to handle unsupported document formats
- Improved 1D barcode reader accuracy
- Improved 2D barcode reader accuracy
- Improved SVG renderer
- Improved DXF renderer
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.85
- GdViewer: new property: ClipRegionsToPageBounds
- GdPictureImaging: new method BarcodeAztecReaderGetBarcodeConfidence()
- GdPictureImaging: new method BarcodeDataMatrixReaderGetBarcodeConfidence()
- GdPicturePDF: improved formfields handling during page cloning
- GdPicturePDF: new method SearchAndAddRedactionRegions()
- Improved SVG rendering engine
- Improved Office formats rendering engine
- Improved PDF rendering engine
- Improved PDF parsing of malformed documents
- Improved OCR engine speed and accuracy
- Improved MRC engine speed and accuracy
- Improved memory usage
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.84
- Improved MICR engine reading accuracy
- Improved PDF rendering engine
- Improved Office formats rendering engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.83
- GdPicturePDF: new overload AddJpegImageFromStream() to allow ICC profile embedding
- GdPictureDocumentConverter: new property: EnableICC
- Improved OCR accuracy
- Improved PDF rendering engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.82
- Improved OCR accuracy
- Improved PDF rendering engine
- Improved Office formats rendering engine
- Improved PDF text exaction engine
- DocuVieware: saving dialog now offers a way to save documents with/without annotations
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.81
- Improved OCR engine accuracy
- Improved 2D barcode reading accuracy
- Improved Office formats rasterizer
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.80
- Improved MRZ engine accuracy
- Improved 2D barcode reading accuracy
- Improved Office formats rasterizer
- Improved PDF generator engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.79
- Improved PDF rendering engine
- Improved Office formats rendering engine
- Improved RAW image format support
- Released first version of the MRZ recognition engine (special context of the GdPictureOCR API)
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.78
- Improved OCR page rotation detection speed & accuracy
- Improved office formats rasterizer
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.77
- GdPictureImaging: new method TwainSetKeepSourceEnabled()
- Improved Office formats rasterizer
- Improved OCR engine accuracy
- Improved OCR page rotation detection
- Added special context for OCR of MRZ (Beta)
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.76
- Introduced support for text search using regular expressions
- GdViewer (WinForm & WPF): new method SearchTextRegex()
- GdPicturePDF: new method SearchTextRegex()
- GdPicturePDF: new method RemoveXFAFormFieldsData()
- GdPictureOCR: new overloaded method GetOCRResultText()
- Improved PDF/A converter engine
- Improved OCR engine accuracy
- Improved Office formats rasterizer engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.75
- Improved automatic page orientation detection engine
- Improved OCR segmentation engine
- Improved PDF rendering engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.74
- GdPictureImaging: new overload: TagGetValueString() to favor ASCII representation of undefined tag types
- Improved PDF/A converter engine
- Improved PDF rendering engine
- Improved Office formats rendering engine
- Improved image loading speed
- GdPicturePDF: new method UnembedFont()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.73
- Improved MRC engine accuracy speed
- Improved 1D barcode recognition engine
- Improved Office formats rasterizer
- DocuVieware: added multi-line text search support
- DocuVieware: improved accessibility support based on WAI-ARIA specifications
- GdPicturePDF: new method IsTagged()
- Improved PDF text extraction engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.72
- Improved MRC engine accuracy
- Improved 1D & 2D barcode reader accuracy
- Improved Office formats rasterizer
- DocuVieware: new JavaScript API: RegisterOnDocumentSigned()
- DocuVieware: new JavaScript API SelectAnnot()
- GdPicturePDF: new method RemovePageBox()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.71
- AnnotationPolyRuler & AnnotationRuler annotations: new property Value
- AnnotationManager: new method RenderAnnotation()
- Improved 1D & 2D barcode recognition engines
- Improved office formats rasterizer
- Improved PDF format rasterizer
- Improved PDF parser to handle / recover more malformed documents
- DocuVieware: new JavaScript function GetPageAnnotCount()
- DocuVieware: new JavaScript function GetPageAnnotId()
- DocuVieware: added support for impersonation level management
- DocuVieware: improved UI about annotation manipulations
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.70
- Improved PDF rasterizer engine
- Improved MRC engine accuracy
- Improved PDF/A converter engine
- Improved office formats rasterizer engine
- DocuVieware: improved UI
- Added Content and Password properties in GdViewer.WPF in order to set the content from the ViewModel in a MVVM fashion
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.69
- GdPicturePDF: new overload SearchText() to enable text search of strings across multiple lines
- Improved PDF rasterizer engine
- Improved Office formats rasterizer engine
- Improved 1D barcode reader accuracy
- Improved OCR engine accuracy and speed
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.67
- GdPictureDocumentUtilities: new method IsImageFormat()
- Improved PDF rasterizer engine
- Improved PDF redaction engine
- Improved accuracy of 1D barcode recognition engine
- Improved accuracy of DataMatrix barcode recognition engine
- Improved accuracy of OCR engine
- Added new OCR engine producing fast & accurate recognition on single line of numeric characters
- OCRSpecialContext: new enumeration member: SingleLineNumerics
- GdPictureDocumentConverter: new properties: Author, Title, Subject, Producer, Metadata, Keywords
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.66
- Global performance improvements (memory & CPU usage)
- Improved MRC engine
- Improved PDF rasterizer engine
- Improved Office formats rasterizer engine
- ThumbnailEx: new method UnselectAllItems()
- ThumbnailEx: new method LoadAllItems()
- ThumbnailEx: new porperty DefaultItemCheckState
- ThumbnailEx: DefaultItemTextPrefixe property renamed to DefaultItemTextPrefix
- PDFReducerImageQuality: new enumeration member ImageQualityVeryVeryHigh
- DocuVieware: new method AddCustomToolbarButton()
- Improved PDF/A converter engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.65
- Improved text extraction engine
- Improved Office formats rasterizer
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.64
- Improved Office formats rasterizer
- DocuVieware: new JavaScript function SetAnnotationsInteractionState()
- DocuVieware: improved TWAIN scanning speed
- Improved text extraction engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.63
- DocuVieware: new JavaScript function UnselectAllAnnotations()
- DocuVieware: several UI improvements
- DocuVieware: fixed SVG file loading issue
- Improved OCR accuracy
- Improved margins detection filter
- Improved office formats rasterizer
- AnnotationEmbeddedImage: new property KeepAspectRatio
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.62
- Improved PDF rasterizer engine
- Improved Office formats rasterizer engine
- DocuVieware: improved touch support
- DocuVieware: added overload of LoadFromUri() taking ICredential parameters
- DocuVieware: added new JavaScript API: RegisterOnViewerScroll()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.61
Improved:
- MRC engine
- OCR engine
- Office formats rasterizer engine
- PDF/A converter engine

DocuVieware:
- improved UI responsivness
- added zooming support using crtl+whell
- added pinch zoom support
- added support for adding image annotation from the JavaScript API AddAnnot(). See reference guide for an example of usage

- GdViewer (WinForms & WPF): new method ApplyAllRedactions()
- Battery of minor bug fixes.


GdPicture.NET SDK 14.1.60
- Improved PDF rasterizer engine
- Improved Office formats rasterizer engine
- Annotation: new public property ClientTag
- GdViewer: new event AnnotationTextBoxKeyDown()
- GdViewer: new event AnnotationTextBoxLostFocus()
- GdPicturePDF: New method ClonePages()
- GdPicturePDF: Improved Redaction Engine
- DocuVieware: new JavaScript functions: SetAnnotClientTag(), GetAnnotClientTag(), UpdateAnnotById(), GetAnnotProperties()
- DocuVieware: new server-side property: LinkAnnotationClickBehaviour
- DocuVieware: added zoom preview support (by maintaining pressed zoom-in and zoom-out buttons)


GdPicture.NET SDK 14.1.59
- Fixed a critical bug preventing usage of the WFP controls within the .NET Core edition
- PDFReducerPDFVersion enumeration: added enumeration members PdfVersionA1a, PdfVersionA1b, PdfVersionA2a, PdfVersionA2b
- Improved internal PDF/A editor engine


GdPicture.NET SDK 14.1.58
- Improved PDF rasterizer engine
- Improved office formats rasterizer engine
- Improved OCR engine
- Improved automatic page orientation detection engine
- Improved PDF text extraction engine
- TextExtractionOptions enumeration: added new member PreserveLayout
- GdPicturePDF: new event BeforePrintPage
- GdPicturePDF: new event AfterPrintPage
- GdPicturePDF: Improved timestamp server compatibility for digital signatures
- DocuVieware: improved UI responsiveness
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.57
- Improved office formats rasterizer engine
- Improved links support for built-in PDF merger engine
- Improved MRC engine accuracy
- Improved OCR accuracy
- Improved PDF rasterizer engine
- GdPicturePDF: New method RemoveTextArea()
- GdPicturePDF: New overload GetPageTextWithCoords() to specify which information should be included in the output
- GdPicturePDF: GetPageTextWithCoordsEx method marked as deprecated
- New enumeration TextExtractionOutputInfo
- DocuVieware: Various UI Improvements
- DocuVieware: Improved support with stylus devices
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.56
- Improved MRC engine accuracy
- Improved PDF/A converter engine
- Improved office formats rasterizer engine
- Improved PDF rasterizer engine
- Improved PDF/OCR accuracy
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.55
GdPicturePDF:
- New method RemoveAllText()
- New method SetTextDecorationStyle()
- New method SetTextUnderlineStyle()
- New method SetTextUnderlineWidth()
- New method SetTextUnderlineColor()
- New method SetTextUnderlineDistance()
- new overload SetSignatureText() to specify text decoration style of the text
- DrawTextUnderline methods marked as deprecated

- New enumeration PdfTextDecorationStyle
- New enumeration PdfTextUnderlineStyle
- Automatic conversion of Interleaved2Of5 barcode value to Febraban digital line
- Improved PPTX and DOCX rasterizer engines
- Added special context support into the OCR engine
- GdPictureOCR: new overloaded method RunOCR() to specify a special context
- New OCRSpecialContext enumeration
- Improved MRC engine accuracy
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.54
- Improved PDF text extraction engine
- Improved PPTX rasterizer engine
- Improced OCR engine accuracy
- PDFReducerConfiguration: New configuration option member RemovePagePieceInfo
- GdPicturePDF: New method DeletePagePieceInfo()
- GdPicturePDF: New method HasInvisibleText()
- ThumbnailEx: New method SetItemToolTipText()
- Improved JPEG2000 image decoder
- DocuVieware: new JavaScript function GetAnnotBBoxOnViewer()
- DocuVieware: new digital signature snap-in
- DocuVieware: new property ShowDigitalSignatureSnapIn


GdPicture.NET SDK 14.1.53
- Implemented support for PPTX (Preview)
- Improved XLSX rasterizer engine
- Improved MRC engine accuracy and speed
- Improved 1D & 2D barcode reader accuracy
- Improved OCR automatic orientation detection
- Improved TWAIN support with memory transfer mode
- GdPicturePDF: new overload AddRedactionRegion() to specify transparency value of the region color
- GdPicturePDF: Improved Redaction Engine
- GdPicturePDF: Improved form fields Unicode support
- GdPicturePDF: Improved font substitution for CJK text rendering
- DocuVieware: Improved annotation rendering support
- DocuVieware: new JavaScript function: RegisterOnAnnotationMoved()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.52
- Improved tiff codec to decode some malformed documents
- Improved support for large linearized PDF creation (more than 2GB files)
- Improved PDF & Office format rasterizers
- Improved 1D barcode reader accuracy
- Improved OCR automatic orientation detection
- Improved OCR accuracy
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.51
- DocuVieware class: new method GetDocuViewareControl()
- DocuVieware & DocuViewareControl classes: new method RegisterCertificate()
- DocuVieware & DocuViewareControl classes: new method ResetCertificates()
- DocuVieware: new JavaScript function SetAnnotationsVisibility()
- GdPicturePDF: Fixed minor issues in parsing engine
- Improved PDF & Office format rasterizers
- GdViewer: dramatically improved text selection and extraction for right-to-left text based documents
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.50
- GdPicturePDF & DocuVieware: Improved redaction precision for text objects
- DocuVieware: New JavaScript function: ResetSelectedTextContextMenu
- Improved PDF rasterizer engine
- Improved .NET Core editions interfaces
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.49
- Improved PDF/OCR generation
- Improved office format rendering engines
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.48
- Improved PDF rasterizer engine
- Improved PDF generator engine
- Improved office formats rasterizer engine
- Improved loading speed of large office files
- Improved support for more than 4 GB PDF files
- GdPictureSegmenter: new method SetROI()
- GdPictureSegmenter: new method ResetROI()
- GdPicturePDF: Improved resource optimization in RemoveUnusedResources method
- GdPicturePDF: Improved text extraction and search for right-to-left text based documents
- DocuVieware: Improved performances with large documents
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.47
- Improved office formats rasterizer engine
- GdPicturePDF: Improved redaction precision on text objects
- Improved OCR accuracy and speed
- DocuVieware: New JavaScript function SelectRedactionSnapIn()
- DocuVieware: New JavaScript function RegisterOnRedactionMarksApplied()
- DocuVieware: New JavaScript function HasPendingRedactionMark()
- DocuVieware: New javaScript function ExitAnnotationDrawingMode()
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.46
- Improved OCR engine accuracy and speed
- Dramatically improved RTL text support in office format rasterizers
- General improvements on office format rasterizers
- DocuVieware: Added redaction support. (New redaction snap-in + set of features / API)
- DocuVieware: new .NET property ShowRedactionSnapIn
- DocuVieware: new .NET method ApplyAllRedactions()
- DocuVieware: new JavaScript function RedactSelectedText()
- DocuVieware: new JavaScript function ApplyAllRedactions()
- DocuVieware: new JavaScript function AddRedactionMarkAnnotInteractive()
- GdPicturePDF: Improved redaction precission
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.45
- Dramatically improved OCR accuracy
- GdPicturePDF: new overload AddRedactionRegion() to specify color for each added region
- GdPicturePDF: Fixed minor issues in Annotation Flattening for FreeText Annotations
- GdPicturePDF: Improved Redaction Engine
- GdPicturePDF: Improved PDF/A converter engine
- Improved Office formats rasterizer engine
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.44
This is mostly an emergency update causing regressions:
- Bad assembly version
- Adding item to ThumbnailEx control was not working anymore
- OCR with automatic page orientation was raising exception in particular situations

Enhancements:
- Improved PDF rendering
- DocuVieware: Improved displaying of document having different page sizes


GdPicture.NET SDK 14.1.43
- Improved MRC accuracy
- Improved OCR accuracy
- Improved QrCode reader accuracy
- Improved memory management
- Improved office formats rasterizer engine
- Improved PDF/A converter engine
- GdPictureDocumentUtilities: new overload GetDocumentPreview to specify if thumbnail must be generated without any margin
- GdPicturePDF: new method RemoveHiddenText()
- GdPicturePDF: new method ClearCachedResources()
- GdViewer (WinForms & WPF): new method AddRedactionAnnotInteractive()
- DocuVieware: reduced memory usage
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.42
- Added new annotation type: AnnotationRedactio
- AnnotationManager: new method AddRedactionAnnot()
- GdPicturePDF: new method Repair()
- DocuVieware: improved TWAIN scanning support
- Improved MRC engine
- Improved MRC engine accuracy and speed
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.41
- GdPictureOCR: new method GetPageRotation()
- GdPictureOCR: new method GetPageSkewAngle()
- GdPictureOCR: new mehod GetBlockOrientation()
- Improved MRC engine accuracy
- Improved OCR engine accuracy
- DocuVieware: improved page transfer speed
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.40
- Added PDF redaction support
- Dramatically improved OCR engine accuracy
- Improved MRC engine accuracy & speed
- Improved OMR engine accuracy
- Improved SVG rendering engine
- GdPictureOCR: new property EnablePreprocessing
- GdPictureOCR: new method GetWordConfidence()
- GdPictureOCR: new method GetSerializedResult()
- GdPicturePDF: new method SetOcrPageOrientationDetection()
- GdPicturePDF: new method AddRedactionRegion()
- GdPicturePDF: new method ApplyRedaction()
- GdPicturePDF: new method ClearRedactionRegions()
- New enumeration OCRBlockOrientation
- DocuVieware: new property ImageQuality
- Improved rendering speed
- Improved font substitution mechanism for all formats
- Battery of minor bug fixes


GdPicture.NET SDK 14.1.39
- Improved MRC engine
- Improved OMR engine speed and accuracy
- Dramatically improved PDF/OCR generation
- Improved SVG rendering engine
- Improved patch code reader accuracy
- Added support for external OCR engine usage during PDF/OCR generation
- DocuVieware: new property DisableAnnotationPrinting
- GdPicturePDF: new method MergePages()
- GdPicturePDF: new method SetOverrideOcrEngine()
- GdPicturePDF: new method GetOverrideOcrEngine()
- GdPicturePDF: new event ExternalOcrPageRequest
- New class added: PdfOcrOptions


GdPicture.NET SDK 14.1.38
- Improved SVG rendering engine
- Improved digital signing support with the .NET core edition
- Dramatically Improved MRC engine: accuracy, speed and produced document quality
- Dramatically improved OCR speed and accuracy
- Improved .NET Core 3 edition. (now based on the final .NET core 3.0 release)
- DocuVieware: new JavaScript function LoadFromBase64()
- Battery of minor bug fixes

iTransor for WhatsApp 3.9.0 查看版本資訊

更新時間:2020-11-28
更新細節:

BS.Player 2.75 Build 1089 查看版本資訊

更新時間:2020-06-15
更新細節:

CudaText 1.96.0.1 (64-bit) 查看版本資訊

更新時間:2020-02-24
更新細節:

What's new in this version:

Add:
reworked strings storage system:
- it takes less memory for ASCII text lines
- for non-ASCII lines, it takes more memory, but it works much faster, so scrolling in smoother

- rendering speed much increased at the end of huge lines (length>1M)
- toggling word-wrap speed much increased on huge lines
- bracket finder ignores long lines (length>500)
- plugin Tabs List: command "Tabs List / Open" focuses plugin; plugin handles Enter/Space keys
- lexer VBScript improved
- lexer Ini improved

Fix:
- app didn't handle errors in plugins and crashed on them
- app had saved redundant information to session files (now session files will be smaller)
- for files loaded from session, app didn't save history (caret position, etc)
- error after "Plugins / Sort / Remove blank lines"

CudaText 1.95.0 (64-bit) 查看版本資訊

更新時間:2020-02-19
更新細節:

What's new in this version:

add:
- RegExpr engine updated, with lot of patches, see https://github.com/andgineer/TRegExpr/blob/master/History.txt
- Python API speed optimized again (thanks @Artem3213212)
- can scroll tab captions (when they don't fit) by mouse wheel
- lexer Lua improved

change:
- lexer PowerShell removed to add-ons
- removed option "ui_console_compact"
- reworked internal manager of side/bottom panels

fix:
- lexers HTML/PHP/XML produced elements with newlines which gave some slowdown
- command "find next" with regex and zero-length match
- regex replace to " " in single line file
- regex replace to " "
- broken code-tree look if "ui_tab_position" is left/right
- macro recording gave error when Find dialog button was pressed
- editor restored bad scroll pos, on opening file from command line with wrap=on (years old bug)

MyPaint 2.0.0 (64-bit) 查看版本資訊

更新時間:2020-02-16
更新細節:

What's new in this version:

- Full Python3 support (Python2 still supported)
- Tons of style consistency updates (flake8)
- Switch to PyGI
- New ability to simplify nodes in Inking tool
- New ability to delete autosaves from recovery dialog
- Improved user messages
- Scratchpad no longer scrolls on size changes
- Integrated bug reporting w. issue template
- Use external libmypaint (>= 1.5)
- Most (possibly all) IO uses context managers
- Layer manipulability dependent on visibility
- Brush description shown in tooltip in quick choice dialog
- AppImage builds added
- Move build to setuptools/distutils
- New keyboard shortcuts/defaults
- New symmetry modes (vertical, vert+horz, rotational, snowflake)
- Flatpak support added (currently not functional?)
- Maximum input mapping curve points increased to 64
- Curve editor points snaps on 0.5 increments
- Input curve reset button clears the graph
- New Import Layers feature
- Zoom and view-rotation-dependent painting
- New debug command: Vacuum Empty Tiles
- Progress feedback for loading/saving
- New Layer Properties dialog
- New separate H/C/Y pickers
- Per-document settings
- New Layer Views
- Layer rendering code reworked
- New Remove Layer Backdrop command
- New Refactor Layer Group commands
- Linear compositing
- Spectral mixing (pigment mode)
- Ability to emulate inputs with modifier keys
- Support for barrel rotation input
- Floodfill performance improved
- Offset, feathering and gap detection added to Floodfill
- Source, blend mode and opacity added to Floodfill
- Erase / Lock Alpha / Colorize modes respected by Floodfill
- Floodfill is now cancellable
- Configurable layer blinking on layer switching
- Fix crash when moving empty layer group
- Interface language configurable in user preferences
- Add version info to .ora files and compatibility checks
- Bundled backgrounds optimized for size
- Lots of bugs, crashers and other annoyances fixed

SoftEther VPN Gate Client Plugin 2019.01.13 Build 9731 查看版本資訊

更新時間:2020-01-17
更新細節:

Kite 1.2020.116.0 查看版本資訊

更新時間:2020-01-17
更新細節:

What's new in this version:

Kite 1.2020.116.0
- Change log not available for this version


Kite 1.2020.115.0
- Change log not available for this version


Kite 1.2020.113.0
- Change log not available for this version


Kite 1.2020.109.0
- Change log not available for this version


Kite 1.2020.107.0
- Change log not available for this version


Kite 1.2019.1217.0
- Change log not available for this version


Kite 1.2019.1213.1
- Change log not available for this version


Kite 1.2019.1211.1
- We’ve added Dictionary Key Completions to save you time while using dictionaries
- Although Kite does its best to auto-detect your libraries, you can now add more to the Kite index manually using symbolic linking
- Kite continues to index and analyze your code 100% locally, and below is a quick privacy note about what directories Kite explicitly avoids when it looks for Python files
- The Kite for Spyder integration is now available, making Kite a free code completions option in the just-released Spyder 4