Commit Graph

13 Commits

Author SHA1 Message Date
54f77ab854 Ignored build files 2026-01-12 11:33:44 +01:00
7cb0af1660 Release version 1.0.0 v1.0.0 2026-01-12 11:25:58 +01:00
2f3a079a43 docs: rewrite README for pip-based installation and CLI usage
- remove package-manager references
- document pip, pipx and source installation
- update usage to setup-hibernate CLI and python -m entry point
- align documentation with pyproject.toml packaging

https://chatgpt.com/share/6964c8c0-8b94-800f-be8e-10c4fc8a2f30
2026-01-12 11:14:24 +01:00
25d0a7a678 feat(packaging): make setup-hibernate a pip-installable Python package
- add pyproject.toml with setuptools build system
- add console script entry point `setup-hibernate`
- migrate main.py to src/setup_hibernate/__main__.py
- add MIRRORS file with Git and PyPI endpoints
- enable PEP 621 metadata and src layout

https://chatgpt.com/share/6964c8c0-8b94-800f-be8e-10c4fc8a2f30
2026-01-12 11:11:03 +01:00
a01d63fc9e Optimized and solved bugs 2025-04-02 17:21:06 +02:00
c1020e964b Solved fstab bug 2025-04-02 17:10:39 +02:00
67e09d3b0f Optimized get_resume_offset() 2025-04-02 17:02:59 +02:00
c8b2172fd7 Replaced full showing with diff 2025-04-02 16:57:41 +02:00
f67afa0586 Implemented preview and confirmation 2025-04-02 16:45:35 +02:00
e445ec248b Update README.md 2025-04-02 16:21:03 +02:00
4de9da0068 Update main.py 2025-04-02 16:12:33 +02:00
4e780944ca Create main.py 2025-04-02 16:12:13 +02:00
02390b7aa8 Initial commit 2025-04-02 16:11:36 +02:00