File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ All notable changes to this project will be documented in this file.
3737### ⚙️ Miscellaneous Tasks
3838
3939- Official release binary are cross-compiled from Ubuntu.
40+ - Migrated issue tracker from GitHub to Codeberg.
4041
4142## [ 26.1.3.0] - 2026-01-25
4243
Original file line number Diff line number Diff line change @@ -890,10 +890,10 @@ impl ChewingTextService {
890890 ID_ABOUT => open_url ( "chewing-preferences://about" ) ,
891891 ID_WEBSITE => open_url ( "https://chewing.im/" ) ,
892892 ID_GROUP => open_url ( "https://groups.google.com/group/chewing-devel" ) ,
893- ID_BUGREPORT => {
894- open_url ( "https://github.com/chewing/windows-chewing-tsf/issues?state=open" )
893+ ID_BUGREPORT => open_url ( "https://codeberg.org/chewing/windows-chewing-tsf/issues" ) ,
894+ ID_DICT_BUGREPORT => {
895+ open_url ( "https://codeberg.org/chewing/libchewing-data/issues" )
895896 }
896- ID_DICT_BUGREPORT => open_url ( "https://github.com/chewing/libchewing-data/issues" ) ,
897897 ID_MOEDICT => open_url ( "https://www.moedict.tw/" ) ,
898898 ID_DICT => open_url ( "https://dict.revised.moe.edu.tw/" ) ,
899899 ID_SIMPDICT => open_url ( "https://dict.concised.moe.edu.tw/" ) ,
You can’t perform that action at this time.
0 commit comments