|
1 | 1 | # Carnival |
2 | 2 |
|
| 3 | +## [1.10.0] |
| 4 | + |
| 5 | +Support for Android Studio Ladybug | 2024.2.1 Patch 2. Older versions are not supported. |
| 6 | + |
3 | 7 | ## [1.9.0] |
4 | 8 |
|
5 | 9 | ### Added |
|
20 | 24 | from https://github.com/hhru/android-multimodule-plugin/pull/95 . |
21 | 25 |
|
22 | 26 | ## [1.8.0] |
| 27 | + |
23 | 28 | ### Added |
| 29 | + |
24 | 30 | - Support for Android Studio Jellyfish | 2023.3.1 |
25 | 31 |
|
26 | 32 | ## [1.7.0] |
| 33 | + |
27 | 34 | ### Added |
| 35 | + |
28 | 36 | - Support for Android Studio Iguana | 2023.2.1 |
29 | 37 |
|
30 | 38 | ## [1.6.0] |
| 39 | + |
31 | 40 | ### Added |
| 41 | + |
32 | 42 | - Support for Android Studio Hedgehog | 2023.1.1 |
33 | 43 |
|
34 | 44 | ## [1.5.0] |
| 45 | + |
35 | 46 | ### Added |
| 47 | + |
36 | 48 | - Support for Android Studio Giraffe | 2022.3.1 |
37 | 49 |
|
38 | 50 | ## [1.4.0] |
| 51 | + |
39 | 52 | ### Added |
| 53 | + |
40 | 54 | - Support for Android Studio Flamingo | 2022.2.1 |
41 | 55 |
|
42 | 56 | ## [1.3.0] |
| 57 | + |
43 | 58 | ### Added |
| 59 | + |
44 | 60 | - Support for Android Studio Electric Eel | 2022.1.1 |
45 | 61 |
|
46 | 62 | ## [1.2.0] |
| 63 | + |
47 | 64 | ### Added |
| 65 | + |
48 | 66 | - Support compilation for Android Studio Dolphin | 2021.3.1 |
49 | 67 |
|
50 | 68 | ## [1.1.7] |
| 69 | + |
51 | 70 | ### Added |
| 71 | + |
52 | 72 | - Support for Android Studio Chipmunk | 2021.2.1 |
53 | 73 |
|
54 | 74 | ## [1.1.6] |
| 75 | + |
55 | 76 | ### Added |
| 77 | + |
56 | 78 | - Support for Android Studio Bumblebee | 2021.1.1 |
57 | 79 |
|
58 | 80 | ## [1.1.5] |
| 81 | + |
59 | 82 | ### Added |
| 83 | + |
60 | 84 | - Support for Android Studio Arctic Fox | 2020.3.1 |
61 | 85 |
|
62 | 86 | ## [1.1.4] |
| 87 | + |
63 | 88 | ### Added |
| 89 | + |
64 | 90 | - [Gradle Changelog Plugin](https://github.com/JetBrains/gradle-changelog-plugin) integration. |
65 | 91 | - Support for Android Studio 4.2 |
66 | 92 |
|
67 | 93 | ### Changed |
68 | | -- Now we configure plugin modules with [gradle convention plugins](https://docs.gradle.org/current/samples/sample_convention_plugins.html); |
| 94 | + |
| 95 | +- Now we configure plugin modules |
| 96 | + with [gradle convention plugins](https://docs.gradle.org/current/samples/sample_convention_plugins.html); |
69 | 97 | - Upgrade Gradle Wrapper to `7.0`; |
70 | 98 |
|
71 | 99 | ## [1.1.3] |
| 100 | + |
72 | 101 | ### Fixed |
| 102 | + |
73 | 103 | - Fix bug with duplicated service. |
74 | 104 |
|
75 | 105 | ## [1.1.2] |
| 106 | + |
76 | 107 | ### Added |
| 108 | + |
77 | 109 | - Generate ViewModel for BaseFragment. All code was hardcoded inside plugin. |
78 | 110 |
|
79 | 111 | ## [1.1.0] |
| 112 | + |
80 | 113 | ### Changed |
81 | | -- Remove action for generating new module - this functionality will be available through Geminio plugin. |
| 114 | + |
| 115 | +- Remove action for generating new module - this functionality will be available through Geminio |
| 116 | + plugin. |
82 | 117 |
|
83 | 118 | ## [1.0.0] |
| 119 | + |
84 | 120 | ### Added |
| 121 | + |
85 | 122 | - Initial project release; |
86 | 123 | - Action for generating new feature module; |
87 | | -- Small actions for quick code generation: EMPTY object generator, @SerializedName annotations generator |
| 124 | +- Small actions for quick code generation: EMPTY object generator, @SerializedName annotations |
| 125 | + generator |
88 | 126 | - Action for creating new JIRA issue for develop branch merge; |
89 | 127 | - Lint inspections for resources; |
90 | 128 | - Annotator for deprecated XML-resources. |
0 commit comments