Skip to content

Commit

Permalink
1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TheQwertiest committed Sep 22, 2017
1 parent 07e5591 commit 268b2c8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Changelog

## [Unreleased]

## [1.0.2] - 2017-09-22
### Added
- Added foo_title to Preferences -> Components menu.

### Fixed
- Fixed bug: enable when minimized was not working at all.
- Fixed bug: 'enable when minimized' was not working at all.
- Fixed inconsistent fade-in/fade-out animations (hopefully for the last time).

## [1.0.1] - 2017-09-14
Expand Down Expand Up @@ -105,7 +107,8 @@
## Prior releases
- See https://github.com/lepkoqq/foo_title/releases

[Unreleased]: https://github.com/theqwertiest/foo_title/compare/v1.0.1...HEAD
[Unreleased]: https://github.com/theqwertiest/foo_title/compare/v1.0.2...HEAD
[1.0.2]: https://github.com/theqwertiest/foo_title/compare/v1.0.1...v1.0.2
[1.0.1]: https://github.com/theqwertiest/foo_title/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/theqwertiest/foo_title/compare/v0.9.5...v1.0.0
[0.9.5]: https://github.com/theqwertiest/foo_title/compare/v0.9.4a...v0.9.5
Expand Down
2 changes: 1 addition & 1 deletion foo_title/fooTitle/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ You should have received a copy of the GNU Lesser General Public License
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:

[assembly: AssemblyVersion("1.0.1.*")]
[assembly: AssemblyVersion("1.0.2.*")]

/* Changelog:
0.9.1+
Expand Down

0 comments on commit 268b2c8

Please sign in to comment.