From bcab91fa5487cf3ac683b17d9e7f8c2734a1f3b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20Ku=C4=8Dera?= Date: Wed, 21 Feb 2024 15:52:44 +0000 Subject: [PATCH] TFS sync 1676 --- OpenType Inspector/Properties/AssemblyInfo.cs | 25 ++++++++++++++++--- 1 file changed, 21 insertions(+), 4 deletions(-) diff --git a/OpenType Inspector/Properties/AssemblyInfo.cs b/OpenType Inspector/Properties/AssemblyInfo.cs index dde950a..ee0b409 100644 --- a/OpenType Inspector/Properties/AssemblyInfo.cs +++ b/OpenType Inspector/Properties/AssemblyInfo.cs @@ -8,11 +8,11 @@ // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("OpenType Inspector")] -[assembly: AssemblyDescription("")] +[assembly: AssemblyDescription("A tool for exploring OpenType files")] [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("OpenTypeInspector")] -[assembly: AssemblyCopyright("Copyright © 2012")] +[assembly: AssemblyCopyright("Copyright © Jan Kučera 2012-2024")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -51,5 +51,22 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] + +// 2.0.0.0 +// New features: +// - search by characters +// - type characters +// - preserve view filters on font change +// - Alt+X support in character search +// - stop loading fonts on folder change +// - initial GDEF and GPOS support +// - glyph classes +// - 15.1 character names +// - copy file paths from context menu +// - allow dropping fonts without OT features +// Bug fixes: +// - glyph based GSUB crash +// - Search filter surrogates +// - chaining substitutions crash +[assembly: AssemblyVersion("2.0.0.0")] +[assembly: AssemblyFileVersion("2.0.0.0")]