Skip to content

Releases: FreedTapestry21/Foxite

Foxite v2.0

07 Jan 23:19
Compare
Choose a tag to compare

What's new?

What's new in version 2.0 of Foxite?

  • Removed all useless features so that it's actually practical.
  • Updated error messages.
  • Updated help message.

Full Changelog: 1.1.0...2.0

Foxite v1.1.0

06 Oct 09:04
Compare
Choose a tag to compare

What's new?

What's new in the first release of Foxite?

Web server

Patched an issue where the HTTP header wasn't send.

Build-in API

Removed due to lack of functionality.

Simple to modify and understand

Foxite is build on Python, a easy to learn programming language.
This makes it easy to modify and understand the code.
You can easily edit the source code by just opening one of the files in your IDE of choice.

Get started

Get started by just downloading the source code and opening the app.py file from Python or your terminal.

Full Changelog: https://github.com/FreedTapstry21/Foxite/commits/1.1.0

Foxite v1.0.0

02 Oct 15:15
289a564
Compare
Choose a tag to compare

What's new?

What's new in the first release of Foxite?

Web server

The web server is fully functional and build-in.
It includes a build-in webpage for testing. (index.html)
You can change the web directory in the settings file.

Build-in API

The build-in API is only capable of processing simple requests.
For example, the version (/api/version), the license (/api/license) or the author (/api/author).

Simple to modify and understand

Foxite is build on Python, a easy to learn programming language.
This makes it easy to modify and understand the code.
You can easily edit the source code by just opening one of the files in your IDE of choice.

Get started

Get started by just downloading the source code and opening the app.py file from Python or your terminal.

Full Changelog: https://github.com/FreedTapstry21/Foxite/commits/1.0.0