Skip to content

Commit

Permalink
Bump version 0.1.0alpha.2 and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zefr0x committed Nov 4, 2023
1 parent 949fbe5 commit adc9fc6
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 3 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Unreleased

# 0.1.0alpha.2

- Improved

- Improve markdown view componants.
- Reduce release builds binary size.

- Added

- Render tables in markdown view.
- Display most user, question, answers, and comments meta data.

- Fixed

- Colors in markdown view when using light themes.

- Changed

- Make the search entery always visible, and delete header title.
- Update libadwaita to 1.4

# 0.1.0alpha.1

- Improved
Expand All @@ -15,6 +36,7 @@
- Placeholder sidebar for bookamrks and history.

- Changed

- Use `relm4-icons` to embed icons rather then depending in the system to provide them.

# 0.1.0alpha.0
Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
[package]
name = "stackbloatless"
version = "0.1.0-alpha.1"
version = "0.1.0-alpha.2"
authors = ["zefr0x"]
edition = "2021"
description = "A clean and effective interface for stackexchange sites"
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
project('stackbloatless', 'rust',
version : '0.1.0alpha.1',
version : '0.1.0alpha.2',
license : 'GPL3',
default_options : ['warning_level=2'])

Expand Down

0 comments on commit adc9fc6

Please sign in to comment.