File tree 3 files changed +11
-5
lines changed
3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
All notable changes to this project will be documented in this file.
4
+
5
+ ## [ 6.0.8] - 2021-05-01
6
+ ### Fixed
7
+ - Fixed issues with duplicate messages! Thanks @cblgh and @nikolaiwarner !
8
+ - Fixed a crash when using slash commands. Thanks @nikolaiwarner !
9
+
4
10
## [ 6.0.7] - 2021-03-30
5
11
### Added
6
12
- Added channel archiving feature. Thanks @nikolaiwarner !
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " cabal-desktop" ,
3
- "version" : " 6.0.7 " ,
3
+ "version" : " 6.0.8 " ,
4
4
"description" : " Cabal p2p offline-first desktop application" ,
5
5
"scripts" : {
6
6
"build" : " cross-env NODE_ENV=production webpack" ,
Original file line number Diff line number Diff line change @@ -2442,10 +2442,10 @@ bulk-write-stream@^1.1.3:
2442
2442
inherits "^2.0.1"
2443
2443
readable-stream "^2.1.4"
2444
2444
2445
-
2446
- version "6.3.1 "
2447
- resolved "https://registry.yarnpkg.com/cabal-client/-/cabal-client-6.3.1 .tgz#d86963ec97322e137288bf2feba3acd05cf84ffc "
2448
- integrity sha512-+TJujTN5lwx2kRkqoyhajTCnkNT1nYb59qGWFTwLbVkaO2pQT5DZw+ZY6lN3VYCJaV3rsumm7c0GS4K94OmDAg ==
2445
+ cabal-client@^ 6.3.2 :
2446
+ version "6.3.2 "
2447
+ resolved "https://registry.yarnpkg.com/cabal-client/-/cabal-client-6.3.2 .tgz#e9f9709b9428331208b237df9e0b52a006a4e8c7 "
2448
+ integrity sha512-4VhdYBveR4dpy8Sg3B0DDGZ+xaGpq7I69JV/DwWYfn/eB01papgDYBhnbR30T0kIKLe6C8nuEyPQJ8LoF08Ylw ==
2449
2449
dependencies :
2450
2450
cabal-core "^13.2.0"
2451
2451
collect-stream "^1.2.1"
You can’t perform that action at this time.
0 commit comments