Skip to content

Commit

Permalink
Release 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkropat committed Jun 21, 2019
1 parent 6b31fd9 commit 708619c
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2018 Michael Kropat and contributors
Copyright (c) 2019 Michael Kropat and contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ PREFIX = /usr/local
BIN = $(DESTDIR)/$(PREFIX)/bin
MAN = $(DESTDIR)/$(PREFIX)/share/man

VERSION = 1.0
VERSION = 1.1
PACKAGE_DIR = jumpapp-$(VERSION)
PACKAGE_FILE = jumpapp_$(VERSION).tar.bz2
PACKAGE_ORIG_FILE = jumpapp_$(VERSION).orig.tar.bz2

AUTHOR = Michael Kropat <mail@michael.kropat.name>
DATE = Jul 2, 2018
DATE = Jun 20, 2019
FILES = t README.md LICENSE.txt Makefile jumpapp jumpappify-desktop-entry

.PHONY: all
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ In short, **jumpapp** is probably the fastest way for a keyboard-junkie to switc
Options:
-r -- cycle through windows in reverse order
-f -- force COMMAND to launch if process found but no windows found
-m -- if a single window is already open and in focus - minimize it
-n -- do not fork into background when launching COMMAND
-p -- always launch COMMAND when ARGs passed
(see Argument Passthrough in man page)
Expand Down
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ EOF

Vagrant.configure(2) do |config|
config.vm.define 'ubuntu' do |ubuntu|
ubuntu.vm.box = 'ubuntu/bionic64'
ubuntu.vm.box = 'ubuntu/xenial64'
ubuntu.vm.provision 'shell', inline: provision_ubuntu
end

Expand Down
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
jumpapp (1.1-1) bionic; urgency=medium

* Add -m option to toggle window visibility
* Change window-type filter logic to work better with Slack

-- Michael Kropat <mail@michael.kropat.name> Thu, 20 Jun 2019 22:22:57 -0400

jumpapp (1.0-1) xenial; urgency=low

* Add -C option to center mouse
Expand Down
4 changes: 4 additions & 0 deletions jumpapp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ mkdir -p %{buildroot}%{_unitdir}
%{_mandir}/man1/*

%changelog
* Wed Jun 20 2019 Michael Kropat <mail@michael.kropat.name> - 1.1-1
- Add -m option to toggle window visibility
- Change window-type filter logic to work better with Slack

* Mon Jul 2 2018 Michael Kropat <mail@michael.kropat.name> - 1.0-1
- Add -C option to center mouse
- Fix stacking order bug with >10 windows
Expand Down

0 comments on commit 708619c

Please sign in to comment.