You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
\i0, \i1 commands stopped working for me while everything else was working as expected.
I couldn't figure out what exactly was causing the bug, but got things working for myself by changing the following lines (in text_pastry.py, Line 600):
commit b2576dc
Author: Duy Dao <[email protected]>
Date: Sun Dec 14 21:57:44 2014 +0100
Added x-arg support, date range and autostep
commit d534e78
Author: Duy Dao <[email protected]>
Date: Sun Nov 23 20:00:48 2014 +0100
update readme, change date range to 1.4.3
commit faa5756
Merge: 8b0c069348b6eb
Author: Duy Dao <[email protected]>
Date: Sun Nov 23 19:56:11 2014 +0100
Merge branch 'master' into develop
commit 8b0c069
Author: Duy Dao <[email protected]>
Date: Tue Nov 18 21:50:44 2014 +0100
update readme, add 1.4.1
commit 18ad3f6
Author: Duy Dao <[email protected]>
Date: Tue Nov 18 21:33:45 2014 +0100
Hotfix for #23
remove insert nums-dependency in menu/history, keep compatibility for old history entries.
commit eaedfe7
Author: Duy Dao <[email protected]>
Date: Sat Nov 15 18:52:26 2014 +0100
added end-of-the-month command, removed print, renamed "repeat" to "step_size"
alias:
eom | end-of-month | eotm | end-of-the-month
ldom | last-day-of-month | ldotm | last-day-of-the-month
commit 8fa00de
Author: Duy Dao <[email protected]>
Date: Sat Nov 15 02:45:05 2014 +0100
fix
commit f1d10d9
Author: Duy Dao <[email protected]>
Date: Sat Nov 15 02:44:06 2014 +0100
update readme
commit 1a9754e
Author: Duy Dao <[email protected]>
Date: Sat Nov 15 02:40:20 2014 +0100
Added date range feature
- new commands day/week/month/year X
- X stands for the number of dates. Used if there is no multiselect or if X < number of selections
- new setting "date_format"
- new setting list "parse_date_format"
- selected a single date to use it as start date and X for the amount of dates that should be generated
\i0
,\i1
commands stopped working for me while everything else was working as expected.I couldn't figure out what exactly was causing the bug, but got things working for myself by changing the following lines (in
text_pastry.py
, Line 600):with:
The text was updated successfully, but these errors were encountered: