Skip to content

Commit 1bb1178

Browse files
authored
Merge pull request #331 from team-dev-docs/main
updating editing branch
2 parents da19ca2 + e218dc2 commit 1bb1178

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

changelog/1.0.04.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
## 1.0.04
2+
3+
## Features
4+
5+
## Vs Code Extension
6+
7+
* Allow users to open Dev-Docs in the activity bar and sidepanel and read the docs as they jump from one file to the next
8+
9+
* Improved hover functionality to only open code objects that have children objects such as classes, methods, and functions
10+
11+
* Added extra notifications on generate events for better visibility into the events
12+
13+
* Added a `disableUserFacing` to the `dev-docs.json` to add extra prevention of creating user-facing docs using the Dev-Docs Extension
14+
15+
* (Beta) Add Generate complete docs command which will allow the AI to attempt to generate docs it thinks it will be helpful for public user-facing docs on your codebase
16+
17+
* (Beta please reach out before trying) Add Generate complete docs command which will allow the AI to attempt to generate docs it thinks it will be helpful for public user-facing docs on your codebase
18+
19+
* (Beta please reach out before trying) Add Generate complete internal docs command which will allow the AI to attempt to generate docs it thinks it will be helpful for their own engineers about the specific codebase
20+
21+
## Bug fixes:
22+
23+
## Vs Code Extension
24+
25+
* Removed several irrelevant and confusing commands
26+
27+
### Web App:
28+
29+
* Fixed issue when deleting drafts were not working

0 commit comments

Comments
 (0)