Skip to content

Commit

Permalink
Assembly v 5.0 (1.10.22)
Browse files Browse the repository at this point in the history
  • Loading branch information
adslbarxatov committed Oct 1, 2022
1 parent 36a5ba5 commit 004f7ac
Show file tree
Hide file tree
Showing 29 changed files with 464 additions and 505 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.21
TAG: 5.0

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.
8 changes: 5 additions & 3 deletions .release/Release.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
_Changes for v 4.21_:
_Changes for v 5.0_:
- Implemented the ability to open localized ADP, SCP and Welcome pages;
- Required framework version updated from 4.0 to 4.8;
- Removed obsolete code;
- 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
- Some code refactoring has been performed
7 changes: 6 additions & 1 deletion Changes.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
Geomag data drawer changes log
Geomag data drawer: changes log

Version 5.0:
• Implemented the ability to open localized ADP, SCP and Welcome pages;
• Required framework version updated from 4.0 to 4.8;
• Removed obsolete code

Version 4.21:
• Added the ability to use dates as abscissas: app will convert them to YYYY.r format and display
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# GeomagDataDrawer v 4.21
> PCC: 0012CC6E02D98BB2
# GeomagDataDrawer v 5.0
> PCC: 0012CEB4F6197325

Autonomous utility for plotting and preparing of data diagrams

Автономный инструмент построения и оформления диаграмм


## Annotation (first page of helpfile)
## Annotation (the first page of the user guide)

***Geomag data drawer*** is a software tool for creating diagrams based on tabular data.
Originally created for visualizing the results of experimental measurements. Can now be used for this purpose. But not exclusively.
Expand Down Expand Up @@ -46,7 +46,7 @@ software. Therefore, ***Geomag data drawer*** can be considered a very useful to



## Краткое описание (первая страница файла справки)
## Краткое описание (первая страница руководства пользователя)

***Geomag data drawer*** – программное средство, предназначенное для построения диаграмм на основе табличных данных.
Изначально создавался как средство визуализации результатов экспериментальных измерений; может и сейчас быть использован с этой целью.
Expand Down Expand Up @@ -87,8 +87,8 @@ Geomag data drawer поддерживает следующие форматы п

## Requirements / Требования

- Windows XP or newer / или новее;
- [Microsoft .NET Framework 4.0](https://microsoft.com/en-us/download/details.aspx?id=17718);
- Windows 7 or newer / или новее;
- [Microsoft .NET Framework 4.8](https://go.microsoft.com/fwlink/?linkid=2088631).
- [Excel data reader libraries](https://github.com/ExcelDataReader/ExcelDataReader) *(optional)*.

Interface languages / языки интерфейса: ru_ru, en_us.
Expand Down
Loading

0 comments on commit 004f7ac

Please sign in to comment.