Skip to content

Commit 39c7b02

Browse files
committed
6.0.7
1 parent 59e0119 commit 39c7b02

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22

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

513
## [6.0.6] - 2021-01-15
614
### Added

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cabal-desktop",
3-
"version": "6.0.6",
3+
"version": "6.0.7",
44
"description": "Cabal p2p offline-first desktop application",
55
"scripts": {
66
"build": "cross-env NODE_ENV=production webpack",

0 commit comments

Comments
 (0)