Changelog for
marker-2023.05.02-lp155.1.8.x86_64.rpm :
* Tue May 02 2023 dead_mozayAATTopensuse.org- Update to version 2023.05.02:
* Underline the H3 titles
* Save window position in the preferences
* Save whether the sidebar is shown
* Save width of the editor pane in the preferences (used in Dual Pane view mode)
* Save window size in the preferences when the window is closed
* Add window size keys into gschema.xml
* Quote paths in pandoc command
* Add newline-delimited translator credits
* Add other exit dialog box strings to existing two translations
* Translate sidebar heading
* Hyphenate \"markdown editor\"
* Re-translate \"Fullscreen\"
* Increase detail of Sketcher\'s Insert and Cancel buttons\' translation
* Hyphenate view modes and monospace font shortcut text
* Re-translate \"theme\" in settings
* Translate exit message
* Pluralize \"Show line numbers\"
* Add ellipsis to \"Export...\"
* Add colon to \"Use css theme: \"
* Translate Sketcher shortcut info
* Change Sketcher window title
* Change wording on \"Render Math\"
* Do not translate Mermaid (proper name)
* Make Highlighting section heading consistent with other section headings
* Mark \"Draw a sketch\" as translatable
* update debian/control and readme
* Use \"Cancel\" and \"Discard\" buttons instead of generic CANCEL_OK Discard word is more concrete compared to OK and will convey the message of content will be forever lost if not fixed more clearly.
* Use GTK_MESSAGE_WARNING instead of MESSAGE_INFORMATIVE.
* Fix memory leak.
* Install ELF file into lib
* Fix PDF export on non-English locales
* Hide unsupported formats when pandoc is unavailable
* Rewording, missing space
* MathJax docs link
* Remove (Coming Soon) from section headings
* Break up long lines
* Various Scidown related links
* Add link to Mermaid docs
* Wording
* Mention MathJax as well
* Add a link to a KaTeX doc page
* Fix curly brackets
* Add initial window size saving
* Mon Feb 28 2022 Dead Mozay
- Added missing dependency.
* Thu Apr 30 2020 Dead Mozay - Add marker-arch-dependent-file.patch #Reposition installs an ELF binary
* Sun Apr 05 2020 dead_mozayAATTopensuse.org- Update to version 2020.04.04+0:
* Incporporate upstream changes to appdata
* Remove print statement
* Edited Frecnh Translations
* Mon Jan 20 2020 Dead Mozay - Fix rpmlint warning
* Thu Nov 07 2019 dead_mozayAATTopensuse.org- Update to version 2019.11.06:
* Update README.md
* fixed image issues
* working on #287
* using correct scidown version
* add last line position
* fixed issue #171
* fixed css include by inlining efficently using a buffer structure
* fixed crash when opening file
* added sublime files
* removed subfolder from target
* Updated scidown
* Fixed scroll-extension to have a fast and relaible current position scrolling.
* fix to keep the position of the preview to the current cursor position.
* Add german translation
* Update copyright file with appropriate data.
* New Debian package build structure.
* Tiny Ru translation fixes
* Add Russian translation
* data: Update icons to 3.32 style
* gear-popover: Move \"Preferences\" to the last section
* Update README.md
* Fix a typo in CONTRIBUTING.md
* The Appdata files now go to /usr/share/metainfo
* Add link to COPR package
* updated gitingore
* Add translations
* add marker_help_cb to marker.h
* Add a basic help (#86) and update the primary menu layout to provide an access to it
* Get rid of the appmenu setting
* improve how links are opened when clicked fix #231
* Fix crash when opening files
* Update primary menu layout
* Remove double space in appmenu option name
* Remove extra margins and borders in main window
* Remove double border in prefs window
* Use proper ellipsis character
* Add Flatpak manifest
* Use action names instead of signals
* ctrl-w closes window if there is only one editor
* Converted all GDK shortcuts to Gtk Accelerators
* Switch bold, italic, monospace to actions
* Convert new document shortcuts to actions
* Create actions for closing documents
* Fix accel strings for zoom controls
* Use action accels rather than GDK key events
* Replace GActionEntrys
* Create callbacks for stateful actions
* Add signal handlers for stateful actions
* Add callbacks for stateless window actions
* Add window actions
* The sidebar can\'t be dragged open when closed
* improve hide and show functions
* add convenience functions for hiding and showing the sidebar
* hide the document sidebar if only one document is open
* Empty document is replaced when opening a new file
* Thu Oct 10 2019 dead_mozayAATTopensuse.org- Update to version 2018.07.03:
* Update version number
* Add more command-line view options
* add monospace code-blocks to common css style
* Update README.md
* Fix double appmenu problem
* Add missing marker_init () call
* Update to latest version of scidown
* Prevent new documents from scrolling to the bottom.
* comment out pdf case in export function
* add command-line exporting capabilities (except for pdf)
* update marker_exporter_export () function
* Thu Oct 10 2019 Dead Mozay - Initial package