Skip to content

Commit

Permalink
release 1.23.2
Browse files Browse the repository at this point in the history
raveit65 committed Jan 19, 2020
1 parent 8082bc7 commit e388b70
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,30 @@
### atril 1.23.2

* update translations
* Fix atril.desktop file
* Fix memory leak ev_sidebar_thumbnails_document_changed_cb()
* pdf: Fix memory leak when adding new text annotations
* Update Copyright year
* libview: fixing memory leak
* Revert "First page should not reloaded"
* avoid redundant redeclarations
* libview: Reset `pressed_button` when starting Drag and Drop
* show SyncTeX version in about dialog
* add hint for translators
* migrate from intltool to gettext
* Added accelerator 'o' for toggling Odd Pages Left.
* Added accelerator 't' for toggling visibility of the toolbar.
* remove 'synctex' internally, work with external library instead
* remove -Wunused-but-set-variable warning
* ephy-zoom-control.c:274:20: warning: variable ‘tool_item_class’ set but not used [-Wunused-but-set-
* build: require webkit2gtk-4.0 >= 2.6.0
* build: drop fallback check for webkit2gtk-3.0
* End the va_list before returning from _synctex_merge_strings
* build: Use synctex system library if available
* Remove synctex warning
* Bump synctex to 1.21
* fixed greek translation for user guide

### atril 1.23.1

* update translations
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@

m4_define([ev_major_version], [1])
m4_define([ev_minor_version], [23])
m4_define([ev_micro_version], [1])
m4_define([ev_micro_version], [2])
m4_define([ev_extra_version], [])
m4_define([ev_version], [ev_major_version.ev_minor_version.ev_micro_version()ev_extra_version])

0 comments on commit e388b70

Please sign in to comment.