1
0
mirror of https://github.com/CMiksche/gitea-auto-update synced 2025-12-10 07:57:23 +01:00
Commit Graph

14 Commits

Author SHA1 Message Date
Christoph Miksche
9449498d49 docs: update email
Update to new email address so that users can reach me.
2024-08-07 13:28:54 +02:00
Christoph Miksche
28721257fe docs: inform about autoupdate
Inform about my new autoupdate tool
2023-02-24 13:53:45 +01:00
Christoph Miksche
c2da136d7e fix: update if sha doesn't exists
Still update if there is no sha which we can check
2022-02-01 13:19:42 +01:00
Christoph Miksche
bdef0b6987 fix: change master to main
Change the branch name in the build process
2022-01-31 11:59:33 +01:00
Christoph Miksche
52855058fc feat: release new version
Release new version with fix for SELinux
2021-06-15 21:13:45 +02:00
Christoph Miksche
65bfa64517 feat: release new version
There were many changes since the last release.
2020-05-09 21:02:21 +02:00
Christoph Miksche
b92496fc0d refactor: follow PEP standards
Follow Python Enhancement Proposals and add PyLint to enforce them.
2020-03-27 16:56:05 +01:00
Christoph Miksche
480604dce3 docs: add contributor, update version & .gitignore
- Add the new contributor @iwalton3 to the README.md
- Update the version for publishing in PyPI
- Update .gitignore to ignore distribution files
2019-09-04 15:36:33 +02:00
Christoph Miksche
3828e07d90 feat: add restriction for python 3
Add a restriction for python 3 so that installing this software with python 2 isn't possible.

Should fix GH-10.
2019-09-02 13:47:29 +02:00
Christoph Miksche
aa6fc91826 fix: cli in update.py 2019-08-26 23:03:09 +02:00
Christoph Miksche
98ddb8c119 fix: new version 2019-08-26 22:56:20 +02:00
Christoph Miksche
05caef9d41 fix: file structure 2019-08-26 22:46:46 +02:00
Christoph Miksche
56f128b2f7 feat: add long description 2019-08-26 21:33:28 +02:00
Christoph Miksche
d95f1aacb8 feat: New structure, added CLI, logging and setup
* Changed structure to a Object orientated approach.
* Add CLI with input for the settings file.
* Added logging via file.
* Added setup for publishing in pip.
2019-08-26 21:26:19 +02:00