Skip to content

Commit

Permalink
Merge pull request #15 from lipiridi/changelog-update-v1.0.5
Browse files Browse the repository at this point in the history
Changelog update - `v1.0.5`
  • Loading branch information
lipiridi authored Apr 14, 2024
2 parents b23402f + 45b7100 commit 88fe981
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,46 +4,57 @@

## [Unreleased]

## [1.0.5] - 2024-04-14

### Added

- Reformat code with spotless commit checkin handler

### Changed

- Run gradle task for the entire project in sync mode
- Increase Idea compatibility version (sinceBuild) to 241

## [1.0.4] - 2023-12-11

### Changed

- Update Gradle version
- Remove untilBuild property and make plugin compatible with all future intellij version

## [1.0.3] - 2023-08-17

### Changed

- Fix UI settings (apply button worked incorrectly)

## [1.0.2] - 2023-08-15

### Added

- Support for multi-module projects
- Option that allow Gradle's configuration cache for 'apply' task

### Changed

- Rename task "Reformat All Files With Spotless" to "Reformat Project With Spotless"

## [1.0.1] - 2023-08-11

### Added

- Option that prohibit imports with asterisk '*' during "optimize imports" task. It temporarily replaces import settings

## [1.0.0] - 2023-08-10

### Added

- Support for applying Spotless formatting to both Gradle and Maven based projects.
- The ability to apply Spotless formatting to the currently opened file in the editor or to the entire project.
- Introduced an option to execute the default "optimize import" task before applying Spotless formatting.

[Unreleased]: https://github.com/lipiridi/spotless-applier/compare/v1.0.4...HEAD
[Unreleased]: https://github.com/lipiridi/spotless-applier/compare/v1.0.5...HEAD
[1.0.5]: https://github.com/lipiridi/spotless-applier/compare/v1.0.4...v1.0.5
[1.0.4]: https://github.com/lipiridi/spotless-applier/compare/v1.0.3...v1.0.4
[1.0.3]: https://github.com/lipiridi/spotless-applier/compare/v1.0.2...v1.0.3
[1.0.2]: https://github.com/lipiridi/spotless-applier/compare/v1.0.1...v1.0.2
Expand Down

0 comments on commit 88fe981

Please sign in to comment.