Skip to content

Commit

Permalink
a new version update
Browse files Browse the repository at this point in the history
  • Loading branch information
jvo203 committed Mar 28, 2024
1 parent 22d7bfd commit d85c897
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
## [5.1.0] - 2024-0?-??
## [5.1.0] - 2024-03-28

* changed the display of the approximate size of FITS cut-outs to the _*IEC binary*_ format (i.e. MiB, GiB, TiB, etc.)
* switched the display of the FITS file size to _*IEC binary*_
* improved automatic hiding of the newly-opened empty tab upon performing FITS cut-outs (browser dependent)
* re-wrote the _*server-side*_ real-time WebSocket communication between the server and the web browser (replaced the _*mongoose*_ C networking library with a custom C code loosely based on _*libmicrohttpd_ws*_)
* added reference counting to the FORTRAN _*FITS dataset*_ derived type
* out of _*beta*_ into _*stable*_ operation and maintenance, receiving bug fixes, tweaks and new features
* re-compiled the _*WebAssembly*_ with the latest _*emscripten*_ compiler
* out of _*beta*_ into _*stable*_ operation and maintenance, receiving bug fixes, tweaks and improvements

---

Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#pragma once

#define VERSION_MAJOR 5
#define VERSION_MINOR 0
#define VERSION_SUB 57
#define VERSION_MINOR 1
#define VERSION_SUB 0

#define STR_HELPER(x) #x
#define STR(x) STR_HELPER(x)
Expand Down

0 comments on commit d85c897

Please sign in to comment.