Skip to content

Commit

Permalink
Release 1.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-fabian committed Apr 25, 2022
1 parent ec9c805 commit bebc2a9
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 2 deletions.
22 changes: 21 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,9 +1,29 @@
commit 8a7ed6cf8f70e1bcdf4345d5ed9edf0f9b6286c8
commit 7f61c30f5be9a38352f8f3c247c02d8639c8595f
Author: Mike FABIAN <[email protected]>
Date: Mon Apr 25 11:30:33 2022 +0200

Release 1.3.13

commit ec9c80571796f68415b8e05a36ea00b90cca3525
Author: Jonathan Chan <[email protected]>
Date: Sun Apr 24 12:19:50 2022 -0700

Use correct angle brackets

`\langle` and `\rangle` were previously U+2329, U+232A from Miscellaneous Technical. Changing them to U+27E8, U+27E9 from Miscellaneous Mathematical Symbols-A makes more sense and lets us also add the double angle brackets U+27EA, U+27EB.

commit 7587b7155fe4c0224662f40a5da1cf2bccf5cbe4
Author: Mike FABIAN <[email protected]>
Date: Wed Jul 14 13:02:10 2021 +0200

Release 1.3.12

commit 826ba70e653cf9a4da180dddeb4365f4482eb4c7
Author: Mike FABIAN <[email protected]>
Date: Wed Jul 14 13:20:48 2021 +0200

Add stuff to .gitignore

commit 58c57c7ff392c911bbff8ed8095884d4529ed7c3
Author: Mike FABIAN <[email protected]>
Date: Wed Jul 14 12:54:43 2021 +0200
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ m4_define([package_name], [ibus-table-others])
m4_define([ibus_released], [1])
m4_define([ibus_major_version], [1])
m4_define([ibus_minor_version], [3])
m4_define([ibus_micro_version], [12])
m4_define([ibus_micro_version], [13])
# commented out as datestamp doesn't suit dist date.
m4_define(ibus_maybe_datestamp,
m4_esyscmd([if test x]ibus_released[ != x1; then date +.%Y%m%d | tr -d '\n\r'; fi]))
Expand Down

0 comments on commit bebc2a9

Please sign in to comment.