Skip to content

Commit

Permalink
Merge pull request #49 from budlabs/dev
Browse files Browse the repository at this point in the history
forgot releasenote..
  • Loading branch information
budRich authored Jan 30, 2019
2 parents 86e5456 + 690a1db commit 0dcdfb5
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 34 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,21 @@ about the command.
`i3ass` show version info for all scripts and dependencies.
## updates

### 2019.01.30.2

Fixed two bugs (#46,#47) in [i3fyra] and [i3list]. `--hide`
in [i3fyra] now works again. The issue in [i3list] was
affecting targeted windows and their floating state,
resulting in unpredictable behavior when fi summoning a
window from the scratchpad. All should be good now thanks
to user **APotOfSoup** who reported and found the solution
to both these issues. (the cause was the major refactoring
and adaptation of the codebase to the `bashsbud` framework,
introduced in the last release).

### 2019.01.15.0


Removed execution of `i3ass` command from the **Makefile**,
and added `make uninstall` to the **PKGBUILD** on [AUR]. To
improve the installation process. (*thanks to Johan for
Expand Down Expand Up @@ -130,18 +143,6 @@ trgcon=94759781247616 trgx=0 trgy=0 wall=none trgpar=A sx=0 sy=0 sw=1080 sh=1920
Starting with this release a [wiki] for i3ass is available
here on github.

### v.0.1.7


Added [i3Kornhe]

changed output of [i3viswiz] again, control variables are
now all on the first line. Also added workspace dimensions
for better (not yet perfect) multimonitor support, modified
i3fyra 'move' command to work with the new changes.

Added workspace position to i3list output.


## known issues

Expand Down
6 changes: 3 additions & 3 deletions i3ass.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH I3ASS 1 2019\-01\-15 Linx "User Manuals"
.TH I3ASS 1 2019\-01\-30 Linx "User Manuals"
.SH NAME
.PP
\fB\fCi3ass\fR \- i3 assistance scripts
Expand Down Expand Up @@ -82,7 +82,7 @@ bindsym Mod4+Shift+Tab exec \-\&\-\&no\-\&startup\-\&id i3flip prev
.nf
i3fyra \-\-show|\-s CONTAINER
i3fyra \-\-float|\-a [\-\-target|\-t CRITERION]
i3fyra \-\-hide|\-z CONTAINER(s)
i3fyra \-\-hide|\-z CONTAINER
i3fyra \-\-layout|\-l LAYOUT
i3fyra \-\-move|\-m DIRECTION|CONTAINER [\-\-speed|\-p INT] [\-\-target|\-t CRITERION]
i3fyra \-\-help|\-h
Expand Down Expand Up @@ -187,7 +187,7 @@ instance name \fIsublime\_text\fP\&. See i3list(1), for
all available options.

.PP
\fB\fC\-\-hide\fR|\fB\fC\-z\fR
\fB\fC\-\-hide\fR|\fB\fC\-z\fR CONTAINER
.br
Hide target containers if visible.

Expand Down
4 changes: 2 additions & 2 deletions init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
___printversion(){

cat << 'EOB' >&2
i3ass - version: 2019.01.15.0
updated: 2019-01-15 by budRich
i3ass - version: 2019.01.30.2
updated: 2019-01-30 by budRich
EOB
}

Expand Down
4 changes: 2 additions & 2 deletions manifest.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
description: i3 assistance scripts
updated: 2019-01-15
version: 2019.01.15.0
updated: 2019-01-30
version: 2019.01.30.2
author: budRich
repo: https://github.com/budlabs/i3ass
created: 2018-10-18
Expand Down
4 changes: 2 additions & 2 deletions manpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ SYNOPSIS
```text
i3fyra --show|-s CONTAINER
i3fyra --float|-a [--target|-t CRITERION]
i3fyra --hide|-z CONTAINER(s)
i3fyra --hide|-z CONTAINER
i3fyra --layout|-l LAYOUT
i3fyra --move|-m DIRECTION|CONTAINER [--speed|-p INT] [--target|-t CRITERION]
i3fyra --help|-h
Expand Down Expand Up @@ -158,7 +158,7 @@ this will target the first found window with the
instance name *sublime_text*. See i3list(1), for
all available options.

`--hide`|`-z`
`--hide`|`-z` CONTAINER
Hide target containers if visible.

`--layout`|`-l` LAYOUT
Expand Down
4 changes: 2 additions & 2 deletions program.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
___printversion(){

cat << 'EOB' >&2
i3ass - version: 2019.01.15.0
updated: 2019-01-15 by budRich
i3ass - version: 2019.01.30.2
updated: 2019-01-30 by budRich
EOB
}

Expand Down
10 changes: 10 additions & 0 deletions releasenotes/2019.01.30.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
### 2019.01.30.2

Fixed two bugs (#46,#47) in [i3fyra] and [i3list].
`--hide` in [i3fyra] now works again. The issue in [i3list]
was affecting targeted windows and their floating state,
resulting in unpredictable behavior when
fi summoning a window from the scratchpad.
All should be good now thanks to user **APotOfSoup**
who reported and found the solution to both these issues.
(the cause was the major refactoring and adaptation of the codebase to the `bashsbud` framework, introduced in the last release).
14 changes: 7 additions & 7 deletions src/i3fyra
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
___printversion(){

cat << 'EOB' >&2
i3fyra - version: 0.549
updated: 2019-01-10 by budRich
i3fyra - version: 0.55
updated: 2019-01-30 by budRich
EOB
}

Expand Down Expand Up @@ -65,7 +65,7 @@ SYNOPSIS
--------
i3fyra --show|-s CONTAINER
i3fyra --float|-a [--target|-t CRITERION]
i3fyra --hide|-z CONTAINER(s)
i3fyra --hide|-z CONTAINER
i3fyra --layout|-l LAYOUT
i3fyra --move|-m DIRECTION|CONTAINER [--speed|-p INT] [--target|-t CRITERION]
i3fyra --help|-h
Expand Down Expand Up @@ -101,7 +101,7 @@ instance name sublime_text. See i3list(1), for all
available options.
--hide|-z
--hide|-z CONTAINER
Hide target containers if visible.
Expand Down Expand Up @@ -830,8 +830,8 @@ swapmeet(){
}
declare -A __o
eval set -- "$(getopt --name "i3fyra" \
--options "s:at:zl:m:p:hv" \
--longoptions "show:,float,target:,hide,layout:,move:,speed:,help,version," \
--options "s:at:z:l:m:p:hv" \
--longoptions "show:,float,target:,hide:,layout:,move:,speed:,help,version," \
-- "$@"
)"

Expand All @@ -840,7 +840,7 @@ while true; do
--show | -s ) __o[show]="${2:-}" ; shift ;;
--float | -a ) __o[float]=1 ;;
--target | -t ) __o[target]="${2:-}" ; shift ;;
--hide | -z ) __o[hide]=1 ;;
--hide | -z ) __o[hide]="${2:-}" ; shift ;;
--layout | -l ) __o[layout]="${2:-}" ; shift ;;
--move | -m ) __o[move]="${2:-}" ; shift ;;
--speed | -p ) __o[speed]="${2:-}" ; shift ;;
Expand Down
8 changes: 4 additions & 4 deletions src/i3list
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
___printversion(){

cat << 'EOB' >&2
i3list - version: 0.031
updated: 2019-01-09 by budRich
i3list - version: 0.032
updated: 2019-01-30 by budRich
EOB
}

Expand Down Expand Up @@ -202,9 +202,9 @@ function descriptions() {
function setwindow(floats,type) {
if (floats ~ /on$/)
window[type]["AWF"]=1
window[type][type"WF"]=1
else
window[type]["AWF"]=0
window[type][type"WF"]=0
setworkspace(curwsid,type)
window[type][type"WI"]=curwid
Expand Down

0 comments on commit 0dcdfb5

Please sign in to comment.