Skip to content

Releases: mddanish00/JNCFeed

JNCFeed 1.1.0

13 May 07:59
6dd5c56
Compare
Choose a tag to compare

Release v1.1.0

  • Change PySimpleGUIQt to normal PySimpleGUI.
  • Using psgtray as a replacement for QtSystemTray.
  • Using NSIS Setup instead of Advanced Installer.
  • Add About and Settings.
  • Add support for changing RSS update interval in Settings.
  • Add a new logo.
  • Switch using pyinstaller onefile instead of onedir for ease of setting up NSIS script.
  • Redesigned UI layout.
  • Update all libraries and SQLite DLL to the latest version.

Full Changelog: v1.0.1...v1.1.0

JNCFeed 1.0.1

13 Oct 07:22
Compare
Choose a tag to compare

Release v1.0.1

  • Upgraded build using Python 3.8.10 instead of 3.7.9.
  • Dropped any support to other platforms. For now, only will support Windows x64.
  • Removed notify-py dependency.
  • Implemented support to Windows notification directly using winRT Python library.
  • Rearranged tray menu items.
  • Removed custom notification sound.
  • Updated reader library usage to match the latest version.
  • Added version file into exe.
  • Created installer using Advanced Installer.

JNCFeed 1.0.0

21 Jul 18:23
Compare
Choose a tag to compare

Release v1.0.0

  • First release.
  • Only offered in Windows x64 version. The users of other platforms may need to build the app themselves if interested.
    But no guarantee that it will work.

Please post an issue if you spot any bugs. Thank you.

Miracutor