Releases: mattwright324/youtube-comment-suite
Releases · mattwright324/youtube-comment-suite
v1.3.1
- New Option to select a specific video while comment searching. Search, sort, and select a video within the chosen Group and GroupItem. See preview here.
- Changed Default comment profile pictures display as gray letter avatars instead of older blue profile.
- Changed 'Reply' comment types now display with an icon below profile picture. 'Comment' comment types have nothing below profile picture.
- Changed Comment search page traversal from
<< < > >>
characters to icons. - Changed Comment context likes, dislikes, and views shortened and icons added.
- Changed Text on button 'View Tree' to 'View Thread'
- Updated SQlite3 library from 3.19.3 to 3.21.0
- Fixed Issue with JavaFX WebView when using the YouTube Account sign-in preventing 'Tap Yes' authentication.
v1.3.0
With the full release out of beta, the application has been completely rewritten, refactored, and redesigned. The previous database commentsuite.db
is incompatible with the new database commentsuite.sqlite3.
- New Complete redesign.
- New Can directly add and remove GroupItems (Videos, Channels, Playlists).
- New Displays time since last check in the group manager.
- New Button to quickly grab coordinates for location searching.
- New Option to download thumbs for archival or offline viewing.
- Changed Popup dialogues have been replaced with in-app overlays.
- Changed Video Context button moved to clickable bar to the right of the context view while comment searching.
- Changed Database file renamed from
commentsuite.db
tocommentsuite.sqlite3
- Changed Config file renamed from
config.ycs
tocommentsuite.json
- Removed "Most Common Comments" list in the stats view.
- Removed Dependencies from JAR into
lib
folder. - Removed GroupItem selection for stats view in the group manager.
- Issue Renaming a group several times may show incorrect names in ComboBoxes until app is restarted.
v1.2.1-beta
- Several fixes and minor graphical changes.
- Even faster group refreshing.
- Setup button is now the settings panel. Button in top right corner.
- Sign into multiple YouTube accounts.
- Removed thumbnail downloading. Loaded now on an as-needed basis and stored in memory.
v1.1-beta
Converted to JavaFX.
Ability to sign in and reply to comments.
Better design, look and feel.
v1.0-beta
First release.
Everything is usable and functional.