-
-
Notifications
You must be signed in to change notification settings - Fork 138
Expand file tree
/
Copy pathversion.rb
More file actions
98 lines (95 loc) · 2.52 KB
/
version.rb
File metadata and controls
98 lines (95 loc) · 2.52 KB
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
#!/dev/null
$product_name = "Guitar"
$copyright_year = 2026
$version_a = 1
$version_b = 4
$version_c = 0
$version_d = 0
# Future plans
# v2.0.0 xxxx-xx-xx
# -
# -
# -
#
# History
#
# v1.4.0 2026-05-05
# - Add AI model selection combo box to commit message generation dialog
# - Add support for new providers: llama.cpp, xAI/Grok, and OpenAI Responses API
# - Store provider API keys securely in an owner-only permissions file
# - Update model presets for OpenAI, Anthropic, and Google to latest versions
# - Improve commit message generation prompt; skip large/irrelevant diffs
# - Add "Rebase Continue" / "Rebase Quit" actions
# - Add "Quick Merge" action to commit log context menu
# - Add "Switch To Branch" submenu to commit log context menu
# - Double-clicking a submodule now opens it in a new Guitar instance
# - Submodules dialog now shows URL and path, with file manager/terminal launch
# - Fix regression where submodules could not be opened
# - Add "Save As" action to file context menu
# - Implement MeCab-based incremental search, replacing Migemo
# - Implement Happy Eyeballs algorithm for parallel IPv4/IPv6 connection attempts
# - Experimental libcurl HTTP backend support
# - Add Tamil (ta) translation
# - Update Russian translation (including guitar.desktop entry)
#
# v1.3.1 2025-10-31
# - Performance improvements
#
# v1.3.0 2025-06-06
# - AI-generated commit messages
# - Submodule support (experimental)
# - Character-level diff
# - many changes
#
# v1.2.0 2020-06-27
# - SSH key override feature
# - Window layout (experimental)
# - Chinese (Simplified) support
#
# v1.1.1 2019-09-02
# - Fix dark theme rendering
# - Improve welcome dialog on first launch
# - Minor fixes
#
# v1.1.0 2019-09-01
# - Chinese language support
# - Fix typos in Japanese translation files
# - Windows installer support
# - Draw badges in file list
# - Fix overlapping branch lines in commit graph
# - Highlight ancestor branches in commit graph
# - Improve dark theme rendering
# - Jump to HEAD with Ctrl+H
# - fetch tags -f command
# - New merge dialog
# - Cherry-pick dialog
#
# v1.0.0 2019-06-01
# - Russian language support
# - Minor fixes
#
# v0.9.3 2019-01-19
# - Implement stash command
# - Improve drag-and-drop from GitHub web pages
# - Reorganize menu bar items
#
# v0.9.2 2018-11-06
# - Periodic remote monitoring
# - Source code refactoring
# - Stability improvements
# - CMake support
#
# v0.9.1 2018-11-06
# - Support SSH key with passphrase
#
# v0.9.0 2018-10-24
# -
#
# v0.2.0 2017-12-18
# -
#
# v0.1.0 2017-05-03
# -
#
# v0.0.0 2016-12-25
# - alpha release