Skip to content

Commit

Permalink
- Remove git commit hashes from CHANGELOG.md (it breaks the build)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrivers committed Apr 23, 2023
1 parent 4c72cd5 commit af1acbf
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,31 +7,31 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

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

- 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
## [0.8.0] - 2023-04-06

- 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
## [0.7.0] - 2023-04-04

- 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
## [0.6.0] - 2023-04-03

- 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
## [0.5.0] - 2023-03-26

- Officially licensed as GPLv3.
- Improved documentation.
Expand All @@ -42,23 +42,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Added `http calc-check-code` command.
- Added `http calc-sec-code` command.

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

- 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
## [0.3.0] - 2023-03-12

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

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

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

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

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

0 comments on commit af1acbf

Please sign in to comment.