Jakub Chrzanowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							aab7609f4d 
							
						 
					 
					
						
						
							
							Change since/until build to 223-232.* (2022.3 - 2023.2.*)  
						
						 
						
						
						
					 
					
						2023-08-07 15:00:29 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andrei Rybak 
							
						 
					 
					
						
						
						
						
							
						
						
							da1f14e58a 
							
						 
					 
					
						
						
							
							README: update text of button "Install"  
						
						 
						
						... 
						
						
						
						The last step in instructions in the generated README.md file for
installing the plugin using IDE built-in plugin system is using the
button "Install Plugin".  However, this button's text is "Install", at
least as of IntelliJ IDEA 2023.1.  The text was "Install" since at least
the commit c254ba45cd17 ("IDEA-195193 Plugins: implement search",
2018-08-20) [1] where class InstallButton was introduced.  Since commit
ebb07b041133 ("i18n for plugins configurable, initial", 2020-01-27) [2]
the class uses bundle message "action.AnActionButton.text.install" from
IdeBundle [3].
Change the text of the button in the generated README.md file to
"Install" accordingly.
[1] c254ba45cd 
[2] ebb07b0411 
[3] ebb07b0411/platform/platform-resources-en/src/messages/IdeBundle.properties (L1714) 
						
					 
					
						2023-08-04 10:57:56 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Andrei Rybak 
							
						 
					 
					
						
						
						
						
							
						
						
							ad32156d95 
							
						 
					 
					
						
						
							
							README: add newline at end of file  
						
						 
						
						... 
						
						
						
						Some text editors (such as vim) automatically add a newline at end of
files.  `git diff` also treats absence of newline at end of file in a
special way.
Add a newline at end of file README.md generated by the template to make
it more convenient to use. 
						
					 
					
						2023-08-04 10:57:56 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							bfa5d0d136 
							
						 
					 
					
						
						
							
							Upgrade Gradle Wrapper to 8.2.1^  
						
						 
						
						
						
					 
					
						2023-07-10 16:01:25 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							2dd3c5daad 
							
						 
					 
					
						
						
							
							Removed workaround for Kotlin Compiler OutOfMemoryError as the issue is gone with Kotlin 1.9.0  
						
						 
						
						
						
					 
					
						2023-07-07 17:08:38 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							99f1bce179 
							
						 
					 
					
						
						
							
							Upgrade Gradle Wrapper to 8.2  
						
						 
						
						
						
					 
					
						2023-07-07 17:08:38 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							2e5e065b58 
							
						 
					 
					
						
						
							
							Change since/until build to 222-232.* (2022.2 - 2023.2.*)  
						
						 
						
						
						
					 
					
						2023-06-07 10:44:04 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yann Cébron 
							
						 
					 
					
						
						
						
						
							
						
						
							26e14cfcda 
							
						 
					 
					
						
						
							
							Upgrade Gradle Wrapper to 8.1.1, fix  
						
						 
						
						
						
					 
					
						2023-06-07 10:44:04 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							f30c79c6bd 
							
						 
					 
					
						
						
							
							Rename org.gradle.unsafe.configuration-cache to org.gradle.configuration-cache in gradle.properties  
						
						 
						
						
						
					 
					
						2023-04-13 00:37:48 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								KotlinIsland 
							
						 
					 
					
						
						
						
						
							
						
						
							8048216194 
							
						 
					 
					
						
						
							
							Enable Gradle Build Cache ( #358 )  
						
						 
						
						... 
						
						
						
						Enable Gradle Build Cache
---------
Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com> 
						
					 
					
						2023-04-13 00:37:48 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								KotlinIsland 
							
						 
					 
					
						
						
						
						
							
						
						
							268526dc73 
							
						 
					 
					
						
						
							
							Enable Gradle Kotlin DSL Lazy Property Assignment  
						
						 
						
						... 
						
						
						
						Enable Gradle Kotlin DSL Lazy Property Assignment
---------
Co-authored-by: KotlinIsland <kotlinisland@users.noreply.github.com>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com> 
						
					 
					
						2023-04-13 00:37:48 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							935e39aa55 
							
						 
					 
					
						
						
							
							Upgrade Gradle Wrapper to 8.1  
						
						 
						
						
						
					 
					
						2023-04-13 00:37:48 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							4c449eb2f6 
							
						 
					 
					
						
						
							
							Synchronize gradle.properties files  
						
						 
						
						
						
					 
					
						2023-04-13 00:37:48 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							8ef7f1247d 
							
						 
					 
					
						
						
							
							Upgrade Gradle Wrapper to 8.0.2  
						
						 
						
						
						
					 
					
						2023-03-10 12:04:06 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							f57d76c64c 
							
						 
					 
					
						
						
							
							- Update platformVersion to 2022.1.4  
						
						 
						
						... 
						
						
						
						- Change since/until build to `221-231.*` (2022.1 - 2023.1.*) 
						
					 
					
						2023-03-10 12:04:06 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							6e12719a6b 
							
						 
					 
					
						
						
							
							Upgrade Gradle Wrapper to 8.0.1  
						
						 
						
						
						
					 
					
						2023-03-10 12:04:06 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							256ae7c8f5 
							
						 
					 
					
						
						
							
							Upgrade Gradle Wrapper to 8.0  
						
						 
						
						
						
					 
					
						2023-03-10 12:04:06 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yann Cébron 
							
						 
					 
					
						
						
						
						
							
						
						
							eb5c7aea72 
							
						 
					 
					
						
						
							
							template-cleanup: add "plugin description" step with Tips link  
						
						 
						
						
						
					 
					
						2023-03-10 12:04:06 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yann Cébron 
							
						 
					 
					
						
						
						
						
							
						
						
							e514b3ea16 
							
						 
					 
					
						
						
							
							template-cleanup: clarify  
						
						 
						
						
						
					 
					
						2023-03-10 12:04:06 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							f1df5a5a94 
							
						 
					 
					
						
						
							
							gradle.properties: update links  
						
						 
						
						
						
					 
					
						2023-03-10 12:04:06 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							b99218fb83 
							
						 
					 
					
						
						
							
							Minor fixes reported by the code inspection  
						
						 
						
						
						
					 
					
						2023-01-13 21:52:52 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Luke Gareth Ribchester 
							
						 
					 
					
						
						
						
						
							
						
						
							345c5c95f0 
							
						 
					 
					
						
						
							
							build: update Gradle to 7.6 ( #335 )  
						
						 
						
						... 
						
						
						
						* build: update Gradle to `7.6`
Signed-off-by: Luke Gareth Ribchester <luke@luke.gr>
* docs: remove duplicated header
Signed-off-by: Luke Gareth Ribchester <luke@luke.gr>
* docs: add changelog entry for Gradle update
Signed-off-by: Luke Gareth Ribchester <luke@luke.gr>
Signed-off-by: Luke Gareth Ribchester <luke@luke.gr>
Co-authored-by: Jakub Chrzanowski <jakub.chrzanowski@jetbrains.com> 
						
					 
					
						2023-01-13 21:52:52 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							4d8e314398 
							
						 
					 
					
						
						
							
							Update pluginUntilBuild to include 223.* (2022.3.*)  
						
						 
						
						
						
					 
					
						2022-11-17 22:15:30 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b1e9043367 
							
						 
					 
					
						
						
							
							Update hints  
						
						 
						
						
						
					 
					
						2022-11-17 22:15:29 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							5ef359dd47 
							
						 
					 
					
						
						
							
							org.jetbrains.changelog bumped to 2.0.0 
						
						 
						
						
						
					 
					
						2022-10-29 23:19:38 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							b0e4b362d3 
							
						 
					 
					
						
						
							
							Update gradle.properties  
						
						 
						
						
						
					 
					
						2022-09-20 16:48:48 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
							
							
						
						
						
							
						
						
							f345bcdb33 
							
						 
					 
					
						
						
							
							Synchronize gradle.properties files  
						
						 
						
						
						
					 
					
						2022-09-19 11:28:03 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							1dfd8ffe44 
							
						 
					 
					
						
						
							
							Upgrade Gradle Wrapper to 7.5.1  
						
						 
						
						
						
					 
					
						2022-08-07 22:41:46 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							bea7503394 
							
						 
					 
					
						
						
							
							Change since/until build to 213-222.* (2021.3 - 2022.2)  
						
						 
						
						
						
					 
					
						2022-08-07 22:41:46 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							ac80159a45 
							
						 
					 
					
						
						
							
							cleanup  
						
						 
						
						
						
					 
					
						2022-08-07 22:41:46 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Eric Ou 
							
						 
					 
					
						
						
						
						
							
						
						
							b7d2a33f13 
							
						 
					 
					
						
						
							
							Changed file reference to avoid pointint to /  
						
						 
						
						... 
						
						
						
						Changed the file reference in the second step of the todo so it doesn't point towards /, and instead, the current directory 
						
					 
					
						2022-08-07 22:41:46 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							91143addfe 
							
						 
					 
					
						
						
							
							Update links to Gradle IntelliJ Plugin docs  
						
						 
						
						
						
					 
					
						2022-08-07 22:41:46 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							819d665d12 
							
						 
					 
					
						
						
							
							Unify gradle.properties comments format  
						
						 
						
						
						
					 
					
						2022-08-07 22:41:46 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yann Cébron 
							
						 
					 
					
						
						
						
						
							
						
						
							375f6963fa 
							
						 
					 
					
						
						
							
							platformVersion=2021.2.4, since/until-build 212-221  
						
						 
						
						
						
					 
					
						2022-08-07 22:41:46 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yann Cébron 
							
						 
					 
					
						
						
						
						
							
						
						
							d267051154 
							
						 
					 
					
						
						
							
							upgrade Gradle wrapper to 7.4.2  
						
						 
						
						
						
					 
					
						2022-08-07 22:41:46 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							9ba86cf3ce 
							
						 
					 
					
						
						
							
							Use JVM toolchain for configuring source/target compilation compatibility  
						
						 
						
						
						
					 
					
						2022-08-07 22:41:46 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yann Cébron 
							
						 
					 
					
						
						
						
						
							
						
						
							e004764676 
							
						 
					 
					
						
						
							
							Update Gradle Wrapper to 7.4.1  
						
						 
						
						
						
					 
					
						2022-08-07 22:41:46 +02:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yann Cébron 
							
						 
					 
					
						
						
						
						
							
						
						
							fd096ba3a3 
							
						 
					 
					
						
						
							
							set pluginUntilBuild=213.* to include only latest GA  
						
						 
						
						
						
					 
					
						2022-02-11 21:50:05 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yann Cébron 
							
						 
					 
					
						
						
						
						
							
						
						
							5e63f87291 
							
						 
					 
					
						
						
							
							Upgrade Gradle Wrapper to 7.4  
						
						 
						
						
						
					 
					
						2022-02-11 21:50:05 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							a5a7a1f0c3 
							
						 
					 
					
						
						
							
							- Update platformVersion to 2021.1.3 for compatibility with Apple M1  
						
						 
						
						... 
						
						
						
						- Change since/until build to `211-221.*` 
						
					 
					
						2022-02-11 21:50:05 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							265ff0e29d 
							
						 
					 
					
						
						
							
							Upgrade Gradle Wrapper to 7.3.3  
						
						 
						
						
						
					 
					
						2022-01-24 14:35:03 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							1ec609b25a 
							
						 
					 
					
						
						
							
							Upgrade Gradle Wrapper to 7.3  
						
						 
						
						
						
					 
					
						2021-11-16 14:31:37 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								cmenezes 
							
						 
					 
					
						
						
						
						
							
						
						
							38e5960583 
							
						 
					 
					
						
						
							
							Known -> Familiar  
						
						 
						
						
						
					 
					
						2021-11-16 14:31:37 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							9dbfdf9a95 
							
						 
					 
					
						
						
							
							gradle.properties comments 
						
						 
						
						
						
					 
					
						2021-11-16 14:31:37 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							caa68cf40b 
							
						 
					 
					
						
						
							
							Removed platformDownloadSources from Gradle configuration to use default value  
						
						 
						
						
						
					 
					
						2021-11-16 14:31:37 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							3b2dc4e3d2 
							
						 
					 
					
						
						
							
							Update pluginUntilBuild to include 213.* (2021.3.*)  
						
						 
						
						
						
					 
					
						2021-11-16 14:31:37 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Jakub Chrzanowski 
							
						 
					 
					
						
						
						
						
							
						
						
							badb6ae1db 
							
						 
					 
					
						
						
							
							Removed the pluginVerifierIdeVersions configuration to use default IDEs list provided by the listProductsReleases task for runPluginVerifier  
						
						 
						
						
						
					 
					
						2021-11-16 14:31:37 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yann Cébron 
							
						 
					 
					
						
						
						
						
							
						
						
							385f17e972 
							
						 
					 
					
						
						
							
							pluginVerifierIdeVersions: 2021.2.2  
						
						 
						
						
						
					 
					
						2021-11-16 14:31:37 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yann Cébron 
							
						 
					 
					
						
						
						
						
							
						
						
							cbd2624f0c 
							
						 
					 
					
						
						
							
							gradle.properties: note pluginVersion is in SemVer format  
						
						 
						
						
						
					 
					
						2021-11-16 14:31:37 +01:00  
					
					
						 
						
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Yann Cébron 
							
						 
					 
					
						
						
						
						
							
						
						
							d19eff7dd3 
							
						 
					 
					
						
						
							
							pluginVerifierIdeVersions: 2021.2 -> 2021.2.1 
						
						 
						
						
						
					 
					
						2021-09-07 09:32:37 +02:00