You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG
+25-16Lines changed: 25 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -1,25 +1,34 @@
1
-
### Version Unreleased - 09.11.2017 09:46 UTC
2
-
* Replaced creating consolas and cambria fonts by getting them from private font collection (hopefully it will finally resolve all missing fonts issues) (#99)
3
-
* Missing fonts runtime resolution will enable user to install all missing fonts (just in case above solution will not work) (760d950, 8e49437)
4
-
* Migrated to new csproj format (.NET Core SDKs)
5
-
* Introduced Cake automated builds
6
-
* Continous integration and continous delivery wiht publishing artifacts on AppVeyor and Travis CIs (#83)
7
-
* Optimized the way scripting examples are restored
8
-
* Cleanup of unnecessary resources (makes views loading faster)
9
-
* Moved away from fat resx WinForms designer based localization architecture (makes views loading faster) (#89)
1
+
### Version 2.3.0 - 12.11.2017 22:38 UTC
2
+
3
+
*New installer, performance and stability*
4
+
5
+
### Major changes
10
6
* One installer for both NET40 and NET461 builds (#62)
11
7
* New installer based on Wix with splash screen working on Windows XP, bootstrapping (#19, #26, #97) (removed dependency on InstallShield)
8
+
9
+
### Fixed bugs
10
+
* Replaced creating consolas and cambria fonts by getting them from private font collection (hopefully it will finally resolve all missing fonts issues) (#99)
11
+
* Missing fonts runtime resolution will enable user to install all missing fonts (760d950, 8e49437)
12
+
* Fixed potentially critical issue with permissions to remove corrupted settings file (b1f5abb)
13
+
* Fixed bug which caused rectangle method to return the same results as trapezoidal method (8b9ec1cb3350fcb1775d25576b74348abe5c8b96)
14
+
* Fixed issue with newline in scripting (299052f0c294a75cc714f67d6f511845053806c2)
12
15
* Fixed exe shortcut icon looking small on Vista Sp2 (#93)
16
+
* UWP: More graphical assets should provide better UX on high DPI scenarios (0fe5ae0)
17
+
18
+
### Performance
19
+
* Improved greatly startup performance (partly because of less resources to load (new localization architecture) but also new version of Unity container)
20
+
* Cleanup of unnecessary resources (makes views loading faster)
21
+
* Moved away from fat resx WinForms designer based localization architecture (makes views loading faster) (#89)
22
+
* Optimized the way scripting examples are restored
23
+
24
+
### Quality
25
+
* Migrated to new csproj format (.NET Core SDKs)
26
+
* Introduced Cake automated builds
27
+
* Continous integration and continous delivery with publishing artifacts on AppVeyor and Travis CIs (#83)
13
28
* Computator.NET.Core should not reference Computator.NET.Charting (#51)
14
29
* All desktop specific logic (except Charting) has been moved to Computator.NET.Desktop project (executables are now just tiny wrappers)
15
30
* On Unix moved to Mono 5.4.x
16
-
* Fixed issue with newline in scripting (299052f0c294a75cc714f67d6f511845053806c2)
17
-
* Fixed bug which caused rectangle method to return the same results as trapezoidal method (8b9ec1cb3350fcb1775d25576b74348abe5c8b96)
18
-
* refactoring: whole autocomplete / functionInfo / functions.xml area needs serious refactoring and restructuring (#77)
19
-
* UWP: more graphical assets should provide better UX on high DPI scenarios (0fe5ae0)
20
-
* Fixed potential issue with permissions to remove corrupted settings file (b1f5abb)
21
-
* Improved greatly startup performance (partly because of less resources to load (new localization architecture) but also new version of Unity container)
22
-
* Updated and optimized libraries
31
+
* Refactoring: whole autocomplete / functionInfo / functions.xml area needs serious refactoring and restructuring (#77)
<uap:VisualElementsDisplayName="Computator.NET"Description="Computator.NET is a unique open numerical software that is fast and easy to use and stands up to other feature-wise software."BackgroundColor="transparent"Square150x150Logo="Assets\Square150x150Logo.png"Square44x44Logo="Assets\Square44x44Logo.png">
<uap:VisualElementsDisplayName="Computator.NET"Description="Computator.NET is a unique open numerical software that is fast and easy to use and stands up to other feature-wise software."BackgroundColor="transparent"Square150x150Logo="Assets\Square150x150Logo.png"Square44x44Logo="Assets\Square44x44Logo.png">
0 commit comments