Skip to content

Commit

Permalink
Deal with case sensitive file systems
Browse files Browse the repository at this point in the history
  • Loading branch information
jzbrooks committed Jul 27, 2024
1 parent 5df52a5 commit 5650fed
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 deletions.
2 changes: 2 additions & 0 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ plugins {

version = property("VERSION_NAME").toString()

changelog.path.set("changelog.md")

subprojects {
apply<KtlintPlugin>()
configure<KtlintExtension> {
Expand Down
17 changes: 6 additions & 11 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,18 @@
# Changelog

## Unreleased - 07-27-2024
## Unreleased

### Added

- More robust SVG → vector conversions by Android Studio tools

## 2.1.0 - 09-14-2021

### Added
- Simplified optimization machinery with `ElementVisitor`

### Changed
- `MergePaths` no longer requires its own tree traversal
- Attribute values omit leading zeros where possible
- Upgrade build tools

### Fixed
- Theme referenced colors like `?attrs/dark` no longer cause crashes
- New: Simplified optimization machinery with `ElementVisitor`
- Improvement: `MergePaths` no longer requires its own tree traversal
- Improvement: Attribute values omit leading zeros where possible
- Fix: theme referenced colors like `?attrs/dark` no longer cause crashes
- Upgrade: Build tools

## 2.0.2 - 06.02.2021

Expand Down

0 comments on commit 5650fed

Please sign in to comment.