Skip to content

Commit

Permalink
Update TODO and change version string
Browse files Browse the repository at this point in the history
  • Loading branch information
Segilmez06 committed Oct 23, 2023
1 parent 9cd6105 commit 8953acc
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 14 deletions.
8 changes: 1 addition & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,6 @@

## General

- [x] Optimize code and fragment info methods
- [x] Fix workflows (publishing)
- [x] Move settings to embedded resource
- [x] Optimize web requests
- [x] Create console logging utility
- [x] Remove unused libraries

## CLI Args

- [x] Clear web download cache
6 changes: 0 additions & 6 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,4 @@

## General

- [x] Move settings to embedded resource
- [x] Remove unused libraries
- [ ] Add comments

## CLI Args

- [ ] ~~Open web cache directory in explorer~~
2 changes: 1 addition & 1 deletion src/TYM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<NeutralLanguage>en</NeutralLanguage>
<PackageLicenseExpression>GPL-3.0-only </PackageLicenseExpression>
<PackageRequireLicenseAcceptance>True</PackageRequireLicenseAcceptance>
<AssemblyVersion>1.0.1</AssemblyVersion>
<AssemblyVersion>1.0.2</AssemblyVersion>
<FileVersion>$(AssemblyVersion)</FileVersion>
<ApplicationIcon>res\icon.ico</ApplicationIcon>
<PackageIcon>res\project_icon.png</PackageIcon>
Expand Down

0 comments on commit 8953acc

Please sign in to comment.