Skip to content

Releases: MisterMjir/pTable

2.3.0

31 Dec 20:52
Compare
Choose a tag to compare

Skipping 2.2.0!

All changes are under the hood, now there is a res folder which has a table.csv with the table data.

Installation

Windows

  1. Download pTable_windows.zip
  2. Extract the zip
  3. If you move the program, make sure you keep the .exe, .dll, and the res folder in the same place

Linux

Prerequisites: CMake build system

  1. Download the source code
  2. Extract the source code
  3. Run $ cmake . to get a Makfile
  4. Run make to build everything
  5. When running the program, the current working directory should be one level outside the executable, run $ ./bin/pTerminal

Android

  1. Download apk
  2. Go to the location of the download
  3. Install the apk

2.1.1

23 Dec 18:28
Compare
Choose a tag to compare

Fixed Crash in 2.1.0. Also cleaned up code and made the element structs use less memory by switching to int8_ts instead of ints.

Warning

There is buggy output with this version, forgot to cast the int8s to (int) for std::cout.

2.1.0

22 Dec 22:33
Compare
Choose a tag to compare

Skipping 2.0.0! (That just changed the project from simply an app to a dynamic library). Added radius for comparison.

Note that there is now a .dll file for windows (since it's a shared library now) so make sure the .dll is in the same folder as the .exe

Warning

This release has a crash (#4) when you type in help as an argument for a command that takes no arguments. It is highly recommended that you use a different version.

1.1.1

14 Dec 23:51
Compare
Choose a tag to compare

Fixes the crash in 1.1.0 where typing just the command name crashes the application

Installation

Windows

Install the .exe

You can also build this is you want by using MinGW and Windows GNU Make (If you don't know what this means just use the executable)

Linux

Install the source and run $ make where you installed pTable

Run by using ./ptable where ptable is located

1.1.0

14 Dec 19:56
Compare
Choose a tag to compare

Elements now have Electronegativity values! Also added a compare command so you can compare these electronegativity values.

Warning

This version has a known bug (#2) where typing just the command name crashes the program if the command takes arguments. It is highly recommended that you install a different version.

Initial Release!

28 Nov 02:00
Compare
Choose a tag to compare

First Release

First release of pTable. Very limited features, more coming soon but no memory leaks!

For Windows

Just install the .exe and run it

For Linux

Install the zip and run make