This repository was archived by the owner on Apr 15, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -4,14 +4,17 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## Unreleased
7+ ## [ 2.3.2 ] - 2020-08-31
88### Added
99- Language filter with toggle button
1010- Show preferences directory in "About" dialog
1111
1212### Fixed
1313- Save file in utf-8 format
1414
15+ ### Changed
16+ - Upgraded Guava version to 29.0-jre
17+
1518## [ 2.3.1] - 2018-01-06
1619### Changed
1720- Added border to QuickSearch dialog
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.tagmycode</groupId >
77 <artifactId >tagmycode-plugin-framework</artifactId >
8- <version >2.4.0-SNAPSHOT </version >
8+ <version >2.3.2 </version >
99 <name >TagMyCode IDE Plugin Framework for Java</name >
1010 <description >A framework to develop Java IDE plugins for TagMyCode</description >
1111 <url >http://tagmycode.com</url >
181181 <dependency >
182182 <groupId >com.google.guava</groupId >
183183 <artifactId >guava</artifactId >
184- <version >23.0 </version >
184+ <version >29.0-jre </version >
185185 </dependency >
186186 <dependency >
187187 <groupId >com.tagmycode</groupId >
You can’t perform that action at this time.
0 commit comments