Skip to content

Commit

Permalink
6.0.7
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolaiwarner committed Mar 30, 2021
1 parent 59e0119 commit 39c7b02
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Changelog

All notable changes to this project will be documented in this file.
## [6.0.7] - 2021-03-30
### Added
- Added channel archiving feature. Thanks @nikolaiwarner!
- Added frameless window style to MacOS client. Thanks @gronis!
### Fixed
- Fixed issues with message list scroll position! Thanks @gronis!
- Fixed a crash when removing cabals. Thanks @nikolaiwarner!
- Fixed close button visibility in dark mode. Thanks @gronis!

## [6.0.6] - 2021-01-15
### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cabal-desktop",
"version": "6.0.6",
"version": "6.0.7",
"description": "Cabal p2p offline-first desktop application",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
Expand Down

0 comments on commit 39c7b02

Please sign in to comment.