Skip to content

Commit

Permalink
Update changelog and local build script for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusGrass committed Jul 9, 2022
1 parent 3643e14 commit 2e68e3b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .local/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,3 @@ if [[ "lto" == $MODE ]]; then
/usr/bin/cargo b -p pgwm --profile "$MODE" --features $FEATURES --target x86_64-unknown-linux-musl && install target/x86_64-unknown-linux-musl/lto/pgwm "$INSTALL_PATH"
exit 0
fi

if [[ "lto" == $MODE ]]; then
/usr/bin/cargo b -p pgwm --profile "$MODE" --features $FEATURES --target x86_64-unknown-linux-musl && install target/x86_64-unknown-linux-musl/lto/pgwm "$INSTALL_PATH"
exit 0
fi
10 changes: 9 additions & 1 deletion Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Fixed

### Added

### Changed

## [v0.2.0] - 2022-07-09

### Fixed
- Splitting text on a char boundary caused a panic in some cases while using the tabbed mode
Expand All @@ -23,7 +30,8 @@ but a type containing a path to the specific font to be rendered and a pixel siz
This is because libXft took care of that through fontconfig before, but now that dependency is gone.
- No more unsafe code.
- No c-library dependencies, can be built and statically linked, down to a ~2Mb binary with musl, and ~2Mb USS/PSS/RSS RAM footprint
- Reworked the connection to be lighter and faster
- Reworked the connection to be lighter and faster, eventual severe bugs in the implementation
will cause a panic in debug and a freeze otherwise
- Now exclusively uses Unix-sockets, no TCP is available

## [v0.1.0] - 2022-04-09

0 comments on commit 2e68e3b

Please sign in to comment.