docs: update changelog.md

This commit is contained in:
Patryk Hegenberg 2024-11-28 19:56:52 +01:00
parent 997cc11a89
commit 596c50452d
3 changed files with 28 additions and 4 deletions

6
.idea/vcs.xml generated Normal file
View file

@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="VcsDirectoryMappings">
<mapping directory="$PROJECT_DIR$" vcs="Git" />
</component>
</project>

16
.idea/workspace.xml generated
View file

@ -4,16 +4,22 @@
<option name="autoReloadType" value="ALL" />
</component>
<component name="ChangeListManager">
<list default="true" id="2cf4f7d3-9cc0-48e5-b86e-45d2370fc4b4" name="Changes" comment="" />
<list default="true" id="2cf4f7d3-9cc0-48e5-b86e-45d2370fc4b4" name="Changes" comment="">
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
<change beforePath="$PROJECT_DIR$/frontend/src/App.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/frontend/src/App.svelte" afterDir="false" />
</list>
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
<option name="LAST_RESOLUTION" value="IGNORE" />
</component>
<component name="GOROOT" url="file:///usr/lib/go" />
<component name="ProjectColorInfo"><![CDATA[{
"associatedIndex": 1
}]]></component>
<component name="Git.Settings">
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
</component>
<component name="ProjectColorInfo">{
&quot;associatedIndex&quot;: 1
}</component>
<component name="ProjectId" id="2pLiKsaGzDB4fYzIPjPUwqkJw4g" />
<component name="ProjectViewState">
<option name="hideEmptyMiddlePackages" value="true" />
@ -22,9 +28,11 @@
<component name="PropertiesComponent"><![CDATA[{
"keyToString": {
"RunOnceActivity.ShowReadmeOnStart": "true",
"RunOnceActivity.git.unshallow": "true",
"RunOnceActivity.go.formatter.settings.were.checked": "true",
"RunOnceActivity.go.migrated.go.modules.settings": "true",
"RunOnceActivity.go.modules.go.list.on.any.changes.was.set": "true",
"git-widget-placeholder": "main",
"go.import.settings.migrated": "true",
"go.sdk.automatically.set": "true",
"last_opened_file_path": "/home/pata/dev/learn/Go/Noten",

View file

@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
## [0.1.1] - 2024-11-28
### 🚜 Refactor
- Seperate code into different files
## [0.1.0] - 2024-11-25
### 🐛 Bug Fixes
@ -11,4 +17,8 @@ All notable changes to this project will be documented in this file.
- Fix build failure
- Next try fixing build process
### 📚 Documentation
- Add changelog
<!-- generated by git-cliff -->