summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
-rw-r--r--release-notes.txt24
3 files changed, 15 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1bd118b877c4..4b69b0f7e9ef 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tbsm
pkgdesc = A pure bash session or application launcher. Inspired by cdm, tdm and krunner.
- pkgver = 0.6
+ pkgver = 0.7
pkgrel = 1
url = https://github.com/loh-tar/tbsm
install = tbsm.install
@@ -8,7 +8,7 @@ pkgbase = tbsm
arch = any
license = GPL
depends = bash
- source = tbsm-0.6.tar.gz::https://github.com/loh-tar/tbsm/archive/v0.6.tar.gz
- sha256sums = 1ed6f5c39d5394374529cc5b820f9cc6c5aaad8e8d0ce6098bdb16780acd117f
+ source = tbsm-0.7.tar.gz::https://github.com/loh-tar/tbsm/archive/v0.7.tar.gz
+ sha256sums = fc67d6ce6efe7c4d51d16c29ddb2f96e675a20262d2c7b3ed9b8c808536eca32
pkgname = tbsm
diff --git a/PKGBUILD b/PKGBUILD
index 0a70d87ae0d8..3530bb6ef669 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: loh.tar <loh.tar at googlemail dot com>
pkgname='tbsm'
-pkgver='0.6'
+pkgver='0.7'
pkgrel='1'
pkgdesc='A pure bash session or application launcher. Inspired by cdm, tdm and krunner.'
arch=('any')
@@ -10,7 +10,7 @@ depends=('bash')
install="$pkgname.install"
changelog="release-notes.txt"
source=("$pkgname-$pkgver.tar.gz::https://github.com/loh-tar/$pkgname/archive/v$pkgver.tar.gz")
-sha256sums=('1ed6f5c39d5394374529cc5b820f9cc6c5aaad8e8d0ce6098bdb16780acd117f')
+sha256sums=('fc67d6ce6efe7c4d51d16c29ddb2f96e675a20262d2c7b3ed9b8c808536eca32')
prepare() {
# Update/Copy/Fetch release-notes/changelog It's not possible to referenz above direct
diff --git a/release-notes.txt b/release-notes.txt
index 1252e5f8793f..ac2af15d5ac1 100644
--- a/release-notes.txt
+++ b/release-notes.txt
@@ -1,19 +1,15 @@
-Release notes to tbsm version v0.6, Feb 2022
+Release notes to tbsm version v0.7, Nov 2022
==============================================
-031c2a3 - Makefile: Add new target 'update'
-e7cc113 - Manual: Add Tips&Tricks section
- Thanks to all who gave a hint
-afdb675 - Allow configuration of session search paths by conf file
- Thanks to Douglas
-54b0c57 - Support XDG Base Directory Specification
- Thanks to Vladimir
-0f04aa3 - Exit on error in config file. Prior was such an error ignored
-9f82e2d - Allow custom Xorg startup file
-53d339e - Improved user information in verbose mode - 1a4d9f1
-a6e7bcb - Add new doc file ReleaseNotes (Hey, you're reading it!)
-a6e7bcb - Rename ChangeLog to ReleaseLog
+c69bc18 - runSession: detect DBUS_SESSION_ADDRESS
+ Thanks to Victor for this DBUS/Wayland fix
+4e8ad87 - Drop not needed option when using ln command
+d6e8982 - Make check if running in tty more fuzzy ...
+ With these two we try to be more BSD compatible
+56ec23b - Use colon as path separator in sessionPfads string
+ CAUTION! if you have used that in your config!
+9c3a661 - Manual: Add a hint how to add a shell session to the menu
================================================================================
-Previous tbsm version was v0.5, Dez 2018
+Previous tbsm version was v0.6, Feb 2022
--------------------------------------------------------------------------------
To view older release notes : tbsm doc log
The full changelog is online: https://github.com/loh-tar/tbsm/commits/master