Skip to content

Releases: sean1832/SumGPT

v2.0.0

28 Oct 12:42
Compare
Choose a tag to compare

Version 2.0.0

This major release introduces a comprehensive restructure of the codebase along with several new features and improvements, focusing on enhancing usability and security.

✨ Feature:

  • General: Implement download summaries button by @sean1832 in #23
  • Security: Implement cookie management with AES encryption for security by @sean1832 in #23
  • Configuration: Support import & export configuration by @sean1832 in #23
  • Summarization: Introduce multi-files summarization support by @sean1832 in #23
  • Codebase: Re-structure codebase for improved readability, modularity, and UI simplification by @sean1832 in #23

🐛 Bug Fixes:

  • Language: Fix issue where language does not change after loading cookie by @sean1832 in #23

♻️ Code Refactoring:

  • Initialization: Move init method into main.py by @sean1832 in #23
  • Utilities: Move helpers under utils module by @sean1832 in #23

💄 Style:

  • UI: Improve UI with emoji and add button to delete cookie data by @sean1832 in #23

🔨 Chore:

📝 Documentation:

  • README: Update README to reflect changes by @sean1832 in #23

Warning

This release introduces breaking changes due to significant refactoring and removal of certain features, such as YouTube summarization. Please review the updated documentation to adapt accordingly.

v1.0.8

02 May 19:05
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Fix uninitialized streamlit key by changing the module load order 31d08eb

v1.0.7

02 May 15:25
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Unable to fetch YouTube data due to a bug in pytube library #17
  • Module not found for streamlit toggle

Other

  • remove test folder 0ad6cd0
  • remove deprecated function for retrieving YouTube data 553f442

v1.0.6

24 Apr 10:45
e760e96
Compare
Choose a tag to compare

feat: add caption language support for "zh-TW" #15

v1.0.5

01 Apr 14:21
Compare
Choose a tag to compare

🐛 Bug Fixes

  • Download summary does not appear for recursive summary mode. 302f7c7

Other

  • Create prompt.json as separate file for ease of alteration a76a948

v1.0.4

26 Mar 16:13
Compare
Choose a tag to compare

🌟 New Features

Output Caching: Added a caching system for output, which will preserve the output message when altering slider values. a59d78e

v1.0.3

26 Mar 09:24
Compare
Choose a tag to compare

🌟 New Features

  • Caption Caching: Added a caching system for captions, which will reduce the need to fetch captions repeatedly, resulting in improved performance. (Commit: 5763634)

  • Retry Attempt for Caption Fetch: In cases where caption fetching fails, the system will now attempt to retry the fetch, providing a more robust solution for users. (Commit: 5763634)

  • Chinese Caption Support: language support include Chinese captions. (Commit: 7b14213)

🐛 Bug Fixes

  • Empty API Key: We've resolved an issue that allowed the application to run with an empty API key. This fix will prevent any unexpected behavior due to missing API keys. (Commit: a0e2621)

  • Configuration Export: Fixed an issue where the configuration export could not find the LEGACY value. This fix ensures that all configurations are properly exported. (Commit: 32a78ce)

  • YouTube Fetch: Fixed a bug that caused failures when fetching captions from YouTube. This fix improves the stability and reliability of our YouTube integration. (Commit: 7b14213)

v1.0.1

25 Mar 20:06
Compare
Choose a tag to compare

Major Feature

  • Introducing async summary generation for fast text generation ba92f8a

Features

  • feat: legacy mode
  • feat: language mode for prompt
  • feat: time elapse counter
  • prompt: change of prompt structure

Fix

  • Final Summary Prompt cause value error when final summary mode is off. e523b08

v0.6.5

24 Mar 07:57
e4650b4
Compare
Choose a tag to compare

What changed

  • Add support for GPT-4 9216ade
    • Changed priced calculation for GPT-4
    • Increased chunk size slider max value for GPT-4
  • Add support for caching 9216ade

Full Changelog: 0.6.4...0.6.5

v0.6.4

19 Mar 05:20
Compare
Choose a tag to compare

What Changed

  • Fix: not able to re-run summary due to cache a5f2f46

Full Changelog: 0.6.3...0.6.4