Skip to content

Commit df391d4

Browse files
committed
chore(release): 0.6.0
1 parent d2a7d5c commit df391d4

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,41 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [0.6.0](https://github.com/KnowledgeCanvas/knowledge-canvas/compare/v0.5.0...v0.6.0) (2022-07-21)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Settings schema has been revised.
11+
12+
### Features
13+
14+
* Add a new startup service to Angular for performing operations early on in the application lifecycle. ([65fdf88](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/65fdf889921e1aed967c0cfdc4cfbc0b3f540d45))
15+
* Add a new startup service to Angular for performing operations early on in the application lifecycle. ([1f1c6fe](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/1f1c6fe78d31f34a69b5bb83326635d74c849ceb))
16+
* Add Grid and Calendar views ([#24](https://github.com/KnowledgeCanvas/knowledge-canvas/issues/24)) ([9367db8](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/9367db80f7801c65c175af7ce93af4bef618407d))
17+
* **Autoscan:** Implemented full-fledged Autoscan functionality. ([5acbb78](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/5acbb782d761cbaf71c202541a2662b01a236161))
18+
* **Autoscan:** Made autoscan file handling more robust and provided user notifications for important file life cycle events. ([804149a](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/804149aeb97ab05e774a4d4107292aaabb1d2d04))
19+
* **Display Settings:** Added options to allow user to receive logging messages as "toasts". ([64b358f](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/64b358fd1bb0c78f4a2cc8a7a28af5bb98a50a5d))
20+
* **Export:** Adds a dialog for export customization and satisfies roughly half of the request in [[#32](https://github.com/KnowledgeCanvas/knowledge-canvas/issues/32)](https://github.com/KnowledgeCanvas/knowledge-canvas/issues/32) ([#54](https://github.com/KnowledgeCanvas/knowledge-canvas/issues/54)) ([4b65df2](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/4b65df24e4cff19b9289932da5a6c8a9f90c477b))
21+
* **Extensions:** Implemented browser extension services to correctly receive Knowledge Sources from supported extensions. ([967a62f](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/967a62fdc124d77096025a1c16fdcb0b72f0153a))
22+
* **File Import:** Reinstate file watcher to automatically detect files stored in a specified directory. ([52533f2](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/52533f2211c5ae5724d409ce534e46528b3dba9d))
23+
* **Ingest Settings:** Added autoscan, file manager, and extension server settings. ([d5946bc](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/d5946bcaaa0dc834cd06c560b050f6c0d154a1e2))
24+
* **Ingest:** Add high-level ingest service to manage resource ingestion. ([42de2f9](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/42de2f980045f12cc693a6fd1f7fab2d7258de2e))
25+
* **IPC:** Add new channels for communicating with file watcher. ([33b156c](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/33b156c8a5d430df9c521cb9459d861fce7a5683))
26+
* **Logging:** Add "success" logging method for successful operations. ([2dcce30](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/2dcce305bb40e18a76db0a09df64c238ccd8871a))
27+
* **Logging:** Created centralized logging service for displaying messages to user and printing to console. ([5a0981b](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/5a0981b3c49b2c43098f954e36f037a1b497487c))
28+
* Minor tweaks to the way information is presented in the Knowledge Source info/details view. ([bbadb2b](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/bbadb2b7d8b54dc62eab3d1605e9ee1b14d4a627))
29+
30+
31+
### Bug Fixes
32+
33+
* addresses 5 moderate and 2 high severity vulnerabilities ([47c13cf](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/47c13cf6e7d8d405c06e3bd8e701485e7a1bdabe))
34+
* addresses multiple dependency vulnerabilities that range from low to critical severity. ([#40](https://github.com/KnowledgeCanvas/knowledge-canvas/issues/40)) ([414bc06](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/414bc0686d685e3b4881ab5b62593fa81a8394d6))
35+
* Regression after data structure refactor ([0e25d3b](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/0e25d3bbb1d090a67af7ba7791d1d1219c30e1e5))
36+
37+
38+
* Revised schema for application settings and merged/centralized all settings services and IPC. ([777c6ed](https://github.com/KnowledgeCanvas/knowledge-canvas/commit/777c6ed57cd7cbffe8097999bbe03206a0c8adcf))
39+
540
### [0.5.4](https://github.com/KnowledgeCanvas/knowledge-canvas/compare/v0.5.0...v0.5.4) (2022-04-24)
641

742

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "knowledge-canvas",
3-
"version": "0.5.4",
3+
"version": "0.6.0",
44
"description": "Knowledge is an application for students, researchers, and life-long learners to manage their digital lives.",
55
"author": "Rob Royce <[email protected]> (https://robroyce.dev)",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)