Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yad
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Vladislav
yad
Commits
9f0ec896
Commit
9f0ec896
authored
Jul 04, 2019
by
Victor Ananjevsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
release 1.0
parent
a2334c81
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
13 additions
and
1 deletion
+13
-1
NEWS
NEWS
+12
-0
configure.ac
configure.ac
+1
-1
No files found.
NEWS
View file @
9f0ec896
Version 1.0
- completely removed support of gtk+-2.0
- minimum required gtk+ version bump to 3.22.0
- add --formatted option to text-info dialog for displaing text with pango markup
- add --expand option to tab dialog
- default protocol for html widget is https now
- gtk stock items not used anymore. instead there are some yad predefined names. details can be found in man page
- add --bool-fmt for different forms of boolean values output. all of this forms recognized on input automatically
- gspell library now used for spell checking
- tray icon is optional now. this dialog is enabled by default but can be turned off with ./configure --disable-tray
- remove --fore, --back and --font options for text-info dialog. those functionality can be done through custom css
Version 0.42.0
- add pfd utility for fontnames transformation in scripts
- add 'menu' action for notification icon
...
...
configure.ac
View file @
9f0ec896
AC_INIT([YAD], [
0.99
], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/])
AC_INIT([YAD], [
1.0
], [https://github.com/v1cont/yad/issues/], yad, [https://github.com/v1cont/yad/])
AC_CONFIG_AUX_DIR([build])
AM_INIT_AUTOMAKE([1.11 foreign dist-xz no-dist-gzip])
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment