Skip to content

Commit

Permalink
Update changelogs and bump version for v1.4 release
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
  • Loading branch information
troglobit committed Jul 8, 2020
1 parent 1af5274 commit a878b76
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
25 changes: 19 additions & 6 deletions ChangeLog.md
Expand Up @@ -4,14 +4,26 @@ Change Log
All notable changes to the project are documented in this file.


[v1.4][UNRELEASED]
------------------
[v1.4][] - 2020-07-08
---------------------

Huge props to Magnus Malm for helping out with many of the fixes
and features added in this release. Thank you!

### Changes
- Pending ...
- Support for EDID matching, i.e. monitor description information,
by Magnus Malm
- Support for querying currently attached monitors for EDID info
using `xplugd -p`, by Magnus Malm
- Support XDG Base Directory, xplugd now first looks for xplugrc
in `~/.config/xplugrc`, with compat fallback to `~/.xplugrc`.
Initial patch by hydraz
- Debian package support, use `make package` to build, or use the
pre-built x86_64 package from https://deb.troglobit.com

### Fixes
- Pending ...
- Support building on older musl libc based systems that do not yet
support `GLOB_TILDE`. Used when looking for xplugrc file


[v1.3][] - 20018-02-01
Expand Down Expand Up @@ -56,8 +68,9 @@ First official release after fork from [srandrd][]
- Can be used to seamlessly dock/undock
- Prepared for future support for xinput(1)

[UNRELEASED]: https://github.com/troglobit/xplugd/compare/v1.3...HEAD
[v1.3]: https://github.com/troglobit/xplugd/compare/v1.3...v1.3
[UNRELEASED]: https://github.com/troglobit/xplugd/compare/v1.4...HEAD
[v1.4]: https://github.com/troglobit/xplugd/compare/v1.3...v1.4
[v1.3]: https://github.com/troglobit/xplugd/compare/v1.2...v1.3
[v1.2]: https://github.com/troglobit/xplugd/compare/v1.1...v1.2
[v1.1]: https://github.com/troglobit/xplugd/compare/v1.0...v1.1
[v1.0]: https://github.com/troglobit/xplugd/compare/v0.5...v1.0
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
@@ -1,4 +1,4 @@
AC_INIT([xplugd],[1.4-beta1],[https://github.com/troglobit/xplugd/issues])
AC_INIT([xplugd], [1.4], [https://github.com/troglobit/xplugd/issues])
AM_INIT_AUTOMAKE([1.11 foreign no-dist-gzip dist-xz])
AM_SILENT_RULES([yes])

Expand Down
6 changes: 4 additions & 2 deletions debian/changelog
@@ -1,5 +1,7 @@
xplugd (1.4) stable; urgency=medium

* Initial Debian packaging.
* Support EDID matching in xplugrc and probing from command line
* Support XDG Base Directory, look for .xplugrc in ~/.config
* Initial Debian packaging

-- Joachim Nilsson <troglobit@gmail.com> Tue, 07 Jul 2020 19:43:16 +0200
-- Joachim Nilsson <troglobit@gmail.com> Wed, 08 Jul 2020 11:01:03 +0200

0 comments on commit a878b76

Please sign in to comment.