|
2 | 2 |
|
3 | 3 | All notable changes to this project will be documented in this file. |
4 | 4 |
|
| 5 | +## [1.0.1] - 2025-02-14 |
| 6 | + |
| 7 | +### 🚀 Features |
| 8 | + |
| 9 | +- Add some additional debugging info for coroutines by @UnderMybrella |
| 10 | + |
| 11 | + |
| 12 | +### 🐛 Bug Fixes |
| 13 | + |
| 14 | +- *(youtube)* Fix the Windows batch file erroneously splitting YouTube URLs into two parameters by @UnderMybrella |
| 15 | + |
| 16 | +- *(youtube)* Deserialisation should no longer throw an uncaught exception for Youtube Search. by @UnderMybrella |
| 17 | + |
| 18 | + |
| 19 | +### ⚙️ Miscellaneous Tasks |
| 20 | + |
| 21 | +- Add comments for locked versioning by @UnderMybrella |
| 22 | + |
| 23 | +- Create GitHub Action for publishing changelog and shadowJar |
| 24 | + |
| 25 | +- Commit cliff.toml and CHANGELOG.md |
| 26 | + |
| 27 | +- Output changelog to file and include changelog in release |
| 28 | + |
| 29 | +- Include GitHub usernames, output Markdown for changelog. |
| 30 | + |
| 31 | +- Simplify push command, hopefully actually resolves now |
| 32 | + |
| 33 | +- *(release)* Move changelog generation to release.ps1 |
| 34 | + |
| 35 | +- *(release)* Add release_tag.toml |
| 36 | + |
| 37 | +- *(release)* Add commit message |
| 38 | + |
| 39 | + |
5 | 40 | ## [1.0.0] - 2025-01-19 |
6 | 41 |
|
7 | 42 | ### 💼 Other |
8 | 43 |
|
9 | | -- IAnalyser.kt, and add info objects (I'll trim down the Spotify ones soon) |
10 | | -- FlatFileDatabase and JukeboxAccount |
11 | | -- HTTPAnalyticsProvider and InfluxAnalyticsStorage; give Vertx workers 90s by default of work time |
12 | | -- IAnalyser.kt, and add info objects (I'll trim down the Spotify ones soon) |
13 | | -- GoogleStorage |
| 44 | +- IAnalyser.kt, and add info objects (I'll trim down the Spotify ones soon) by @UnderMybrella |
| 45 | + |
| 46 | +- FlatFileDatabase and JukeboxAccount by @UnderMybrella |
| 47 | + |
| 48 | +- HTTPAnalyticsProvider and InfluxAnalyticsStorage; give Vertx workers 90s by default of work time by @UnderMybrella |
| 49 | + |
| 50 | +- IAnalyser.kt, and add info objects (I'll trim down the Spotify ones soon) by @UnderMybrella |
| 51 | + |
| 52 | +- GoogleStorage by @UnderMybrella |
| 53 | + |
14 | 54 |
|
15 | 55 | <!-- generated by git-cliff --> |
0 commit comments