summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--changelog.md7
-rw-r--r--xmobar.cabal5
2 files changed, 9 insertions, 3 deletions
diff --git a/changelog.md b/changelog.md
index 0bcf1c7..b4f5009 100644
--- a/changelog.md
+++ b/changelog.md
@@ -1,4 +1,9 @@
-## Version 0.44.1 (July, 20022)
+## Version 0.44.2 (August, 2022)
+
+- Documentation improvements.
+- Missing doc files and xmobar.el added to distribution.
+
+## Version 0.44.1 (July, 2022)
Repository moved to Codeberg. No code changes.
diff --git a/xmobar.cabal b/xmobar.cabal
index 95c7a6f..55c27e8 100644
--- a/xmobar.cabal
+++ b/xmobar.cabal
@@ -1,5 +1,5 @@
name: xmobar
-version: 0.44.1
+version: 0.44.2
homepage: https://codeberg.org/xmobar/xmobar
synopsis: A Minimalistic Text Based Status Bar
description: Xmobar is a minimalistic text based status bar.
@@ -24,7 +24,8 @@ extra-source-files: readme.org, changelog.md,
etc/padding-icon.sh,
etc/xmobar.config,
etc/xmobar.hs,
- etc/xmonadpropwrite.hs
+ etc/xmonadpropwrite.hs,
+ etc/xmobar.el
source-repository head
type: git