forked from pool/cherrytree
Malcolm Lewis
a97e35c1d3
- Update to 1.0.1: + Fixed overwrite confirmation not working when saving as new multifile storage (#2333). + Fixed crash on close (#2302). + Fixed xorg crash / wayland warning caused by popup menus without a parent (#2328). + Fixed paste content copied from column edit mode not working in codeboxes. + Highlight current text line to be disabled when the text loses focus or when the text is in column mode. + Reverted 'on windows, paste image from clipboard to take priority over html target ...' causing paste from spreadsheet cells generating a picture instead of a table. + Default keyboard shortcut for increase/decrease table column changed to Ctrl+Alt+> Ctrl+Alt+< as Ctrl+) isn't working on windows (#2336). + Added new stock icon light bulb / internet of things IoT. + Added option 'recent_docs' in config.cfg to be set to false in order to not remember the recent documents (#2330). + Incomplete languages: ar, el, fi, hi_IN, hr, ja, lt, pt. OBS-URL: https://build.opensuse.org/request/show/1107962 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/cherrytree?expand=0&rev=181
20 lines
808 B
Plaintext
20 lines
808 B
Plaintext
<services>
|
|
<service mode="disabled" name="obs_scm">
|
|
<param name="url">https://github.com/giuspen/cherrytree.git</param>
|
|
<param name="scm">git</param>
|
|
<param name="submodules">enable</param>
|
|
<param name="revision">9b242c4271a334c58d329ec07e420fdeca3ec518</param>
|
|
<param name="changesgenerate">enable</param>
|
|
<param name="filename">cherrytree</param>
|
|
<param name="versionformat">@PARENT_TAG@+@TAG_OFFSET@</param>
|
|
<param name="versionrewrite-pattern">(.*)\+0</param>
|
|
<param name="versionrewrite-replacement">\1</param>
|
|
</service>
|
|
<service mode="buildtime" name="tar" />
|
|
<service mode="buildtime" name="recompress">
|
|
<param name="file">*.tar</param>
|
|
<param name="compression">xz</param>
|
|
</service>
|
|
<service mode="disabled" name="set_version" />
|
|
</services>
|