Skip to content

Commit

Permalink
chore(release): update changelog
Browse files Browse the repository at this point in the history
This PR prepares 1.1.0 as the last official version working with FUI < 2.9 and SUI 2.4 as the next version 1.2 will only work with the new LESS mappin in FUI 2.9.0

This way, people still have to possibiltiy to use this script with the latest features (FA 5/6 selection) for older FUI Versions
  • Loading branch information
lubber-de authored Sep 29, 2022
1 parent 209b3f5 commit 8a4744e
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.0] 2022-09-28

This is the last minor version working with FUI < 2.9.0 and SUI 2.4.x

### Changed
- Ability to choose between FA 5 and FA 6+ for version preselection
- Increased number of choosable versions

### Fixed
- Match FUI 2.8.x
- Numbers > 9 were not converted into textual presentations
- Compilation errors

## [1.0.4] 2019-07-06
### Fixed
- Fixed issue in FA 5.9 causing the script to exit because the search terms where undefined (Fixes #16)
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# [Fomantic-UI](https://github.com/fomantic/Fomantic-UI) Icon CLI Tool

Generate the `icon.overrides` and `icon.html.eco` files for Fomantic-UI (or Semantic-UI).
Generate the `icon.overrides` and `icon.html.eco` files for Fomantic-UI up to 2.8.x (or Semantic-UI).

You can use this script to generate the icons for free and pro versions of [FontAwesome](https://fontawesome.com).

Expand All @@ -27,7 +27,7 @@ Select which FontAweome icon set you want
```console
Which icons set would you like to generate?
> FontAwesome 5 Free
> FontAwesome 6+ Free
FontAwesome 6+ Free
FontAwesome Pro
```
> NOTE: You need a license to generate the icons from FontAwesome Pro
Expand Down

0 comments on commit 8a4744e

Please sign in to comment.