Releases: elebumm/RedditVideoMakerBot
2.2.2
What's Changed
- 2.2 by @JasonLovesDoggo in #790
- FIX: lmao by @JasonLovesDoggo in #796
- Reformat and fix spelling mistake in stale workflow by @callumio in #794
- Bump version string by @callumio in #795
- Bring develop up to master by @callumio in #797
Full Changelog: 2.2...2.2.2
2.1
What's Changed
Added an .env file checker for missing variables
- Added some useful feats by @owengaspard in #549
- Develop > master by @JasonLovesDoggo in #524
- Fix a typo in
.env.template
by @daud-ahn in #537 - Synchronise develop to the latest release by @callumio in #547
- Some refactors, removed unnecessary f-strings and no-referenced variables by @CordlessCoder in #548
- chore(*): Add devcontainer vscode support by @jcreek in #550
- Fixed README typo by @Avin-T in #545
- Converted spaces into tabs for all files by @ART3MISTICAL in #558
- Check for missing environment variables by @owengaspard in #553
New Contributors
- @daud-ahn made their first contribution in #537
- @jcreek made their first contribution in #550
- @Avin-T made their first contribution in #545
- @ART3MISTICAL made their first contribution in #558
Full Changelog: 2.0...2.1
Version 2.0
What's Changed
- Added playwright install command to readme by @taraschuiko in #26
- Move legacy branch into develop by @callumio in #349
- setup.py refactored, added shebang lines, and formatted files with python-black by @CordlessCoder in #345
- tts will no longer read aloud link by @null3000 in #311
- Removed "Click to see NSFW" Button in Screenshot by @Phlipde in #368
- fixed image hyperlink by @CordlessCoder in #360
- Option to filter the comments by length (min and max number of characters) by @DomizianoScarcelli in #261
- Added a .env variable to change the save location of the final video by @DomizianoScarcelli in #333
- allow a custom background to be used instead of the Minecraft parkour by @reoccurcat in #171
- UX changes / Gives User More Info by @null3000 in #354
- ss18/typos by @ss18 in #484
- typo by @rarehp in #479
- chore: clarify
.env
variables, fix:env.COMMENT_LENGTH_RANGE
throws errors if it includes astr
instance by @AsadHumayun in #440 - Update README.md by @JasonLovesDoggo in #471
- Update main.py by @JasonLovesDoggo in #489
- Bring Jason's fork into develop by @ProjectSlxsh in #418
- fixes desyncing by @JasonLovesDoggo in #503
- Fix broken TMRRW logo by @owengaspard in #511
- readme by @JasonLovesDoggo in #518
- TTS REWORK by @JasonLovesDoggo in #520
- fixed file not found error by @JasonLovesDoggo in #522
- Polly added by @JasonLovesDoggo in #523
- Update subreddit.py to show the correct subreddit name by @KaziFariad in #512
- fixed audio/video desyncing error by @JasonLovesDoggo in #526
- Tons of bug fixes by @JasonLovesDoggo
New Contributors
- @taraschuiko made their first contribution in #26
- @CordlessCoder made their first contribution in #345
- @Phlipde made their first contribution in #368
- @ss18 made their first contribution in #484
- @rarehp made their first contribution in #479
- @AsadHumayun made their first contribution in #440
- @JasonLovesDoggo made their first contribution in #471
- @ProjectSlxsh made their first contribution in #418
- @KaziFariad made their first contribution in #512
You might be wondering why this is called 2.0 and not 1.2 well...
that's because It would not do this update justice by simply saying it was 1.2. so It felt to name this update version 2.0.
Full Changelog: 1.1...2.0
Version 1.1
🌟 Less than 1 week later, we are releasing Version 1.1 🌟
What's Changed
- Removed extra installation step by @cyai in #203
- Add Dark Mode Option by @arjun-dureja in #102
- Update dependencies by @callumio in #164
- Added link to documentation by @LukaHietala in #223
- Add Docker support by @andronedev in #165
- Fixed link to documentation by @LukaHietala in #264
- Apply regex on subreddit inputs by @callumio in #245
- Add default values for environment variables by @callumio in #241
- Made ENV make more sense by @Kamushy in #181
- Allow the user to set opacity for the screenshots by @jacesleeman in #270
- Code was placed in the wrong place in pr #270 by @callumio in #274
- stickied comments will no longer be used by @null3000 in #290
- File name will now be name of the question. by @Kamushy in #139
- Add Option for Male Voice by @arjun-dureja in #92
- Revert "Add Option for Male Voice" by @elebumm in #316
- Allowing users to choose a reddit thread instead of being randomized by @DomizianoScarcelli in #238
- Add community health files by @callumio in #319
- Fixed the link to the documentation repository. by @LukaHietala in #321
- Create setup TUI and improve overall UX by @blockarchitech in #125
- Added TTS reading the text of the post if present by @MeDBeD1 in #205
- Grammar-ized contributing.md by @FreebieII in #336
- Added developers section. by @LukaHietala in #342
- Add GPLv3 by @blockarchitech in #341
New Contributors
- @cyai made their first contribution in #203
- @arjun-dureja made their first contribution in #102
- @LukaHietala made their first contribution in #223
- @andronedev made their first contribution in #165
- @Kamushy made their first contribution in #181
- @jacesleeman made their first contribution in #270
- @null3000 made their first contribution in #290
- @elebumm made their first contribution in #316
- @DomizianoScarcelli made their first contribution in #238
- @blockarchitech made their first contribution in #125
- @MeDBeD1 made their first contribution in #205
- @FreebieII made their first contribution in #336
Full Changelog: 1.0.0...1.1
1.0.0
Version 1.0
Thank you to everyone who has been using the bot lately! It's been extremely overwhelming keeping up with support on my Discord (https://discord.com/invite/bY6N9z26et) and the issues.
If you are intersted in becoming a maintainer, please join the Discord and apply 👍🏻
TL;DR
This will be the starting point for more features that are to be added. It upgrades dependencies to the right versions for easier installation and allows you to toggle subreddit!
What's Changed
- Add feature to allow user to choose which subreddit to pull from by @owengaspard in #4
- Create Background Video Download Progress Bar by @OlMi1 in #30
- Update typed-ast version by @OlMi1 in #31
- Update typed-ast and update regex by @callumio in #57
- overhaul of the functions and QoL improvements by @reoccurcat in #157
New Contributors
- @owengaspard made their first contribution in #4
- @OlMi1 made their first contribution in #30
- @callumio made their first contribution in #57
- @reoccurcat made their first contribution in #157
Full Changelog: https://github.com/elebumm/RedditVideoMakerBot/commits/master