5 Commits

Author SHA1 Message Date
Imrayya 40ce11d068 feat: modernize to .NET 8, split into Core/Cli/Gui (#3)
* feat: modernize to .NET 8, split into Core/Cli/Gui projects

Core: shared converter library (cross-platform)

Cli: console app with CLI args (cross-platform)

Gui: WinForms app (Windows only, uses Core library)

- Split into 3 projects sharing ConvertSRTto3DASS.Core

- Rewrite SrtConverter with clean public API

- Add CLI entry point with stdlib argument parsing

- Redesign GUI with GroupBox layout, flat buttons, modern fonts

- Update README with publish commands

* feat: add drag-and-drop to GUI

* refactor: rename GUI controls to proper PascalCase identifiers

---------

Co-authored-by: imrayya <imrayya@users.noreply.github.com>
2026-06-24 18:02:05 +07:00
imrayya 743900f2f7 chore: update to .NET 4.8, clean ownership, rewrite README
- Target .NET Framework 4.8 (both projects + App.config)
- Remove Stanley Black & Decker references, set ownership to imrayya
- Update copyright year to 2021-2026
- Remove stale project properties (SignAssembly, RepositoryType, etc.)
- Rewrite README: professional docs, usage guide, features, contributors, disclaimer
- Update LICENSE year range
2026-06-24 09:41:44 +00:00
kaiju466 ea0574ffb2 Update README.md 2026-06-15 09:56:57 -04:00
Imrayya 4ef16453c2 Updated Readme
Spell check some stuff too
2021-03-23 17:51:11 +01:00
Imrayya 0efbecc80a Initial commit 2021-03-17 11:58:53 +01:00