Skip to content

Commit

Permalink
release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
DSchroer committed Jan 14, 2024
1 parent e9bb23b commit a4d725e
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,27 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [v0.0.3]

### Added
- `slice` operator to take cross-sections of 3D parts
- `offset` operator to modify a 2D part
- Ability to skip the parameter name in `->` operations
- Ability to skip the parameter name by parameter order
- `--log` parameter to set the log level
- `--preview` parameter to view the preview window
- WASM build for browser support
- Import from `stl` file
- Import from `ini` file
- Export to `3mf` format
- Export to `raw` format

### Changed
- Removed editor by default

### Removed
- Export to `txt` file
- Export to `stl` file

## [v0.0.2] - 2023-03-10

Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/dslcad/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dslcad"
version = "0.1.0"
version = "0.0.3"
edition = "2021"
default-run = "dslcad"

Expand Down
2 changes: 1 addition & 1 deletion crates/preview/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "preview"
version = "0.1.0"
version = "0.0.3"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit a4d725e

Please sign in to comment.