Skip to content

Commit

Permalink
add history to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alanphys committed Jan 14, 2025
1 parent 6fe5a82 commit 22918ef
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
12 changes: 11 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ There are three normalisation modes. None, CAX or maximum. Normalisation places
9) Release notes
These detail new or changed functionality in BeamScheme. Please see the History for bug fixes.

Version 1.02
Documentation is now listed on ReadTheDocs. High DPI awareness is enabled.

Version 1.01
FFF parameters according to NCS-70 have been included. Extensive testing of the maths functions has been added. Additional protocol validation has been added. The help web server has been removed. Help is now served directly from file. This version can be run from a single directory such as a usb disk.

Expand Down Expand Up @@ -279,5 +282,12 @@ Version 1.00 released 7/2/2023
14/12/2023 add top and peak slope to FFF params
18/12/2023 look for config file in program dir as well
remove web server for help
5/1/2024 fix max pos 1D param
5/1/2024 fix max pos 1D param
fix behaviour on invalid protocol
Version 1.01 released 8//1/2024
11/4/2024 fix profile move on image click
2/5/2024 refactor about unit
enable high dpi awareness
13/1/2025 fix windows floating point exception
fix exit crash if settings dir does not exist
Version 1.02 released 14/1/2024
7 changes: 6 additions & 1 deletion source/bsunit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,12 @@
18/12/2023 look for config file in program dir as well
remove web server for help
5/1/2024 fix max pos 1D param
fix behaviour on invalid protocol}
fix behaviour on invalid protocol
11/4/2024 fix profile move on image click
2/5/2024 refactor about unit
enable high dpi awareness
13/1/2025 fix windows floating point exception
fix exit crash if settings dir does not exist}


{$mode objfpc}{$H+}
Expand Down

0 comments on commit 22918ef

Please sign in to comment.