-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
ChangeLog
141 lines (118 loc) · 3.61 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
Changelog
=========
Version dev
* code refactoring
* remove deprecated recommonmark
* remove deprecated webkit2 4.0
* Neovim support (formiko-vim)
- new vte 2.91 dependency
Version 1.5.0
* fix local url with href anchor
* M2R convertor support for another MarkDown parsing way
* check_version command for version check in all files
in repository
* bad parser in config fix
* desktop icon fix
* period check/save fix
* quit dialog fix
* dialogs use `Document` word
* tab width fix
* search error fix (issue #7)
* searching refactoring
* don't crash application when vim window failed or formiko icon not found
* right working with formatting and extensions by mime type
* right margin settings (issue 36)
* dark theme renderer support (issue #18)
* tab_width from ini config file fix (issue #28)
* upgrade SourceView to version 4
Version 1.4.3
* cz.zeropage.Formiko application ID fix
Version 1.4.2
* save_as window fix
* AppStream metadata
Version 1.4.0
* man pages
* words and characters count live info
* Recommonmark (MarkDown) support with colored code
* change preview - set paned position fix
* GTK Warning fix (debian bug #933622)
* SearchBar and searching text in editor
* searching text in preview
* creating backup file before write changes to new one
* refresh preview action / button
* opening links in system from preview, known file types open in new formiko
window
* preview auto scroll
* fixing positing in preview only mode
* preview/editor/both with shortcuts and store in cache
* edited file change time check
Version 1.3.0
* spell check support
* display white chars switch
* highlighting current line switch
* printing document output
* shortcuts dialog
Version 1.2.1
* fix SIGSEGV - gui threads conflict
* fix window cache settings
* min size of editor and preview when both widgets are visible
* python2 fix
Version 1.2.0
* vim with working application menu
* realy disabled accels for vim
* toggle buttons to on/off editor and preview
* tabs setting in status bar
* preferences are save automatical
* auto indent is switchable
* showing line numbers is switchable
* right margin is switchable
* text wrapping is switchable
Version 1.1.0
* GTK Version check
* add accels only for SourceView editor
* export document as HTML
* using WebKit2 engine
* Python 2.x encoding fixies
* links, images and media urls showen in popup bar
* JSON preview
* PEP writer fix
* only one application menu
* info for Debian and NetBSD users
* SourceView editor settings:
- tab width
- usinng spaces intead of tabs
- 80 chars length line visualization
- periodic saving file
Version 1.0.2
* Formiko Vim entry point
Version 1.0.1
* New 1.0.1 release
* Adding ChangeLog file
* fix vim editing on empty line at and of file
* fix file path when application server is running
Version 1.0.0
* stable version 1.0.0
* right source distribution
* desktop integration
* litle bit fixies
* application icon from petr simcik
* final clean code
* Small fixies from TODO:
* html preview mode
* clean text and new version
* file type detection
* working MarkDown support with gui
* user preferences
* modern Gtk+3 appearance (Menu)
* opening file for sourceview editor
* sourceview reading from and saving to files
* base sourceview version
* separating code to modules
* preview mode
* using Gtk.Application instead of GObject.GObject
* full working
* python3 support
* crashing tread does crash gtk
* using Gtk+3
* installable project
* first based function