|
12 | 12 |
|
13 | 13 | --- |
14 | 14 |
|
15 | | -### v4.5.0 **[LATEST STABLE RELEASE]** / **[LATEST BETA RELEASE]** |
| 15 | +### v5.1.2 **[LATEST STABLE RELEASE]** / **[LATEST BETA RELEASE]** |
| 16 | + |
| 17 | +- URL downloaded files finally have their original name |
| 18 | +- Split goes stonks (lie) |
| 19 | +- Prompting users to transload files I can't download |
| 20 | +- What happens on the terminal is now on the logs |
| 21 | +- Made /listdir and /sendfile for testing purposes |
| 22 | +- Added issue templates |
| 23 | +- /delthumb now also deletes it from the DB |
| 24 | + |
| 25 | +### v5.1.1 |
| 26 | + |
| 27 | +- **Huge code refactoring** |
| 28 | +- Little fixes |
| 29 | +- Still trying to split files |
| 30 | +- Thumbnail support is permanant 🥳 Redownloads them at every server restart |
| 31 | +- Clears correctly the thumbnails |
| 32 | +- FloodWait correctly handled |
| 33 | +- Bot starting happens on another file (so we can use async/await) |
| 34 | + |
| 35 | +### v5.1.0 |
| 36 | + |
| 37 | +- We fetch the file size *before* uploading |
| 38 | +- We try to split files above 2 GB (fail) |
| 39 | + |
| 40 | +### v5.0.3 |
| 41 | + |
| 42 | +- Added /user2 and /self |
| 43 | +- Added ability to just change the thumbnail of the file (archive or not) |
| 44 | +- Also we can rename it |
| 45 | + |
| 46 | +### v5.0.2 |
| 47 | + |
| 48 | +- Heroku runtime shifted from Python 3.9.11 to 3.10.6 |
| 49 | +- Added wheel for faster deployment |
| 50 | +- /getthumbs work |
| 51 | + |
| 52 | +### v5.0.1 |
| 53 | + |
| 54 | +- Made thumbnail support better (with buttons) |
| 55 | +- Saves the thumbnail URL (telegra.ph) to the DB |
| 56 | +- Buttons are side-by-side |
| 57 | +- Checks if sent file is actually an archive (so we stop processing PDF and MKV 😭) |
| 58 | +- Code style shifted to Black 🖤 |
| 59 | +- Upgraded to Pyrogram v2 (finally) |
| 60 | +- The bot can process other things while extracting |
| 61 | +- Better password handling |
| 62 | +- Progressbar on uploads too |
| 63 | +- Uploads as media by default |
| 64 | +- Avoids splitted archives to be processed |
| 65 | +- Better LOG_CHANNEL verification |
| 66 | + |
| 67 | +### v5.0.0 |
| 68 | + |
| 69 | +- Added extensions list (for verification) |
| 70 | +- Medias are sent as native media |
| 71 | +- Fixed ENTITY_BOUNDS_INVALID error |
| 72 | +- Removed numpy as we don't use it |
| 73 | +- Added requests |
| 74 | +- Added development followup ([#38](https://github.com/EDM115/unzip-bot/issues/38)) |
| 75 | +- Uptime on /stats works correctly |
| 76 | +- Simpler buttons |
| 77 | +- Thumbnails on upload are officially supported 🥳 |
| 78 | +- Commands updates (no /setmode, /me become /info, addded stats for everyone) |
| 79 | + |
| 80 | +--- |
| 81 | + |
| 82 | +### v4.5.0 |
16 | 83 |
|
17 | 84 | - Attempt to add /merge and /cancel commands + linked callbacks. Actually failed |
18 | 85 |
|
|
0 commit comments