We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4e9e1c commit 902bd5fCopy full SHA for 902bd5f
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## [6.0.3] - 2020-06-12
6
+### Added
7
+- Optimized newly adding cabal sync and reduced overall boot time.
8
+### Fixed
9
+- Fixed crash related to moderation.
10
+- Fixed initialization crash.
11
+
12
## [6.0.2] - 2020-06-11
13
### Added
14
- Added support for adding cabals using domain names.
package.json
@@ -1,6 +1,6 @@
1
{
"name": "cabal-desktop",
- "version": "6.0.2",
+ "version": "6.0.3",
"description": "Cabal p2p offline-first desktop application",
"scripts": {
"build": "cross-env NODE_ENV=production webpack",
0 commit comments