Skip to content

Commit

Permalink
[AUTO]: release 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Adam authored and ThomasAdam committed Feb 8, 2025
1 parent efa6284 commit 5acb041
Show file tree
Hide file tree
Showing 2 changed files with 40 additions and 4 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,41 @@
# Changelog

## [1.1.2](https://github.com/fvwmorg/fvwm3/tree/1.1.2) (2025-02-08)

## What's Changed
### Breaking Changes
* Remove obsoleted commands. by @somiaj in https://github.com/fvwmorg/fvwm3/pull/1112
* Style syntax matching: Class, Name, Resource, Icon, WindowID by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/1162
* FvwmMFL: start by default by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/1083
### Enhancements
* FvwmPrompt: honour "quit" as case-sensitive by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/1148
* expand: introduce $[desk.count] by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/1158
* FvwmRerrange: Add gap option when tiling. by @somiaj in https://github.com/fvwmorg/fvwm3/pull/1159
* Add screen option to CursorMove. by @somiaj in https://github.com/fvwmorg/fvwm3/pull/1118
### Other Changes
* FvwmPager: Update current desk correctly during init. by @somiaj in https://github.com/fvwmorg/fvwm3/pull/1129
* Use last event time when calling XSetInputFocus by @rbernon in https://github.com/fvwmorg/fvwm3/pull/1136
* FvwmPager: Fix SolidSeparators option by @somiaj in https://github.com/fvwmorg/fvwm3/pull/1139
* SVG: set default width/height if absent by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/1135
* build: SVG: remove superflous includes by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/1140
* man: Fix formatting in Style definition by @utopiabound in https://github.com/fvwmorg/fvwm3/pull/1141
* ta/xfixes cursor barrier by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/1142
* FvwmPager: increase command stack size by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/1151
* WindowList missing options in man pages by @ileGITimo in https://github.com/fvwmorg/fvwm3/pull/1153
* doc: fix spacing of options to WindowList by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/1154
* blacksmith.sh: Migrate workflows to Blacksmith by @blacksmith-sh in https://github.com/fvwmorg/fvwm3/pull/1155
* Correct shadows on vertical titlebars by @hak-foo in https://github.com/fvwmorg/fvwm3/pull/1156
* Allow modules to use fvwm_debug by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/1144
* ResizeMove: Make Warp imply WarpToWindow by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/1161
* build: macos: ignore case-sensitive filename warnings by @ThomasAdam in https://github.com/fvwmorg/fvwm3/pull/1163

## New Contributors
* @rbernon made their first contribution in https://github.com/fvwmorg/fvwm3/pull/1136
* @utopiabound made their first contribution in https://github.com/fvwmorg/fvwm3/pull/1141
* @blacksmith-sh made their first contribution in https://github.com/fvwmorg/fvwm3/pull/1155
* @hak-foo made their first contribution in https://github.com/fvwmorg/fvwm3/pull/1156

**Full Changelog**: https://github.com/fvwmorg/fvwm3/compare/1.1.1...1.1.2
## [1.1.1](https://github.com/fvwmorg/fvwm3/tree/1.1.1) (2024-11-30)

## What's Changed
Expand Down
8 changes: 4 additions & 4 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dnl
AC_PREREQ(2.60)

dnl should be "yes" only within the released distribution
ISRELEASED="no"
ISRELEASED="yes"
if test $ISRELEASED = "no"; then
RELDATELONG=""
RELDATESHORT=""
Expand All @@ -26,9 +26,9 @@ VERSIONINFO=m4_esyscmd([./utils/fvwm-version-str.sh])
dnl date of the released version (please zero pad the day in the last 2 dates)
dnl for example: "4 February 2003", "04 Feb 2003", "2003-02-04"
dnl date format strings: "%e %B %Y", "%d-%b-%Y", "%Y-%m-%d"
RELDATELONG="30 November 24"
RELDATESHORT="30-Nov-24"
RELDATENUM="24-11-30"
RELDATELONG=" 8 February 25"
RELDATESHORT="08-Feb-25"
RELDATENUM="25-02-08"

# constant variable settings
FVWMNAMELONG="F? Virtual Window Manager"
Expand Down

0 comments on commit 5acb041

Please sign in to comment.