Skip to content

Commit

Permalink
release 1.25.1
Browse files Browse the repository at this point in the history
  • Loading branch information
raveit65 committed Feb 25, 2021
1 parent 21702c3 commit 814ae9f
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,44 @@
### pluma 1.25.1

* tx: disable "he" translations
* build: define PLUMA_LIBDIR
* pluma-plugins-engine: Do not build the path to girepository-1.0
* Drop pluma_dirs_get_pluma_locale_dir
* Drop pluma_dirs_get_pluma_plugins_dir, pluma_dirs_get_pluma_plugins_dir
* Drop pluma_dirs_get_pluma_plugins_data_dir
* Drop pluma_dirs_get_pluma_data_dir
* pluma: Do not build the path to the icons folder
* Drop pluma_dirs_get_ui_file
* fix printing wrap mode
* build: Use PACKAGE_URL variable
* build: display package name and version in configure summary
* README.md: configure options
* filebrowser plugin: Refactor pluma_image_menu_item_new_from_pixbuf
* Update copyright to 2021
* help: add indent shortcuts
* add show/hide line-numbers shortcut (ctrl+y)
* pluma-utils: Cppcheck warning 'argument order different'
* cppcheck warning: The if condition is the same as the previous one
* spell: Remove BUILT_SOURCES variable from Makefile.am
* pluma-message: Fix the position of the inline keyword
* Use g_clear_error
* Fix line numbers menu: use g_settings_bind correctly
* pluma-view: Fix incorrect interface font
* Redesign Pluma Preferences Dialog
* Remove pluma-marshal.
* Update Readme
* Use gtk_source_view_get_visual_column
* pluma-document: highlighting for BOM was fixed on gtksourceview 3.24.11
* pluma-time-plugin: Use g_date_time_format
* add optional grid background pattern
* pluma-document: Fix BOM detection for C language
* pluma-document: Fix warning assertion 'G_IS_FILE (file)' failed
* Remove -Wmissing-field-initializers warnings
* Remove changecase plugin. Functionality is provided by GtkSourceView. (#565)
* add overview map
* Port main program to GSettings
* Merge gio document loader and saver into document loader and saver

### pluma 1.25.0

* 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, 0)
m4_define(pluma_micro_version, 1)
m4_define(pluma_version, pluma_major_version.pluma_minor_version.pluma_micro_version)

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

0 comments on commit 814ae9f

Please sign in to comment.