Skip to content

Commit

Permalink
* Updated changelog with historic version details, up to 0.9.0, the …
Browse files Browse the repository at this point in the history
…current version.
  • Loading branch information
chrivers committed Apr 23, 2023
1 parent efb9ad4 commit 4c72cd5
Showing 1 changed file with 54 additions and 1 deletion.
55 changes: 54 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,58 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.0] - 2023-04-07
## [0.9.0] - 2023-04-17 efb9ad4905927db5930ba4049538cc15822c7137

- First version with github actions for building docker image. (thanks to @cisien)
- Add python version checking code, to prevent confusing errors if python version is too old.

## [0.8.0] - 2023-04-06 3dce962e60948e4e9cf4f042c47a6034df3cb93b

- First version with built-in webserver! (thanks to @lazemss for the idea and proof-of-concept)
- Webserver implements a few OctoPrint endpoints, allowing printing directly from PrusaSlicer.
- Added static web contents, including step-by-step guide for setting up PrusaSlicer.

## [0.7.0] - 2023-04-04 c55fd512dae111960d870c37e100c666b7ab8181

- First version with camera streaming support!
- Fixed many bugs in the file upload code, including ability to send files larger than 512K.
- Fixed file transfers on Windows platforms.

## [0.6.0] - 2023-04-03 52ee8cb008c8d26046bda9034b6408292e58c3e8

- First version that can send print jobs to the printer over pppp!
- Completely reworked pppp api implementation.
- Added support for upgrading config files automatically, when possible.
- Major code refactoring and improvements.

## [0.5.0] - 2023-03-26 92c6c67ef048bb5c75f8aad6dd61363493b1f05b

- Officially licensed as GPLv3.
- Improved documentation.
- Much improved documentation (thanks to @austinrdennis).
- Added `mqtt gcode` command, making it possible to send custom gcode to the printer!
- Added `mqtt rename-printer` command.
- Added `pppp lan-search` command.
- Added `http calc-check-code` command.
- Added `http calc-sec-code` command.

## [0.4.0] - 2023-03-22 746e0688c4c8fab28d15e118b8f1f79e5c83f4f3

- First version with the command line tool: `ankerctl.py`.
- Added `mqtt monitor` command.
- Added `config import` command.
- Added `config show` command.
- Many fixes and improvements from @spuder.

## [0.3.0] - 2023-03-12 b1b14564d77feda88a3e98b8e6288ba7d29bde1d

- Examples moved to `examples/`.
- Added example program that imports `login.json` from Ankermake Slicer.

## [0.3.0] - 2023-03-09 3e0d5a31bf14768846cefb223d362a390cc22ab5

- First version with a demo program, showing how to parse pppp packets.

## [0.1.0] - 2023-03-07 11e025ba956c06f9f64813e442ab6814c04ff17c

- Early code for libflagship, and first version with a README.

0 comments on commit 4c72cd5

Please sign in to comment.