Skip to content

Commit

Permalink
release 1.25.3
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Mar 4, 2021
1 parent f4ed769 commit 4437fd4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,10 +1,18 @@
### pluma 1.25.3

* port plugins to use the window-construct property.
* cppcheck warning: Checking if unsigned expression is less than zero
* cppcheck warning: Local variable 'icon' shadows outer argument
* pluma-window: unused variable ‘ui_file’ [-Wunused-variable]
* build: port to gtksourceview-4
* cppcheck warning: Local variable shadows outer variable

### pluma 1.25.2

* pluma-activatable-interfaces: use G_DECLARE_INTERFACE
* code formating fixes
* Introduce PlumaWindowActivatable, PlumaAppActivatable, PlumaViewActivatable


### pluma 1.25.1

* tx: disable "he" translations
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ AC_PREREQ(2.63.2)

m4_define(pluma_major_version, 1)
m4_define(pluma_minor_version, 25)
m4_define(pluma_micro_version, 2)
m4_define(pluma_micro_version, 3)
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)

AC_INIT([pluma], [pluma_version],
Expand Down

0 comments on commit 4437fd4

Please sign in to comment.