Skip to content

Commit

Permalink
release's update
Browse files Browse the repository at this point in the history
  • Loading branch information
mvac7 committed Jun 7, 2022
1 parent 8455aeb commit 7e934d5
Show file tree
Hide file tree
Showing 19 changed files with 378 additions and 307 deletions.
4 changes: 2 additions & 2 deletions Docs/HOWTO.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# ByteniZ3R devtool DOC
#### version 0.9.16b
#### version 0.9.17b

---
## Index
Expand Down Expand Up @@ -104,7 +104,7 @@ The graphical interface is designed to be used in a top-down flow.

You can start by giving the project a name and information about it (version, author and description), although it is optional.

The next step will be to choose the type of data (waveform or noise) that we want to generate and modify its properties.
The next step will be to choose the type of waveform that we want to generate and modify its properties.

Now you must configure the output format, indicating the programming language and the numerical system (decimal, hexadecimal or binary).

Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ You should have received a copy of the GNU General Public License along with thi

## History of versions

This application started as a tool that generated tables of random numbers that I used for the development of the visual effects application veejingSX for MSX computers.
This application started in the year 2013 as a tool called BytesGen, to generate tables of random numbers.
I used it for the development of the visual effects application veejingSX for MSX computers.

Later I would add the option to load binary files and dump them in tables formatted for different programming languages.

Expand All @@ -98,7 +99,7 @@ The decision to remove the binary load is due to the fact that I have been devel
This functionality is no longer required.


### ByteniZ3R v0.9.n (2022).
### ByteniZ3R v0.9.17 (7 June 2022)

- Removed binary file handling function. (Apps for this feature will be available soon.)
- Removed compress data (No compression is obtained with this data type)
Expand All @@ -110,7 +111,7 @@ This functionality is no longer required.
- Add binary number system in output data settings.


### ByteniZ3R v0.9.1b (August 2021).
### ByteniZ3R v0.9.1b (August 2021)

- Save/Load Project File.
- Add Project Info
Expand Down
Binary file modified _Release/ByteniZ3R.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions _Release/ByteniZ3R_readme.TXT
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ByteniZ3R devtool

Short: Waveform data table generator.
Author: mvac7
Version: 0.9.16b
Version: 0.9.17b
Architecture: Microsoft .Net Framework 4.0
Programming language: Visual BASIC .net
License: GNU General Public License v3
Expand Down Expand Up @@ -118,8 +118,8 @@ The graphical interface is designed to be used in a top-down flow.
You can start by giving the project a name and information about it (version,
author and description), although it is optional.

The next step will be to choose the type of data (waveform or noise) that we
want to generate and modify its properties.
The next step will be to choose the type of waveform that we want to generate
and modify its properties.

Now you must configure the output format, indicating the programming language
and the numerical system (decimal, hexadecimal or binary).
Expand Down
23 changes: 7 additions & 16 deletions sources/AboutWin.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion sources/ByteniZ3R.vbproj
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,6 @@
<ItemGroup>
<Content Include="ByteniZ3R.ico" />
<None Include="Resources\save_as3_x24.png" />
<None Include="Resources\arrow_left_24blue.png" />
<None Include="Resources\piXel_panel_XL_up_waveform.png" />
<None Include="Resources\piXel_panel_XL_mid.png" />
<None Include="Resources\piXel_panel_XL_down.png" />
Expand Down
Loading

0 comments on commit 7e934d5

Please sign in to comment.