Skip to content

Commit

Permalink
[BREAKING] Unify single file and folder compression
Browse files Browse the repository at this point in the history
The default extension now is .qs for all compression and decompression.
This is a BREAKING CHANGE.
  • Loading branch information
albertlarsan68 committed May 16, 2022
1 parent 5faacfe commit 4b8f684
Show file tree
Hide file tree
Showing 6 changed files with 163 additions and 251 deletions.
4 changes: 4 additions & 0 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,13 @@ lto = "thin"
[profile.tiny]
inherits = "release"
opt-level = "z"
lto = true
codegen-units = 1

[profile.fast]
inherits = "release"
lto = true
codegen-units = 1

[build]
rustflags = ["-Ctarget-cpu=native"]
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### !!!⚠️!!! BREAKING CHANGE

- Now, there is no difference between single file and diretories storage, all saves as `.qs` files.

### Changed
- Change to the CLI to support multiple files or directories at once
- !!!⚠️!!! BREAKING CHANGE: the default extension changed from `.cs*` to `.qs*`

## [1.0.0] - 2022-02-28

Expand Down
Loading

0 comments on commit 4b8f684

Please sign in to comment.