Skip to content

Commit

Permalink
Bump to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Insprill committed Apr 29, 2024
1 parent 97f2f06 commit 85ad4b3
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 58 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).


## [0.8.1] - 2024-04-29

### Fixed
- The 'View on Genius' button not working for lyrics.
- Being able to submit an empty search, leading to a blank results page.
- The seach input not being properly marked as such.


## [0.8.0] - 2024-04-19

### Changed
Expand Down Expand Up @@ -151,7 +159,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#6]: https://github.com/Insprill/intellectual/pull/6

<!-- Diffs -->
[Unreleased]: https://github.com/Insprill/intellectual/compare/v0.8.0...HEAD
[Unreleased]: https://github.com/Insprill/intellectual/compare/v0.8.1...HEAD
[0.8.1]: https://github.com/Insprill/intellectual/compare/v0.8.0...v0.8.1
[0.8.0]: https://github.com/Insprill/intellectual/compare/v0.7.0...v0.8.0
[0.7.0]: https://github.com/Insprill/intellectual/compare/v0.6.0...v0.7.0
[0.6.0]: https://github.com/Insprill/intellectual/compare/v0.5.1...v0.6.0
Expand Down
90 changes: 34 additions & 56 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "intellectual"
description = "Alternate frontend for Genius focused on privacy and simplicity"
version = "0.8.0"
version = "0.8.1"
license = "AGPL-3.0"
repository = "https://github.com/Insprill/intellectual"
edition = "2021"
Expand Down

0 comments on commit 85ad4b3

Please sign in to comment.