diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 263917b..e571171 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -16,7 +16,7 @@ jobs: # Константы, используемые далее по тексту env: PROJ: ${{ github.event.repository.name }} - TAG: '5.5.5' + TAG: '5.5.6' steps: # Проверка состава репозитория (без анализа, как может показаться) diff --git a/.release/ExcelDataReader.DataSet.dll b/.release/ExcelDataReader.DataSet.dll new file mode 100644 index 0000000..88e6002 Binary files /dev/null and b/.release/ExcelDataReader.DataSet.dll differ diff --git a/.release/ExcelDataReader.dll b/.release/ExcelDataReader.dll new file mode 100644 index 0000000..767f8da Binary files /dev/null and b/.release/ExcelDataReader.dll differ diff --git a/.release/GeomagDataDrawer.exe b/.release/GeomagDataDrawer.exe new file mode 100644 index 0000000..ad86a83 Binary files /dev/null and b/.release/GeomagDataDrawer.exe differ diff --git a/.release/GeomagDataDrawer_en_us.dph b/.release/GeomagDataDrawer_en_us.dph new file mode 100644 index 0000000..e9706cc --- /dev/null +++ b/.release/GeomagDataDrawer_en_us.dph @@ -0,0 +1,16 @@ +Geomag data drawer is a software tool designed to build diagrams based on tabular data. It was originally created as a means of visualizing the results of experimental measurements; can still be used for this purpose. + +Geomag data drawer supports the Microsoft Office Excel spreadsheets, tabular data in Windows CSV format and data extraction from files of text formats. The app can generate tabular data by running a given numerical range through analytically given function. Finally, it is possible to use text data from the clipboard for plotting. + +In terms of data visualization and processing, Geomag data drawer provides the following main features: +- Construction of diagrams according to the presented data. +- Generation of data for plotting curves from an analytically given function. +- Editing diagram data in the built-in editor. +- Saving data files in Windows CSV format and as raw tabular data. +- Customization of most of the graphic characteristics of diagrams: sizes, placement, colors, fonts, lines, markers, etc. +- Setting your own coordinate plane and independent use of data columns as abscissas and ordinates for each dependence under study. +- Adding additional graphic objects: text labels, rectangles, ellipses and lines. +- Saving diagrams in graphic format .png with the ability to set a sufficiently large output size. This allows you to overcome the limitations of raster graphics when further using the image. +- Saving diagrams in vector formats .svg version 1.1 and .emf, if it is necessary to avoid losses when inserting an image into a printed document, or additional editing of the generated diagram in a vector graphics editor is required. + +Implementation as a standalone application, support for all basic features for editing, building and designing diagrams, flexible settings system, bilingual interface, as well as the ability to store data in its own format eliminates the need to install additional software systems. Therefore, Geomag data drawer can be considered a very useful tool for processing and visualizing tabular data diff --git a/.release/GeomagDataDrawer_ru_ru.dph b/.release/GeomagDataDrawer_ru_ru.dph new file mode 100644 index 0000000..6f3e361 --- /dev/null +++ b/.release/GeomagDataDrawer_ru_ru.dph @@ -0,0 +1,16 @@ +Geomag data drawer – программное средство, предназначенное для построения диаграмм на основе табличных данных. Изначально создавался как средство визуализации результатов экспериментальных измерений; может и сейчас быть использован с этой целью. + +Geomag data drawer поддерживает таблицы Microsoft Office Excel, данные в формате Windows CSV и извлечение данных из файлов текстовых форматов. Программа может генерировать данные диаграммы путём прогона заданного числового диапазона через аналитически заданную функцию. Наконец, возможно использование текстовых данных из буфера обмена для построения диаграмм. + +В части визуализации и обработки данных Geomag data drawer обеспечивает следующие основные возможности: +- Построение диаграмм по представленным данным. +- Генерация данных для построения кривых по аналитически заданной функции. +- Редактирование данных диаграммы во встроенном редакторе. +- Сохранение файлов данных в формате Windows CSV и формате произвольных табличных данных. +- Настройка большинства графических характеристик диаграмм: размеров, размещения, цветов, шрифтов, линий, маркеров и т.д. +- Задание собственной координатной плоскости и независимое использование столбцов данных в качестве абсцисс и ординат для каждой исследуемой зависимости. +- Добавление дополнительных графических объектов: текстовых подписей, прямоугольников, эллипсов и линий. +- Сохранение диаграмм в графическом формате .png с возможностью задания достаточно большого выходного размера. Это позволяет преодолеть ограничения растровой графики при дальнейшем использовании изображения. +- Сохранение диаграмм в векторных форматах .svg версии 1.1 и .emf, если необходимо избежать потерь при вставке изображения в печатный документ, или требуется дополнительное редактирование сформированной диаграммы в редакторе векторной графики. + +Реализация в качестве отдельного приложения, поддержка всех основных возможностей по редактированию, построению и оформлению диаграмм, гибкая система управления, двуязычный интерфейс, а также возможность хранения данных в собственном формате снимает необходимость установки дополнительных программных комплексов. Поэтому Geomag data drawer можно считать весьма полезным инструментом обработки и визуализации табличных данных diff --git a/.release/ICSharpCode.SharpZipLib.dll b/.release/ICSharpCode.SharpZipLib.dll new file mode 100644 index 0000000..fe643eb Binary files /dev/null and b/.release/ICSharpCode.SharpZipLib.dll differ diff --git a/.release/Release.md b/.release/Release.md index 59cae40..b2859ac 100644 --- a/.release/Release.md +++ b/.release/Release.md @@ -1,6 +1,4 @@ -_Changes for v 5.5.5_: -- The offline quick help has been discontinued; +_Changes for v 5.5.6_: +- Added a new version of offline help; - Completed the process of version control unification; -- Fixed problem with `NaN` values on systems with non-English localizations; -- MSO Excel support libraries updated to v 3.6; -- The translation of the complete user guide for the app to English has been completed +- Fixed problem with `NaN` values on systems with non-English localizations diff --git a/Changes.log b/Changes.log index 612320e..65a1453 100644 --- a/Changes.log +++ b/Changes.log @@ -4,6 +4,9 @@ ToDo: - Add the runtime image movement? - Limit for the data editor? +Version 5.5.6: +• Added a new version of offline help + Version 5.5.5: • The offline quick help has been discontinued; • Completed the process of version control unification diff --git a/docs/index.md b/docs/index.md index b1afaf0..c211bd7 100644 --- a/docs/index.md +++ b/docs/index.md @@ -69,10 +69,10 @@ created as a means of visualizing the results of experimental measurements; can still be used for this purpose. Geomag data drawer supports the following data formats: -- ***Microsoft Office Excel ’97 and ’07 Spreadsheets*** (`.xls`, `.xlsx`). Support is provided through additional software +- ***Microsoft Office Excel ’97 and ’07 spreadsheets*** (`.xls`, `.xlsx`). Support is provided through additional software (see section [“Hardware and software requirements and app contents”](#section-42) of this guide). The presence of the installed Microsoft Office software package is not required. -- ***Table data in Windows CSV format*** (`.csv`; separators are semicolons). +- ***Tabular data in Windows CSV format*** (`.csv`; separators are semicolons). - In order to expand the capabilities of the app, the ability to ***extract data from files of text formats*** has also been added. - In addition, the app has its ***own data storage format***, which includes both the diagram data itself, as well as its style and display settings (Geomag data drawer files, `.gdd`).