Compare commits
6 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 8172d8b602 | |||
| f18423e0ae | |||
| 862d4c7846 | |||
| b0038b2cc2 | |||
| c04252e1e8 | |||
| 7703a5da78 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:40890db05b1678d1c47178461c767224330c5b694dbddc0c24b1b178265a2dd2
|
||||
size 3211464
|
||||
3
zim-0.76.3.tar.gz
Normal file
3
zim-0.76.3.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4adf09eb3f077138fe55bf26f13e6c4d993616fe424a799d1ba6be098ce4eb05
|
||||
size 2709910
|
||||
58
zim.changes
58
zim.changes
@@ -1,3 +1,61 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 29 22:26:10 UTC 2025 - Jaime Marquínez Ferrándiz <jaime.marquinez.ferrandiz@fastmail.net>
|
||||
|
||||
- Update to 0.76.3:
|
||||
* Add seperator to template for new files
|
||||
* Fix spellcheck state at startup
|
||||
* Fix cursor position after undo indent
|
||||
* Fix test suite release 0.76.2
|
||||
- Update to 0.76.2:
|
||||
* Let new page and quicknote templates place cursor
|
||||
* Let find match within sourceview blocks
|
||||
* Add property with template for filename of pasted images
|
||||
* In InsertLinkDialog translate file to page link
|
||||
* Fix issue with GSPell support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 3 12:43:04 UTC 2025 - Wolfgang Frisch <wolfgang.frisch@suse.com>
|
||||
|
||||
- Update to 0.76.1:
|
||||
* Fix bug in auto-save on quit
|
||||
* Fix bug with find for pages with table object
|
||||
* Fix bug with undo deleting table object
|
||||
* Fix bug with out-denting verbatim text
|
||||
* Fix issue with linesorter plugin
|
||||
* Fix issue in commandline parsing for quicknote
|
||||
* Fix tray-icon plugin issues
|
||||
* Fix bug for Unix style links on Windows
|
||||
* Merge fixes for Indexed FTS search plugin
|
||||
* Let ToC selection follow cursor
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 13 10:31:02 UTC 2025 - Wolfgang Frisch <wolfgang.frisch@suse.com>
|
||||
|
||||
- Update to 0.76.0:
|
||||
* Add Indexed Full-Text Search plugin
|
||||
* Add Window Title Editor plugin
|
||||
* Add Mermaid diagrams plugin
|
||||
* Add preference to toggle dark theme variant
|
||||
* Add separate style for page links
|
||||
* Add commandline page import
|
||||
* Add preferences menu for side pane widgets
|
||||
* Diagram plugin: add preference for default text
|
||||
* Journal plugin: add range offsets to journal_plugin.days() in template
|
||||
* Search: add option to output scores on the command line
|
||||
* Spellcheck plugin: add Gspell support
|
||||
* Quicknote plugin: support wiki heading format as page name
|
||||
* Arithmetic plugin: add option for limiting output decimals
|
||||
* Markdown export: use blockquote to export indented paragraphs
|
||||
* Markdown export: include image dimensions and ID
|
||||
* Windows: fix high CPU usage by storing child process PID
|
||||
* Windows: Fix unicode handling of strftime for windows
|
||||
* Refactor to use Gtk.Application
|
||||
* Refactor zim.parser to zim.parse.regexparser
|
||||
* Refactor find API for pageview
|
||||
* Refactor internal serialization for textbuffer
|
||||
* Refactor parsing modules and utils
|
||||
* Port setup.py from distutils to setuptools
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 20 11:27:30 UTC 2024 - pgajdos@suse.com
|
||||
|
||||
|
||||
15
zim.spec
15
zim.spec
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package zim
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2025 SUSE LLC
|
||||
# Copyright (c) 2012 Matthias Propst.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -18,9 +18,10 @@
|
||||
|
||||
|
||||
%define skip_python2 1
|
||||
%define hierarchical_name org.zim_wiki.Zim
|
||||
|
||||
Name: zim
|
||||
Version: 0.75.2
|
||||
Version: 0.76.3
|
||||
Release: 0
|
||||
Summary: A Desktop Wiki
|
||||
License: GPL-2.0-or-later
|
||||
@@ -66,7 +67,7 @@ version control.
|
||||
%install
|
||||
%python3_install
|
||||
|
||||
%suse_update_desktop_file %{name}
|
||||
%suse_update_desktop_file %{hierarchical_name}
|
||||
# remove ubuntu-specific icons
|
||||
rm -r %{buildroot}%{_datadir}/icons/{ubuntu-mono-dark,ubuntu-mono-light}
|
||||
%find_lang %{name}
|
||||
@@ -82,10 +83,10 @@ rm -r %{buildroot}%{_datadir}/icons/{ubuntu-mono-dark,ubuntu-mono-light}
|
||||
%{_bindir}/%{name}
|
||||
%{_datadir}/%{name}/
|
||||
%dir %{_datadir}/metainfo
|
||||
%{_datadir}/metainfo/org.zim_wiki.Zim.appdata.xml
|
||||
%{_datadir}/applications/zim.desktop
|
||||
%{_datadir}/mime/packages/%{name}.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/zim.*
|
||||
%{_datadir}/metainfo/%{hierarchical_name}.appdata.xml
|
||||
%{_datadir}/applications/%{hierarchical_name}.desktop
|
||||
%{_datadir}/mime/packages/%{hierarchical_name}.xml
|
||||
%{_datadir}/icons/hicolor/*/apps/%{hierarchical_name}.*
|
||||
%{_datadir}/icons/hicolor/*/mimetypes/application-x-zim-notebook.*
|
||||
%{_mandir}/man1/zim.1%{?ext_man}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user