Skip to content

Commit

Permalink
Assembly v 4.18 (8.08.22)
Browse files Browse the repository at this point in the history
  • Loading branch information
adslbarxatov committed Aug 7, 2022
1 parent 8bd644a commit 3536f22
Show file tree
Hide file tree
Showing 25 changed files with 556 additions and 430 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
# Константы, используемые далее по тексту
env:
PROJ: GeomagDataDrawer
TAG: 4.20.2
TAG: 4.21

steps:
# Проверка состава репозитория (без анализа, как может показаться)
Expand Down
Binary file added .release/ExcelDataReader.DataSet.dll
Binary file not shown.
Binary file added .release/ExcelDataReader.dll
Binary file not shown.
Binary file added .release/GeomagDataDrawer.exe
Binary file not shown.
Binary file added .release/ICSharpCode.SharpZipLib.dll
Binary file not shown.
10 changes: 4 additions & 6 deletions .release/Release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
_Changes for v 4.20.2_:
- Fixed the bug that affected the file association method;
- Parsing methods for ADP and projects descriptions have been upgraded;
- Current updates and improvements applied;
- Implemented the updates downloading directly from the “About the app” interface. This function requires DPModule. It allows you to download DPModule if it was not previously installed;
- User manual has been rewritten and now available online
_Changes for v 4.21_:
- Added the ability to use dates as abscissas: app will convert them to `YYYY.r` format and display in correct format on the diagram. The corresponding number format for Ox and Oy axes has been added to the settings panel;
- Some code refactoring has been performed;
- Fixed the bug that affected the file association method
7 changes: 5 additions & 2 deletions Changes.log
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
Geomag data drawer changes log

ToDo:
- Add the ability to use dates as abscissas: convert them to YYYY,r and show as normal
Version 4.21:
• Added the ability to use dates as abscissas: app will convert them to YYYY.r format and display
in correct format on the diagram. The corresponding number format for Ox and Oy axes has been
added to the settings panel;
• Some code refactoring has been performed

Version 4.20.2:
• Fixed the bug that affected the file association method
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# GeomagDataDrawer v 4.20.2
> PCC: 0012CC9822219C45
# GeomagDataDrawer v 4.21
> PCC: 0012CC6E02D98BB2

Autonomous utility for plotting and preparing of data diagrams
Expand Down
28 changes: 0 additions & 28 deletions src/AxesPlacements.cs

This file was deleted.

33 changes: 0 additions & 33 deletions src/DataInputTypes.cs

This file was deleted.

44 changes: 0 additions & 44 deletions src/DataOutputTypes.cs

This file was deleted.

58 changes: 0 additions & 58 deletions src/DiagramAdditionalObjects.cs

This file was deleted.

Loading

0 comments on commit 3536f22

Please sign in to comment.