Skip to content

Releases: bytexenon/Github-Desktop-Notifier

v1.0.2

15 Nov 12:59
Compare
Choose a tag to compare

🚀 Enhancements

  • gh-api: Improve credential validation (229ab67)

🩹 Fixes

  • Set absolute URL path to LICENSE file to prevent invalid redirects (7d20ea7)
  • gh-api: Fix invalid credential validation bug (f0c1dae)

🏡 Chore

🎨 Styles

❤️ Contributors

v1.0.1

15 Nov 02:48
Compare
Choose a tag to compare

🚀 Enhancements

  • Implement argument parsing for the module (a3374c6)

💅 Refactors

  • setup: Enhance setup.py with additional metadata and constants (043dcfb)

📖 Documentation

  • Update README with installation instructions and command-line options (ea9ff1b)

🏡 Chore

  • Add requirements.txt with requests dependency (d53c255)
  • Bump version to 1.0.1 (28958ba)

❤️ Contributors

v1.0.0

15 Nov 00:37
Compare
Choose a tag to compare

🚀 Enhancements

  • Initial commit (e21c6ba)
  • Add .gitignore file (58f5f56)
  • Add MIT License (81310d7)
  • Add README.md with project description and installation instructions (6be4a22)
  • Update Github class to use gh CLI for authentication and API calls (440b8ac)

💅 Refactors

  • Move Github class to a separate module (2ff39bc)
  • Remove unused HTTPBasicAuth import (d01813c)
  • Restructure package and fix module import (610db20)

📖 Documentation

  • README: Update installation instructions (0085da0)
  • README: Improve feature descriptions (b12b867)
  • README: Improve phrasing for interactive actions (f71d394)

🏡 Chore

  • Reorganize project's file structure (34f841a)
  • Remove redundant .env file (27d6a4f)

🤖 CI

  • Add GitHub Actions workflow for publishing package to PyPi (74d7c8c)

❤️ Contributors